Searched refs:intr_sem (Results 1 - 6 of 6) 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.c668 if (unlikely(atomic_read(&bp->intr_sem) != 0)) {
669 DP(NETIF_MSG_INTR, "called but intr_sem not 0, returning\n");
1142 int intr_sem; local
1144 intr_sem = atomic_dec_and_test(&bp->intr_sem);
1145 smp_wmb(); /* Ensure that bp->intr_sem update is SMP-safe */
1147 if (intr_sem) {
H A Dbnx2x_main.c724 atomic_inc(&bp->intr_sem);
725 smp_wmb(); /* Ensure that bp->intr_sem update is SMP-safe */
892 if (unlikely(atomic_read(&bp->intr_sem) != 0)) {
893 DP(NETIF_MSG_INTR, "called but intr_sem not 0, returning\n");
2565 if (unlikely(atomic_read(&bp->intr_sem) != 0)) {
2566 DP(NETIF_MSG_INTR, "called but intr_sem not 0, returning\n");
2610 if (unlikely(atomic_read(&bp->intr_sem) != 0)) {
2611 DP(NETIF_MSG_INTR, "called but intr_sem not 0, returning\n");
2647 if (atomic_read(&bp->intr_sem) != 0)
3427 atomic_set(&bp->intr_sem,
[all...]
H A Dbnx2x.h662 atomic_t intr_sem; member in struct:bnx2x
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Djme.h423 atomic_t intr_sem; member in struct:jme_adapter
H A Dbnx2.c628 atomic_inc(&bp->intr_sem);
671 if (atomic_dec_and_test(&bp->intr_sem)) {
3289 if (unlikely(atomic_read(&bp->intr_sem) != 0))
3306 if (unlikely(atomic_read(&bp->intr_sem) != 0))
3342 if (unlikely(atomic_read(&bp->intr_sem) != 0))
6082 if (atomic_read(&bp->intr_sem) != 0)
6266 atomic_set(&bp->intr_sem, 0);
6329 atomic_set(&bp->intr_sem, 1);
6341 netdev_err(dev, "DEBUG: intr_sem[%x] PCI_CMD[%08x]\n",
6342 atomic_read(&bp->intr_sem), val
[all...]
H A Dbnx2.h6719 atomic_t intr_sem; member in struct:bnx2

Completed in 421 milliseconds