Home
last modified time | relevance | path

Searched refs:ENTRY_TXD_FIRST_FRAGMENT (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/ralink/rt2x00/
Drt2x00queue.h260 ENTRY_TXD_FIRST_FRAGMENT, enumerator
Drt2x00queue.c226 if (test_bit(ENTRY_TXD_FIRST_FRAGMENT, &txdesc->flags)) in rt2x00queue_create_tx_descriptor_seq()
251 if (test_bit(ENTRY_TXD_FIRST_FRAGMENT, &txdesc->flags)) in rt2x00queue_create_tx_descriptor_plcp()
463 __set_bit(ENTRY_TXD_FIRST_FRAGMENT, &txdesc->flags); in rt2x00queue_create_tx_descriptor()
Drt2500usb.c1100 test_bit(ENTRY_TXD_FIRST_FRAGMENT, &txdesc->flags)); in rt2500usb_write_tx_desc()