Home
last modified time | relevance | path

Searched refs:txfailed (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Ddebug.h166 * @txfailed: Out-of-memory or other errors in xmit path.
189 u32 txfailed; member
H A Ddebug.c618 PR("TX-Failed: ", txfailed); in read_file_xmit()
H A Dmain.c822 TX_STAT_INC(sc, txctl.txq->axq_qnum, txfailed); in ath9k_tx()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Ddebug.h167 * @txfailed: Out-of-memory or other errors in xmit path.
190 u32 txfailed; member
H A Ddebug.c603 PR("TX-Failed: ", txfailed); in read_file_xmit()
H A Dmain.c822 TX_STAT_INC(sc, txctl.txq->axq_qnum, txfailed); in ath9k_tx()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dcassini.c3459 int txfailed = 0; in cas_start_dma() local
3480 if (i < 0) txfailed = 1; in cas_start_dma()
3485 if (txfailed) { in cas_start_dma()
3496 (txfailed ? "tx,rx" : "rx"), in cas_start_dma()
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H A Dcassini.c3427 int txfailed = 0; in cas_start_dma() local
3448 if (i < 0) txfailed = 1; in cas_start_dma()
3453 if (txfailed) { in cas_start_dma()
3464 (txfailed ? "tx,rx" : "rx"), in cas_start_dma()

Completed in 23 milliseconds