Home
last modified time | relevance | path

Searched refs:no_tx_credits (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxsnd.c330 umdevice->no_tx_credits |= BNX_TX_RESOURCES_NO_CREDIT; in bnx_xmit_packet()
588 umdevice->no_tx_credits |= BNX_TX_RESOURCES_NO_DESC; in bnx_xmit_ring_xmit_mblk()
671 if (umdevice->no_tx_credits != 0) { in bnx_xmit_ring_post()
680 umdevice->no_tx_credits &= in bnx_xmit_ring_post()
686 if (umdevice->no_tx_credits & BNX_TX_RESOURCES_NO_DESC) { in bnx_xmit_ring_post()
691 umdevice->no_tx_credits &= in bnx_xmit_ring_post()
696 if (umdevice->no_tx_credits == 0) { in bnx_xmit_ring_post()
802 umdevice->no_tx_credits &= ~BNX_TX_RESOURCES_NO_CREDIT; in bnx_txpkts_flush()
805 if (umdevice->no_tx_credits & BNX_TX_RESOURCES_NO_DESC) { in bnx_txpkts_flush()
806 umdevice->no_tx_credits &= ~BNX_TX_RESOURCES_NO_DESC; in bnx_txpkts_flush()
[all …]
H A Dbnx.h294 u32_t no_tx_credits; member