Lines Matching refs:test_bit
208 if (test_bit(CONFIG_QOS_DISABLED, &rt2x00dev->flags)) in rt2x00queue_create_tx_descriptor_seq()
226 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()
338 if (test_bit(CONFIG_HT_DISABLED, &rt2x00dev->flags)) { in rt2x00queue_create_tx_descriptor_ht()
462 !test_bit(ENTRY_TXD_RTS_FRAME, &txdesc->flags)) in rt2x00queue_create_tx_descriptor()
563 !test_bit(ENTRY_TXD_BURST, &txdesc->flags)) in rt2x00queue_kick_tx_queue()
647 if (test_bit(ENTRY_TXD_ENCRYPT, &txdesc.flags) && in rt2x00queue_write_tx_frame()
648 !test_bit(ENTRY_TXD_ENCRYPT_IV, &txdesc.flags)) { in rt2x00queue_write_tx_frame()
913 if (!test_bit(DEVICE_STATE_PRESENT, &queue->rt2x00dev->flags) || in rt2x00queue_pause_queue()
914 !test_bit(QUEUE_STARTED, &queue->flags) || in rt2x00queue_pause_queue()
924 if (!test_bit(DEVICE_STATE_PRESENT, &queue->rt2x00dev->flags) || in rt2x00queue_unpause_queue()
925 !test_bit(QUEUE_STARTED, &queue->flags) || in rt2x00queue_unpause_queue()
956 if (!test_bit(DEVICE_STATE_PRESENT, &queue->rt2x00dev->flags) || in rt2x00queue_start_queue()