Home
last modified time | relevance | path

Searched refs:rx_active (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/i825xx/
D3c505.c307 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()
D3c505.h289 unsigned int rx_active; /* number of receive PCBs */ member
/linux-3.4.99/sound/soc/samsung/
Di2s.c121 static inline bool rx_active(struct i2s_dai *i2s) in rx_active() function
138 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()