Searched refs:rtv_rsp (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_els.c8803 struct RTV_RSP *rtv_rsp; local
8840 rtv_rsp = (struct RTV_RSP *)pcmd;
8843 rtv_rsp->ratov = cpu_to_be32(phba->fc_ratov * 1000); /* report msecs */
8844 rtv_rsp->edtov = cpu_to_be32(phba->fc_edtov);
8845 bf_set(qtov_edtovres, rtv_rsp, phba->fc_edtovResol ? 1 : 0);
8846 bf_set(qtov_rttov, rtv_rsp, 0); /* Field is for FC ONLY */
8847 rtv_rsp->qtov = cpu_to_be32(rtv_rsp->qtov);
8857 rtv_rsp->ratov, rtv_rsp
[all...]

Completed in 215 milliseconds