Searched refs:no_tx_credits (Results 1 – 2 of 2) sorted by relevance
330 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()672 if (umdevice->no_tx_credits & BNX_TX_RESOURCES_NO_CREDIT) { 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()801 if (umdevice->no_tx_credits & BNX_TX_RESOURCES_NO_CREDIT) { in bnx_txpkts_flush()802 umdevice->no_tx_credits &= ~BNX_TX_RESOURCES_NO_CREDIT; in bnx_txpkts_flush()[all …]
294 u32_t no_tx_credits; member