Lines Matching refs:rx_busy
826 // rx_busy once the channel is disabled or before a new one is
937 clear_bit (rx_busy, &dev->flags);
1031 clear_bit (rx_busy, &dev->flags);
1032 PRINTD (DBG_RX, "cleared rx_busy for dev %p", dev);
1051 if (test_bit (rx_busy, &dev->flags)) {
1245 if (test_and_set_bit (rx_busy, &dev->flags)) {
1249 PRINTD (DBG_RX, "set rx_busy for dev %p", dev);
1341 clear_bit (rx_busy, &dev->flags);
1367 // rx_data_av as the former implies rx_busy and so the latter
1369 // (continuing the same frame) then it will not clear rx_busy.