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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c100 list_t *bf_q, int txok, int sendbar);
105 struct ath_buf *bf, int txok);
107 int nbad, int txok, boolean_t update_rc);
355 struct ath_buf *bf, list_t *bf_q, int txok)
375 if (isaggr && txok) {
398 nbad = arn_tx_num_badfrms(sc, bf, txok);
409 } else if (!isaggr && txok) {
453 ath_tx_rc_status(bf, ds, nbad, txok, B_TRUE);
456 ath_tx_rc_status(bf, ds, nbad, txok, B_FALSE);
1053 arn_tx_num_badfrms(struct arn_softc *sc, struct ath_buf *bf, int txok) argument
354 arn_tx_complete_aggr(struct arn_softc *sc, struct ath_txq *txq, struct ath_buf *bf, list_t *bf_q, int txok) argument
1451 ath_tx_complete_buf(struct arn_softc *sc, struct ath_buf *bf, int txok, int sendbar) argument
2160 ath_tx_rc_status(struct ath_buf *bf, struct ath_desc *ds, int nbad, int txok, boolean_t update_rc) argument
2195 int txok, nbad = 0; local
[all...]

Completed in 709 milliseconds