Home
last modified time | relevance | path

Searched refs:tx_desc_id (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_desc.h99 struct ol_txrx_pdev_t *pdev, uint16_t tx_desc_id) in ol_tx_desc_find() argument
104 (td_base[tx_desc_id >> pdev->tx_desc.page_divider] + in ol_tx_desc_find()
106 (tx_desc_id & pdev->tx_desc.offset_filter))))->tx_desc; in ol_tx_desc_find()
121 ol_tx_desc_find_check(struct ol_txrx_pdev_t *pdev, u_int16_t tx_desc_id) in ol_tx_desc_find_check() argument
125 if (tx_desc_id >= pdev->tx_desc.pool_size) in ol_tx_desc_find_check()
128 tx_desc = ol_tx_desc_find(pdev, tx_desc_id); in ol_tx_desc_find_check()
139 ol_tx_desc_find_check(struct ol_txrx_pdev_t *pdev, u_int16_t tx_desc_id) in ol_tx_desc_find_check() argument
143 if (tx_desc_id >= pdev->tx_desc.pool_size) in ol_tx_desc_find_check()
146 tx_desc = ol_tx_desc_find(pdev, tx_desc_id); in ol_tx_desc_find_check()
H A Dol_tx_send.c1026 uint16_t tx_desc_id; in ol_tx_completion_handler() local
1070 tx_desc_id = desc_ids[i]; in ol_tx_completion_handler()
1071 if (tx_desc_id >= pdev->tx_desc.pool_size) { in ol_tx_completion_handler()
1074 __func__, tx_desc_id); in ol_tx_completion_handler()
1077 tx_desc = ol_tx_desc_find(pdev, tx_desc_id); in ol_tx_completion_handler()
1132 tx_desc_id, in ol_tx_completion_handler()
1192 u_int16_t tx_desc_id, int credit, u_int8_t absolute, in ol_tx_desc_update_group_credit() argument
1199 if (tx_desc_id >= pdev->tx_desc.pool_size) { in ol_tx_desc_update_group_credit()
1204 tx_desc = ol_tx_desc_find(pdev, tx_desc_id); in ol_tx_desc_update_group_credit()
1348 enum htt_tx_status status, uint16_t tx_desc_id) in ol_tx_single_completion_handler() argument
[all …]
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_txrx_htt_api.h252 u_int16_t tx_desc_id,
304 u_int16_t tx_desc_id, in ol_tx_desc_update_group_credit() argument
340 enum htt_tx_status status, uint16_t tx_desc_id);
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li_tx.c42 uint32_t tx_desc_id; in dp_tx_comp_get_params_from_hal_desc_li() local
44 tx_desc_id = hal_tx_comp_get_desc_id(tx_comp_hal_desc); in dp_tx_comp_get_params_from_hal_desc_li()
45 pool_id = (tx_desc_id & DP_TX_DESC_ID_POOL_MASK) >> in dp_tx_comp_get_params_from_hal_desc_li()
50 (tx_desc_id & DP_TX_DESC_ID_PAGE_MASK) >> in dp_tx_comp_get_params_from_hal_desc_li()
52 (tx_desc_id & DP_TX_DESC_ID_OFFSET_MASK) >> in dp_tx_comp_get_params_from_hal_desc_li()
54 (tx_desc_id & DP_TX_DESC_ID_SPCL_MASK)); in dp_tx_comp_get_params_from_hal_desc_li()
H A Ddp_li.c736 uint32_t tx_desc_id; in dp_tx_comp_get_prefetched_params_from_hal_desc() local
738 tx_desc_id = hal_tx_comp_get_desc_id(tx_comp_hal_desc); in dp_tx_comp_get_prefetched_params_from_hal_desc()
739 pool_id = (tx_desc_id & DP_TX_DESC_ID_POOL_MASK) >> in dp_tx_comp_get_prefetched_params_from_hal_desc()
744 (tx_desc_id & DP_TX_DESC_ID_PAGE_MASK) >> in dp_tx_comp_get_prefetched_params_from_hal_desc()
746 (tx_desc_id & DP_TX_DESC_ID_OFFSET_MASK) >> in dp_tx_comp_get_prefetched_params_from_hal_desc()
748 (tx_desc_id & DP_TX_DESC_ID_SPCL_MASK)); in dp_tx_comp_get_prefetched_params_from_hal_desc()
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
H A Dpktlog_wifi2.c108 uint16_t tx_desc_id; in fill_ieee80211_hdr_data() local
137 tx_desc_id = ((*msdu_id & TX_DESC_ID_LOW_MASK) in fill_ieee80211_hdr_data()
140 tx_desc_id = ((*msdu_id & TX_DESC_ID_HIGH_MASK) in fill_ieee80211_hdr_data()
144 if (tx_desc_id >= txrx_pdev->tx_desc.pool_size) { in fill_ieee80211_hdr_data()
147 __func__, tx_desc_id); in fill_ieee80211_hdr_data()
150 tx_desc = ol_tx_desc_find(txrx_pdev, tx_desc_id); in fill_ieee80211_hdr_data()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx_desc.h1201 dp_tx_is_desc_id_valid(struct dp_soc *soc, uint32_t tx_desc_id) in dp_tx_is_desc_id_valid() argument
1207 pool_id = (tx_desc_id & DP_TX_DESC_ID_POOL_MASK) >> in dp_tx_is_desc_id_valid()
1231 page_id = (tx_desc_id & DP_TX_DESC_ID_PAGE_MASK) >> in dp_tx_is_desc_id_valid()
1245 offset = (tx_desc_id & DP_TX_DESC_ID_OFFSET_MASK) >> in dp_tx_is_desc_id_valid()
1266 tx_desc_id); in dp_tx_is_desc_id_valid()
1273 dp_tx_is_desc_id_valid(struct dp_soc *soc, uint32_t tx_desc_id) in dp_tx_is_desc_id_valid() argument
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_tx.c158 uint32_t tx_desc_id; in dp_tx_comp_get_params_from_hal_desc_be() local
171 tx_desc_id = hal_tx_comp_get_desc_id(tx_comp_hal_desc); in dp_tx_comp_get_params_from_hal_desc_be()
173 (struct dp_tx_desc_s *)dp_cc_desc_find(soc, tx_desc_id); in dp_tx_comp_get_params_from_hal_desc_be()
217 uint32_t tx_desc_id; in dp_tx_comp_get_params_from_hal_desc_be() local
221 tx_desc_id = hal_tx_comp_get_desc_id(tx_comp_hal_desc); in dp_tx_comp_get_params_from_hal_desc_be()
223 (struct dp_tx_desc_s *)dp_cc_desc_find(soc, tx_desc_id); in dp_tx_comp_get_params_from_hal_desc_be()