Home
last modified time | relevance | path

Searched refs:ENX_QETYP_SWQE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c77 ASSERT(wqe->qe_type == ENX_QETYP_SWQE); in eibnx_return_swqe()
145 ASSERT(wqe->qe_type == ENX_QETYP_SWQE); in eibnx_release_swqe()
H A Denx_fip.c126 if (swqe->qe_type != ENX_QETYP_SWQE) { in eibnx_fip_solicit_ucast()
H A Denx_ibt.c488 swqe->qe_type = ENX_QETYP_SWQE; in eibnx_setup_txbufs()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h145 #define ENX_QETYP_SWQE 0x2 macro