Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_tx.h72 uint16_t peer_id = hal_tx_comp_get_peer_id(tx_comp_hal_desc); in dp_tx_comp_get_peer_id_be()
85 return hal_tx_comp_get_peer_id(tx_comp_hal_desc); in dp_tx_comp_get_peer_id_be()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_tx.h693 static inline uint16_t hal_tx_comp_get_peer_id(void *hal_desc) in hal_tx_comp_get_peer_id() function
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li_tx.c63 (*r_tx_desc)->peer_id = hal_tx_comp_get_peer_id(tx_comp_hal_desc); in dp_tx_comp_get_params_from_hal_desc_li()