Searched refs:get_wqe_tmo (Results 1 – 2 of 2) sorted by relevance
951 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_flogi()1996 get_wqe_tmo(cmdiocb), rrq->xritag, rrq->rxid); in lpfc_cmpl_els_rrq()2888 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_adisc()3074 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_logo()3286 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_cmd()3424 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_disc_cmd()4086 tmo = get_wqe_tmo(rspiocb); in lpfc_cmpl_els_edc()5449 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_rsp()11651 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_npiv_logo()
64 #define get_wqe_tmo(x) (((x)->wqe.words[7] >> 24) & 0x00FF) macro