Home
last modified time | relevance | path

Searched refs:qe_type (Results 1 – 5 of 5) 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()
111 ASSERT(wqe->qe_type == ENX_QETYP_RWQE); in eibnx_return_rwqe()
145 ASSERT(wqe->qe_type == ENX_QETYP_SWQE); in eibnx_release_swqe()
H A Denx_hdlrs.c635 } else if (wqe->qe_type == ENX_QETYP_RWQE) { in eibnx_comp_handler()
773 info->ti_hca_guid, info->ti_pi->p_port_num, wqe->qe_type); in eibnx_handle_wcerr()
779 info->ti_hca_guid, info->ti_pi->p_port_num, wqe->qe_type); in eibnx_handle_wcerr()
785 info->ti_hca_guid, info->ti_pi->p_port_num, wqe->qe_type); in eibnx_handle_wcerr()
H A Denx_fip.c126 if (swqe->qe_type != ENX_QETYP_SWQE) { in eibnx_fip_solicit_ucast()
130 swqe->qe_type); in eibnx_fip_solicit_ucast()
H A Denx_ibt.c488 swqe->qe_type = ENX_QETYP_SWQE; in eibnx_setup_txbufs()
551 rwqe->qe_type = ENX_QETYP_RWQE; in eibnx_setup_rxbufs()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h159 uint_t qe_type; member