Home
last modified time | relevance | path

Searched refs:local_mac_addr_aligned (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx_peer_find.c179 union ol_txrx_align_mac_addr_t local_mac_addr_aligned, *mac_addr; in ol_txrx_peer_vdev_find_hash() local
186 qdf_mem_copy(&local_mac_addr_aligned.raw[0], in ol_txrx_peer_vdev_find_hash()
188 mac_addr = &local_mac_addr_aligned; in ol_txrx_peer_vdev_find_hash()
214 union ol_txrx_align_mac_addr_t local_mac_addr_aligned, *mac_addr; in ol_txrx_peer_find_hash_find_get_ref() local
221 qdf_mem_copy(&local_mac_addr_aligned.raw[0], in ol_txrx_peer_find_hash_find_get_ref()
223 mac_addr = &local_mac_addr_aligned; in ol_txrx_peer_find_hash_find_get_ref()
Dol_tx_classify.c662 union ol_txrx_align_mac_addr_t local_mac_addr_aligned, *mac_addr; in ol_tx_classify_mgmt() local
712 &local_mac_addr_aligned.raw[0], in ol_tx_classify_mgmt()
714 mac_addr = &local_mac_addr_aligned; in ol_tx_classify_mgmt()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_peer.c376 union dp_align_mac_addr local_mac_addr_aligned, *mac_addr; in dp_peer_find_hash_find() local
387 &local_mac_addr_aligned.raw[0], in dp_peer_find_hash_find()
389 mac_addr = &local_mac_addr_aligned; in dp_peer_find_hash_find()
831 union dp_align_mac_addr local_mac_addr_aligned, *mac_addr; in dp_peer_mec_hash_find_by_pdevid() local
835 qdf_mem_copy(&local_mac_addr_aligned.raw[0], in dp_peer_mec_hash_find_by_pdevid()
837 mac_addr = &local_mac_addr_aligned; in dp_peer_mec_hash_find_by_pdevid()
999 union dp_align_mac_addr local_mac_addr_aligned, *mac_addr; in dp_peer_exist_on_pdev() local
1008 &local_mac_addr_aligned.raw[0], in dp_peer_exist_on_pdev()
1010 mac_addr = &local_mac_addr_aligned; in dp_peer_exist_on_pdev()
1043 union dp_align_mac_addr local_mac_addr_aligned, *mac_addr; in dp_peer_exist_on_pdev() local
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
Dwlan_crypto_obj_mgr.c132 union crypto_align_mac_addr local_mac_addr_aligned, *local_mac_addr; in crypto_hash_find_by_linkid_and_macaddr() local
136 qdf_mem_copy(&local_mac_addr_aligned.raw[0], in crypto_hash_find_by_linkid_and_macaddr()
138 local_mac_addr = &local_mac_addr_aligned; in crypto_hash_find_by_linkid_and_macaddr()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be.c2543 union dp_align_mac_addr local_mac_addr_aligned, *mac_addr; in dp_mlo_peer_find_hash_find_be() local
2560 &local_mac_addr_aligned.raw[0], in dp_mlo_peer_find_hash_find_be()
2562 mac_addr = &local_mac_addr_aligned; in dp_mlo_peer_find_hash_find_be()