Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_tx.h43 #define HAL_TX_STATUS_FLAGS_FIRST_MSDU BIT(0) macro
H A Ddp_tx.c598 if (ts->flags & HAL_TX_STATUS_FLAGS_FIRST_MSDU) { in ath11k_dp_tx_complete_msdu()
669 ts->flags |= HAL_TX_STATUS_FLAGS_FIRST_MSDU; in ath11k_dp_tx_status_parse()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dhal_tx.h46 #define HAL_TX_STATUS_FLAGS_FIRST_MSDU BIT(0) macro