Searched refs:rx_empty (Results 1 – 5 of 5) sorted by relevance
55 int rx_empty; member464 mp->rx_empty = 0; in mace_open()888 for (i = mp->rx_empty; i != mp->rx_fill; ) { in mace_rxdma_intr()945 mp->rx_empty = i; in mace_rxdma_intr()952 if (next == mp->rx_empty) in mace_rxdma_intr()
72 int rx_empty; member624 bp->rx_empty = 0; in bmac_init_rx_ring()693 i = bp->rx_empty; in bmac_rxdma_intr()734 bp->rx_empty = i; in bmac_rxdma_intr()
1359 while (atomic_read(&jme->rx_empty) > 0) { in jme_poll()1360 atomic_dec(&jme->rx_empty); in jme_poll()1364 atomic_inc(&jme->rx_empty); in jme_poll()1390 while (atomic_read(&jme->rx_empty) > 0) { in jme_rx_empty_tasklet()1391 atomic_dec(&jme->rx_empty); in jme_rx_empty_tasklet()1395 atomic_inc(&jme->rx_empty); in jme_rx_empty_tasklet()1529 atomic_inc(&jme->rx_empty); in jme_intr_msi()1539 atomic_inc(&jme->rx_empty); in jme_intr_msi()3020 atomic_set(&jme->rx_empty, 1); in jme_init_one()
444 atomic_t rx_empty; member
471 static bool mptcp_subflow_could_cleanup(const struct sock *ssk, bool rx_empty) in mptcp_subflow_could_cleanup() argument480 (rx_empty && ack_pending & in mptcp_subflow_could_cleanup()490 bool cleanup, rx_empty; in mptcp_cleanup_rbuf() local493 rx_empty = !__mptcp_rmem(sk); in mptcp_cleanup_rbuf()498 if (cleanup || mptcp_subflow_could_cleanup(ssk, rx_empty)) in mptcp_cleanup_rbuf()