Searched refs:qe_type (Results 1 – 5 of 5) sorted by relevance
77 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()
635 } 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()
126 if (swqe->qe_type != ENX_QETYP_SWQE) { in eibnx_fip_solicit_ucast()130 swqe->qe_type); in eibnx_fip_solicit_ucast()
488 swqe->qe_type = ENX_QETYP_SWQE; in eibnx_setup_txbufs()551 rwqe->qe_type = ENX_QETYP_RWQE; in eibnx_setup_rxbufs()
155 uint_t qe_type; member