Searched refs:get_wqe_tmo (Results 1 – 2 of 2) sorted by relevance
970 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_flogi()1932 get_wqe_tmo(cmdiocb), rrq->xritag, rrq->rxid); in lpfc_cmpl_els_rrq()2758 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_adisc()2951 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_logo()3190 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_cmd()3327 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_disc_cmd()3953 tmo = get_wqe_tmo(rspiocb); in lpfc_cmpl_els_edc()5306 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_rsp()11352 tmo = get_wqe_tmo(cmdiocb); in lpfc_cmpl_els_npiv_logo()
64 #define get_wqe_tmo(x) (((x)->wqe.words[7] >> 24) & 0x00FF) macro