Searched refs:txfailed (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | debug.h | 166 * @txfailed: Out-of-memory or other errors in xmit path. 189 u32 txfailed; member
|
H A D | debug.c | 618 PR("TX-Failed: ", txfailed); in read_file_xmit()
|
H A D | main.c | 822 TX_STAT_INC(sc, txctl.txq->axq_qnum, txfailed); in ath9k_tx()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | debug.h | 167 * @txfailed: Out-of-memory or other errors in xmit path. 190 u32 txfailed; member
|
H A D | debug.c | 603 PR("TX-Failed: ", txfailed); in read_file_xmit()
|
H A D | main.c | 822 TX_STAT_INC(sc, txctl.txq->axq_qnum, txfailed); in ath9k_tx()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | cassini.c | 3459 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 D | cassini.c | 3427 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