Lines Matching refs:txdesc
1248 struct txentry_desc *txdesc)
1270 rt2x00_set_field32(&word, TXD_W3_PLCP_SIGNAL, txdesc->u.plcp.signal);
1271 rt2x00_set_field32(&word, TXD_W3_PLCP_SERVICE, txdesc->u.plcp.service);
1273 txdesc->u.plcp.length_low);
1275 txdesc->u.plcp.length_high);
1280 test_bit(ENTRY_TXD_RTS_FRAME, &txdesc->flags));
1292 test_bit(ENTRY_TXD_MORE_FRAG, &txdesc->flags));
1294 test_bit(ENTRY_TXD_ACK, &txdesc->flags));
1296 test_bit(ENTRY_TXD_REQ_TIMESTAMP, &txdesc->flags));
1298 (txdesc->rate_mode == RATE_MODE_OFDM));
1300 rt2x00_set_field32(&word, TXD_W0_IFS, txdesc->u.plcp.ifs);
1302 test_bit(ENTRY_TXD_RETRY_MODE, &txdesc->flags));
1303 rt2x00_set_field32(&word, TXD_W0_DATABYTE_COUNT, txdesc->length);
1318 struct txentry_desc *txdesc)
1339 rt2500pci_write_tx_desc(entry, txdesc);
1399 struct txdone_entry_desc txdesc;
1414 txdesc.flags = 0;
1418 __set_bit(TXDONE_SUCCESS, &txdesc.flags);
1421 __set_bit(TXDONE_EXCESSIVE_RETRY, &txdesc.flags);
1424 __set_bit(TXDONE_FAILURE, &txdesc.flags);
1426 txdesc.retry = rt2x00_get_field32(word, TXD_W0_RETRY_COUNT);
1428 rt2x00lib_txdone(entry, &txdesc);