Searched refs:bnx2x_has_rx_work (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_cmn.h601 static inline int bnx2x_has_rx_work(struct bnx2x_fastpath *fp) function
H A Dbnx2x_cmn.c1580 if (bnx2x_has_rx_work(fp)) {
1589 if (!(bnx2x_has_rx_work(fp) || bnx2x_has_tx_work(fp))) {
1591 /* bnx2x_has_rx_work() reads the status block, thus we need
1594 * (bnx2x_has_rx_work) so that we won't write the "newer"
1596 * after bnx2x_has_rx_work and if there is no rmb, the memory
1604 if (!(bnx2x_has_rx_work(fp) || bnx2x_has_tx_work(fp))) {

Completed in 32 milliseconds