Home
last modified time | relevance | path

Searched refs:DP_INVALID_VDEV_ID (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
Ddp_li_tx.c130 if (qdf_unlikely(tx_desc->vdev_id == DP_INVALID_VDEV_ID)) { in dp_tx_process_htt_completion_li()
621 tx_desc->vdev_id = DP_INVALID_VDEV_ID; in dp_tx_desc_pool_init_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx_desc.h473 tx_desc->vdev_id = DP_INVALID_VDEV_ID; in dp_tx_desc_clear()
751 tx_desc->vdev_id = DP_INVALID_VDEV_ID; in dp_tx_desc_free()
921 tx_desc->vdev_id = DP_INVALID_VDEV_ID; in dp_tx_desc_free()
Ddp_tx.h44 #define DP_INVALID_VDEV_ID 0xFF macro
Ddp_tx.c6881 ((tx_desc->vdev_id == DP_INVALID_VDEV_ID) &&
7208 tx_desc->vdev_id = DP_INVALID_VDEV_ID;
7235 tx_desc->vdev_id = DP_INVALID_VDEV_ID;
Ddp_main.c12815 if (tx_desc->vdev_id == DP_INVALID_VDEV_ID) { in dp_find_missing_tx_comp()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
Ddp_rh_tx.c729 if (qdf_unlikely((tx_desc->vdev_id == DP_INVALID_VDEV_ID) && in dp_tx_compl_handler_rh()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be_tx.c303 if (qdf_unlikely(tx_desc->vdev_id == DP_INVALID_VDEV_ID)) { in dp_tx_process_htt_completion_be()