Searched refs:rtw_macaddr_is_larger (Results 1 – 3 of 3) sorted by relevance
436 || 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()
688 bool rtw_macaddr_is_larger(const u8 *a, const u8 *b);
2294 bool rtw_macaddr_is_larger(const u8 *a, const u8 *b) in rtw_macaddr_is_larger() function