Searched refs:get_wqe_tmo (Results 1 – 2 of 2) sorted by relevance
948 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_flogi()1959 get_wqe_tmo(cmdiocb), rrq->xritag, rrq->rxid); in lpfc_cmpl_els_rrq()2796 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_adisc()2982 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_logo()3193 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_cmd()3330 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_disc_cmd()3958 tmo = get_wqe_tmo(rspiocb); in lpfc_cmpl_els_edc()5321 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_rsp()11479 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_npiv_logo()
64 #define get_wqe_tmo(x) (((x)->wqe.words[7] >> 24) & 0x00FF) macro