Home
last modified time | relevance | path

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

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