Searched refs:VCF_RX (Results 1 – 2 of 2) sorted by relevance
1053 if (!vc || !test_bit(VCF_RX, &vc->flags)) { in dequeue_rx()1294 if (!vc || !test_bit(VCF_RX, &vc->flags)) { in idt77252_rx_raw()2324 if (test_bit(VCF_RX, &vc->flags)) in idt77252_init_rx()2328 set_bit(VCF_RX, &vc->flags); in idt77252_init_rx()2450 test_bit(VCF_RX, &vc->flags)) in idt77252_open()2502 clear_bit(VCF_RX, &vc->flags); in idt77252_close()2609 !test_bit(VCF_RX, &vc->flags)) { in idt77252_change_qos()
205 #define VCF_RX 1 macro