Home
last modified time | relevance | path

Searched refs:rtw_macaddr_is_larger (Results 1 – 3 of 3) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/mesh/
Drtw_mesh_pathtbl.c436 || rtw_macaddr_is_larger(mpath->dst, minfo->max_addr_gate->dst) in rtw_mesh_path_add_gate()
440 rtw_macaddr_is_larger(mpath->dst, adapter_mac_addr(mpath->adapter)); in rtw_mesh_path_add_gate()
497 if (!max_addr_gate || rtw_macaddr_is_larger(gate->dst, max_addr_gate->dst)) in rtw_mesh_gate_del()
502 rtw_macaddr_is_larger(max_addr_gate->dst, adapter_mac_addr(mpath->adapter)); in rtw_mesh_gate_del()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dosdep_service.h688 bool rtw_macaddr_is_larger(const u8 *a, const u8 *b);
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/
Dosdep_service.c2294 bool rtw_macaddr_is_larger(const u8 *a, const u8 *b) in rtw_macaddr_is_larger() function