Lines Matching refs:txdesc
308 struct txdone_entry_desc *txdesc,
316 retry_rates = test_bit(TXDONE_FALLBACK, &txdesc->flags) ?
317 (txdesc->retry + 1) : 1;
349 if (test_bit(TXDONE_NO_ACK_REQ, &txdesc->flags))
368 if (test_bit(TXDONE_AMPDU, &txdesc->flags) ||
411 struct txdone_entry_desc *txdesc)
441 test_bit(TXDONE_SUCCESS, &txdesc->flags);
443 if (!test_bit(TXDONE_UNKNOWN, &txdesc->flags)) {
450 rt2x00lib_fill_tx_status(rt2x00dev, &txinfo, skbdesc, txdesc,
461 struct txdone_entry_desc *txdesc)
518 test_bit(TXDONE_SUCCESS, &txdesc->flags) ||
519 test_bit(TXDONE_UNKNOWN, &txdesc->flags);
527 rt2x00lib_fill_tx_status(rt2x00dev, tx_info, skbdesc, txdesc, success);
550 struct txdone_entry_desc txdesc;
552 txdesc.flags = 0;
553 __set_bit(status, &txdesc.flags);
554 txdesc.retry = 0;
556 rt2x00lib_txdone(entry, &txdesc);