Home
last modified time | relevance | path

Searched refs:txfailed (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Ddebug.h190 u32 txfailed; member
Ddebug.c603 PR("TX-Failed: ", txfailed); in read_file_xmit()
Dmain.c822 TX_STAT_INC(sc, txctl.txq->axq_qnum, txfailed); in ath9k_tx()
/linux-6.6.21/drivers/net/ethernet/sun/
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()