Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn_struct.h51 #define OL_TXRX_NUM_LOCAL_PEER_IDS (WLAN_MAX_CLIENTS_ALLOWED + 1 + 1 + 1) macro
54 #ifndef OL_TXRX_NUM_LOCAL_PEER_IDS
60 #define OL_TXRX_NUM_LOCAL_PEER_IDS (32 + 1 + 1 + 1) macro
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_types.h979 ol_txrx_local_peer_id_t pool[OL_TXRX_NUM_LOCAL_PEER_IDS + 1];
982 ol_txrx_peer_handle map[OL_TXRX_NUM_LOCAL_PEER_IDS];
H A Dol_txrx.c552 (local_peer_id >= OL_TXRX_NUM_LOCAL_PEER_IDS)) { in ol_txrx_peer_get_ref_by_local_id()
577 for (i = 0; i < OL_TXRX_NUM_LOCAL_PEER_IDS; i++) { in ol_txrx_local_peer_id_pool_init()
583 i = OL_TXRX_NUM_LOCAL_PEER_IDS; in ol_txrx_local_peer_id_pool_init()
616 (i >= OL_TXRX_NUM_LOCAL_PEER_IDS)) { in ol_txrx_local_peer_id_free()
4568 for (i = 0; i < OL_TXRX_NUM_LOCAL_PEER_IDS; i++) { in ol_txrx_disp_peer_stats()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_peer.c3909 for (i = 0; i < OL_TXRX_NUM_LOCAL_PEER_IDS; i++) { in dp_local_peer_id_pool_init()
3915 i = OL_TXRX_NUM_LOCAL_PEER_IDS; in dp_local_peer_id_pool_init()
3945 (i >= OL_TXRX_NUM_LOCAL_PEER_IDS)) { in dp_local_peer_id_free()
H A Ddp_types.h3706 uint8_t pool[OL_TXRX_NUM_LOCAL_PEER_IDS + 1];
3709 struct dp_peer *map[OL_TXRX_NUM_LOCAL_PEER_IDS];