Lines Matching defs:txdesc
309 struct txdone_entry_desc *txdesc,
317 retry_rates = test_bit(TXDONE_FALLBACK, &txdesc->flags) ?
318 (txdesc->retry + 1) : 1;
350 if (test_bit(TXDONE_NO_ACK_REQ, &txdesc->flags))
369 if (test_bit(TXDONE_AMPDU, &txdesc->flags) ||
412 struct txdone_entry_desc *txdesc)
442 test_bit(TXDONE_SUCCESS, &txdesc->flags);
444 if (!test_bit(TXDONE_UNKNOWN, &txdesc->flags)) {
451 rt2x00lib_fill_tx_status(rt2x00dev, &txinfo, skbdesc, txdesc,
462 struct txdone_entry_desc *txdesc)
519 test_bit(TXDONE_SUCCESS, &txdesc->flags) ||
520 test_bit(TXDONE_UNKNOWN, &txdesc->flags);
528 rt2x00lib_fill_tx_status(rt2x00dev, tx_info, skbdesc, txdesc, success);
551 struct txdone_entry_desc txdesc;
553 txdesc.flags = 0;
554 __set_bit(status, &txdesc.flags);
555 txdesc.retry = 0;
557 rt2x00lib_txdone(entry, &txdesc);