Searched refs:ackfailcnt (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/iwn/
H A Dif_iwnreg.h1404 uint8_t ackfailcnt; member in struct:iwn4965_tx_stat
1416 uint8_t ackfailcnt; member in struct:iwn5000_tx_stat
H A Dif_iwn.c3563 stat->ackfailcnt,
3572 iwn_tx_done(sc, desc, stat->rtsfailcnt, stat->ackfailcnt,
3588 stat->ackfailcnt,
3602 iwn_tx_done(sc, desc, stat->rtsfailcnt, stat->ackfailcnt,
3629 int ackfailcnt, uint8_t status)
3677 txs->long_retries = ackfailcnt;
3628 iwn_tx_done(struct iwn_softc *sc, struct iwn_rx_desc *desc, int rtsfailcnt, int ackfailcnt, uint8_t status) argument
/freebsd-current/sys/dev/wpi/
H A Dif_wpireg.h251 uint8_t ackfailcnt; member in struct:wpi_tx_stat
H A Dif_wpi.c2071 "status %x\n", __func__, desc->qid, desc->idx, stat->ackfailcnt,
2090 txs->long_retries = stat->ackfailcnt / WPI_NTRIES_DEFAULT;
2279 stat->rtsfailcnt, stat->ackfailcnt,
/freebsd-current/sys/dev/otus/
H A Dif_otus.c1481 ackfailcnt = 0;
1483 IEEE80211_RATECTL_TX_SUCCESS, &ackfailcnt, NULL);

Completed in 114 milliseconds