Searched refs:VCF_RX (Results 1 – 2 of 2) sorted by relevance
1054 if (!vc || !test_bit(VCF_RX, &vc->flags)) { in dequeue_rx()1296 if (!vc || !test_bit(VCF_RX, &vc->flags)) { in idt77252_rx_raw()2335 if (test_bit(VCF_RX, &vc->flags)) in idt77252_init_rx()2339 set_bit(VCF_RX, &vc->flags); in idt77252_init_rx()2461 test_bit(VCF_RX, &vc->flags)) in idt77252_open()2513 clear_bit(VCF_RX, &vc->flags); in idt77252_close()2620 !test_bit(VCF_RX, &vc->flags)) { in idt77252_change_qos()
202 #define VCF_RX 1 macro