Home
last modified time | relevance | path

Searched refs:CARL9170_TX_STATUS_TRIES (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dfwcmd.h251 #define CARL9170_TX_STATUS_TRIES (7 << CARL9170_TX_STATUS_TRIES_S) macro
H A Dtx.c684 t = (info & CARL9170_TX_STATUS_TRIES) >> CARL9170_TX_STATUS_TRIES_S; in __carl9170_tx_process_status()