Searched refs:TXWI_DESC_SIZE (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/net/wireless/rt2x00/ |
D | rt2800usb.c | 487 skbdesc->desc_len = TXINFO_DESC_SIZE + TXWI_DESC_SIZE; in rt2800usb_write_tx_desc() 902 .desc_size = TXINFO_DESC_SIZE + TXWI_DESC_SIZE, 909 .desc_size = TXINFO_DESC_SIZE + TXWI_DESC_SIZE, 921 .extra_tx_headroom = TXINFO_DESC_SIZE + TXWI_DESC_SIZE,
|
D | rt2800pci.c | 632 rt2x00_set_field32(&word, TXD_W1_SD_LEN0, TXWI_DESC_SIZE); in rt2800pci_write_tx_desc() 639 skbdesc->skb_dma + TXWI_DESC_SIZE); in rt2800pci_write_tx_desc() 1138 .desc_size = TXWI_DESC_SIZE, 1150 .extra_tx_headroom = TXWI_DESC_SIZE,
|
D | rt2800.h | 2339 #define TXWI_DESC_SIZE (4 * sizeof(__le32)) macro
|
D | rt2800lib.c | 704 memset(skb_push(entry->skb, TXWI_DESC_SIZE), 0, TXWI_DESC_SIZE); in rt2800_write_beacon() 711 skbdesc->desc_len = TXWI_DESC_SIZE; in rt2800_write_beacon() 763 for (i = 0; i < TXWI_DESC_SIZE; i += sizeof(__le32)) in rt2800_clear_beacon_register()
|