Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_tx.h51 #define HAL_TX_STATUS_DESC_LEN sizeof(struct hal_wbm_release_ring)
H A Ddp_tx.c657 struct hal_wbm_release_ring *desc, in ath11k_dp_tx_status_parse()
708 desc, sizeof(struct hal_wbm_release_ring)); in ath11k_dp_tx_completion_handler()
725 struct hal_wbm_release_ring *tx_status; in ath11k_dp_tx_completion_handler()
H A Dhal_desc.h1668 struct hal_wbm_release_ring { struct
H A Ddp.h90 struct hal_wbm_release_ring *tx_status;
H A Ddp.c1087 size = sizeof(struct hal_wbm_release_ring) * DP_TX_COMP_RING_SIZE; in ath11k_dp_alloc()
/linux/drivers/net/wireless/ath/ath12k/
H A Dhal_tx.h55 #define HAL_TX_STATUS_DESC_LEN sizeof(struct hal_wbm_release_ring)
H A Dhal.c120 .entry_size = sizeof(struct hal_wbm_release_ring) >> 2,
128 .entry_size = sizeof(struct hal_wbm_release_ring) >> 2,
185 .entry_size = sizeof(struct hal_wbm_release_ring) >> 2,
H A Ddp_tx.c1007 struct hal_wbm_release_ring *desc; in ath12k_dp_tx_completion_handler()