Searched refs:rx_empty (Results 1 – 5 of 5) sorted by relevance
54 int rx_empty; member467 mp->rx_empty = 0; in mace_open()891 for (i = mp->rx_empty; i != mp->rx_fill; ) { in mace_rxdma_intr()948 mp->rx_empty = i; in mace_rxdma_intr()955 if (next == mp->rx_empty) in mace_rxdma_intr()
71 int rx_empty; member620 bp->rx_empty = 0; in bmac_init_rx_ring()689 i = bp->rx_empty; in bmac_rxdma_intr()730 bp->rx_empty = i; in bmac_rxdma_intr()
1358 while (atomic_read(&jme->rx_empty) > 0) { in jme_poll()1359 atomic_dec(&jme->rx_empty); in jme_poll()1363 atomic_inc(&jme->rx_empty); in jme_poll()1389 while (atomic_read(&jme->rx_empty) > 0) { in jme_rx_empty_tasklet()1390 atomic_dec(&jme->rx_empty); in jme_rx_empty_tasklet()1394 atomic_inc(&jme->rx_empty); in jme_rx_empty_tasklet()1528 atomic_inc(&jme->rx_empty); in jme_intr_msi()1538 atomic_inc(&jme->rx_empty); in jme_intr_msi()3019 atomic_set(&jme->rx_empty, 1); in jme_init_one()
442 atomic_t rx_empty; member
541 static bool mptcp_subflow_could_cleanup(const struct sock *ssk, bool rx_empty) in mptcp_subflow_could_cleanup() argument550 (rx_empty && ack_pending & in mptcp_subflow_could_cleanup()560 bool cleanup, rx_empty; in mptcp_cleanup_rbuf() local563 rx_empty = !__mptcp_rmem(sk); in mptcp_cleanup_rbuf()568 if (cleanup || mptcp_subflow_could_cleanup(ssk, rx_empty)) in mptcp_cleanup_rbuf()