Home
last modified time | relevance | path

Searched refs:BNX_SEND_GOODXMIT (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxgldv3.c365 if (rc == BNX_SEND_GOODXMIT) { in bnx_m_tx()
H A Dbnxsnd.c318 return (BNX_SEND_GOODXMIT); in bnx_xmit_packet()
325 if (rc == BNX_SEND_GOODXMIT) { in bnx_xmit_packet()
326 return (BNX_SEND_GOODXMIT); in bnx_xmit_packet()
675 if (rc == BNX_SEND_GOODXMIT) { in bnx_xmit_ring_post()
H A Dbnxsnd.h32 #define BNX_SEND_GOODXMIT 0 macro