Searched refs:get_wqe_tmo (Results 1 – 2 of 2) sorted by relevance
971 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_flogi()1961 get_wqe_tmo(cmdiocb), rrq->xritag, rrq->rxid); in lpfc_cmpl_els_rrq()2805 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_adisc()2998 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_logo()3238 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_cmd()3375 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_disc_cmd()4001 tmo = get_wqe_tmo(rspiocb); in lpfc_cmpl_els_edc()5347 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_rsp()11561 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_npiv_logo()
64 #define get_wqe_tmo(x) (((x)->wqe.words[7] >> 24) & 0x00FF) macro