Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/src/
H A Dwlan_objmgr_psoc_obj.c2101 hash_index = WLAN_PEER_HASH(peer->macaddr); in wlan_objmgr_psoc_peer_attach()
2137 hash_index = WLAN_PEER_HASH(peer->macaddr); in wlan_objmgr_psoc_peer_detach()
2189 hash_index = WLAN_PEER_HASH(macaddr); in wlan_objmgr_get_peer_debug()
2228 hash_index = WLAN_PEER_HASH(macaddr); in wlan_objmgr_get_peer()
2268 hash_index = WLAN_PEER_HASH(macaddr); in wlan_objmgr_get_peer_by_mac_debug()
2306 hash_index = WLAN_PEER_HASH(macaddr); in wlan_objmgr_get_peer_by_mac()
2341 hash_index = WLAN_PEER_HASH(macaddr); in wlan_objmgr_get_peer_logically_deleted_debug()
2372 hash_index = WLAN_PEER_HASH(macaddr); in wlan_objmgr_get_peer_logically_deleted()
2406 hash_index = WLAN_PEER_HASH(macaddr); in wlan_objmgr_get_peer_by_mac_n_vdev_no_state_debug()
2440 hash_index = WLAN_PEER_HASH(macaddr); in wlan_objmgr_get_peer_by_mac_n_vdev_no_state()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_peer_list.c89 hash_index = WLAN_PEER_HASH(ml_addr->bytes); in mlo_get_mlpeer()
416 hash_index = WLAN_PEER_HASH(ml_peer->peer_mld_addr.bytes); in mlo_dev_mlpeer_attach()
437 hash_index = WLAN_PEER_HASH(ml_peer->peer_mld_addr.bytes); in mlo_dev_mlpeer_detach()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/inc/
H A Dwlan_objmgr_cmn.h39 #define WLAN_PEER_HASH(addr) \ macro