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

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_tx.c265 if (pTxQ->noTxCredits & BNXE_TX_RESOURCES_NO_CREDIT)
274 atomic_and_32(&pTxQ->noTxCredits, ~BNXE_TX_RESOURCES_NO_CREDIT);
1017 atomic_or_32(&pTxQ->noTxCredits, BNXE_TX_RESOURCES_NO_CREDIT);
H A Dbnxe.h204 #define BNXE_TX_RESOURCES_NO_CREDIT 0x01 macro

Completed in 256 milliseconds