Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dhal_tx.h47 #define HAL_TX_STATUS_DESC_LEN sizeof(struct hal_wbm_release_ring)
H A Ddp_tx.c497 struct hal_wbm_release_ring *desc, in ath11k_dp_tx_status_parse()
548 desc, sizeof(struct hal_wbm_release_ring)); in ath11k_dp_tx_completion_handler()
564 struct hal_wbm_release_ring *tx_status; in ath11k_dp_tx_completion_handler()
H A Dhal_rx.c356 struct hal_wbm_release_ring *wbm_desc = desc; in ath11k_hal_wbm_desc_parse_err()
421 struct hal_wbm_release_ring *dst_desc = desc; in ath11k_hal_rx_msdu_link_desc_set()
422 struct hal_wbm_release_ring *src_desc = link_desc; in ath11k_hal_rx_msdu_link_desc_set()
H A Dhal.c160 .entry_size = sizeof(struct hal_wbm_release_ring) >> 2,
173 .entry_size = sizeof(struct hal_wbm_release_ring) >> 2,
H A Dhal_desc.h1644 struct hal_wbm_release_ring { struct
H A Ddp.h85 struct hal_wbm_release_ring *tx_status;
H A Ddp.c1059 size = sizeof(struct hal_wbm_release_ring) * DP_TX_COMP_RING_SIZE; in ath11k_dp_alloc()