Searched refs:nbad (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 62 struct ath_tx_status *ts, int nframes, int nbad, 411 int *nframes, int *nbad) in ath_tx_count_frames() 418 *nbad = 0; in ath_tx_count_frames() 432 (*nbad)++; in ath_tx_count_frames() 453 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; in ath_tx_complete_aggr() local 523 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad); in ath_tx_complete_aggr() 580 ath_tx_rc_status(sc, bf, ts, nframes, nbad, txok); in ath_tx_complete_aggr() 2515 struct ath_tx_status *ts, int nframes, int nbad, in ath_tx_rc_status() 2536 BUG_ON(nbad > nframes); in ath_tx_rc_status() 2539 tx_info->status.ampdu_ack_len = nframes - nbad; in ath_tx_rc_status() 409 ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int txok, int *nframes, int *nbad) ath_tx_count_frames() argument 2514 ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int nframes, int nbad, int txok) ath_tx_rc_status() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 68 struct ath_tx_status *ts, int nframes, int nbad, 458 int *nframes, int *nbad) in ath_tx_count_frames() 465 *nbad = 0; in ath_tx_count_frames() 481 (*nbad)++; in ath_tx_count_frames() 502 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; in ath_tx_complete_aggr() local 572 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad); in ath_tx_complete_aggr() 629 ath_tx_rc_status(sc, bf, ts, nframes, nbad, txok); in ath_tx_complete_aggr() 2574 struct ath_tx_status *ts, int nframes, int nbad, in ath_tx_rc_status() 2595 BUG_ON(nbad > nframes); in ath_tx_rc_status() 2598 tx_info->status.ampdu_ack_len = nframes - nbad; in ath_tx_rc_status() 456 ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int txok, int *nframes, int *nbad) ath_tx_count_frames() argument 2573 ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int nframes, int nbad, int txok) ath_tx_rc_status() argument [all...] |
Completed in 8 milliseconds