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

/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c3167 int ackfailcnt = 0, i, lastidx, qid, *res, shift; local
3239 IEEE80211_RATECTL_TX_FAILURE, &ackfailcnt, NULL);
3243 IEEE80211_RATECTL_TX_SUCCESS, &ackfailcnt, NULL);
3502 stat->ackfailcnt,
3510 stat->ackfailcnt, &stat->status);
3512 iwn_tx_done(sc, desc, stat->ackfailcnt,
3532 stat->ackfailcnt,
3545 stat->ackfailcnt, &stat->status);
3547 iwn_tx_done(sc, desc, stat->ackfailcnt,
3556 iwn_tx_done(struct iwn_softc *sc, struct iwn_rx_desc *desc, int ackfailcnt, argument
3648 iwn_ampdu_tx_done(struct iwn_softc *sc, int qid, int idx, int nframes, int ackfailcnt, void *stat) argument
[all...]
H A Dif_iwnreg.h1364 uint8_t ackfailcnt; member in struct:iwn4965_tx_stat
1376 uint8_t ackfailcnt; member in struct:iwn5000_tx_stat
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c2061 int ackfailcnt = stat->ackfailcnt / WPI_NTRIES_DEFAULT; local
2070 "status %x\n", __func__, desc->qid, desc->idx, stat->ackfailcnt,
2085 IEEE80211_RATECTL_TX_FAILURE, &ackfailcnt, NULL);
2088 IEEE80211_RATECTL_TX_SUCCESS, &ackfailcnt, NULL);
2258 stat->rtsfailcnt, stat->ackfailcnt,
H A Dif_wpireg.h254 uint8_t ackfailcnt; member in struct:wpi_tx_stat
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c1552 ackfailcnt = 0;
1554 IEEE80211_RATECTL_TX_SUCCESS, &ackfailcnt, NULL);

Completed in 132 milliseconds