Searched refs:rx_active (Results 1 – 3 of 3) sorted by relevance
307 if (adapter->rx_active) in check_3c505_dma()308 adapter->rx_active--; in check_3c505_dma()343 while (adapter->rx_active < ELP_RX_PCBS && netif_running(dev)) { in prime_rx()564 adapter->rx_active++; in start_receive()630 if (adapter->rx_active) in receive_packet()631 adapter->rx_active--; in receive_packet()875 adapter->rx_active = 0; in elp_open()960 pr_debug("%s: %d receive PCBs active\n", dev->name, adapter->rx_active); in elp_open()
289 unsigned int rx_active; /* number of receive PCBs */ member
121 static inline bool rx_active(struct i2s_dai *i2s) in rx_active() function138 return rx_active(other); in other_rx_active()144 return rx_active(i2s) || other_rx_active(i2s); in any_rx_active()156 return tx_active(i2s) || rx_active(i2s); in this_active()