• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/rt2x00/

Lines Matching defs:txdesc

1431 				  struct txentry_desc *txdesc)
1442 test_bit(ENTRY_TXD_BURST, &txdesc->flags));
1445 test_bit(ENTRY_TXD_MORE_FRAG, &txdesc->flags));
1447 test_bit(ENTRY_TXD_ACK, &txdesc->flags));
1449 test_bit(ENTRY_TXD_REQ_TIMESTAMP, &txdesc->flags));
1451 (txdesc->rate_mode == RATE_MODE_OFDM));
1452 rt2x00_set_field32(&word, TXD_W0_IFS, txdesc->ifs);
1454 test_bit(ENTRY_TXD_RETRY_MODE, &txdesc->flags));
1456 test_bit(ENTRY_TXD_ENCRYPT_MMIC, &txdesc->flags));
1458 test_bit(ENTRY_TXD_ENCRYPT_PAIRWISE, &txdesc->flags));
1459 rt2x00_set_field32(&word, TXD_W0_KEY_INDEX, txdesc->key_idx);
1460 rt2x00_set_field32(&word, TXD_W0_DATABYTE_COUNT, txdesc->length);
1462 test_bit(ENTRY_TXD_BURST, &txdesc->flags));
1463 rt2x00_set_field32(&word, TXD_W0_CIPHER_ALG, txdesc->cipher);
1467 rt2x00_set_field32(&word, TXD_W1_HOST_Q_ID, txdesc->queue);
1468 rt2x00_set_field32(&word, TXD_W1_AIFSN, txdesc->aifs);
1469 rt2x00_set_field32(&word, TXD_W1_CWMIN, txdesc->cw_min);
1470 rt2x00_set_field32(&word, TXD_W1_CWMAX, txdesc->cw_max);
1471 rt2x00_set_field32(&word, TXD_W1_IV_OFFSET, txdesc->iv_offset);
1473 test_bit(ENTRY_TXD_GENERATE_SEQ, &txdesc->flags));
1477 rt2x00_set_field32(&word, TXD_W2_PLCP_SIGNAL, txdesc->signal);
1478 rt2x00_set_field32(&word, TXD_W2_PLCP_SERVICE, txdesc->service);
1479 rt2x00_set_field32(&word, TXD_W2_PLCP_LENGTH_LOW, txdesc->length_low);
1480 rt2x00_set_field32(&word, TXD_W2_PLCP_LENGTH_HIGH, txdesc->length_high);
1483 if (test_bit(ENTRY_TXD_ENCRYPT, &txdesc->flags)) {
1506 struct txentry_desc *txdesc)
1529 rt73usb_write_tx_desc(rt2x00dev, entry->skb, txdesc);