Searched refs:inPollMode (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_intr.c164 if (!pRxQ->inPollMode)
171 if (!pRxQ->inPollMode)
179 atomic_swap_32(&pRxQ->inPollMode, B_FALSE);
202 ASSERT(pRxQ->inPollMode == B_FALSE);
207 if (pRxQ->inPollMode)
218 * OK as the inPollMode flag will tell the ISR not to re-enable the
224 atomic_swap_32(&pRxQ->inPollMode, B_TRUE);
758 if (pUM->rxq[idx].inPollMode)
H A Dbnxe_gld.c1517 if (pRxQ->inPollMode == B_FALSE)
1561 pRxQ->inPollMode = B_FALSE;
H A Dbnxe.h418 volatile u32_t inPollMode; member in struct:_RxQueue
H A Dbnxe_kstat.c530 kstat_named_t inPollMode; member in struct:_BnxeKstatRxq
1620 pStats->inPollMode.value.ui64 = pUM->rxq[idx].inPollMode;
1735 BNXE_KSTAT_RXQ(inPollMode, KSTAT_DATA_UINT64);
H A Dbnxe_fcoe.c1351 if (pRxQ->inPollMode == B_FALSE)

Completed in 228 milliseconds