Lines Matching defs:rtv_rsp
7465 struct RTV_RSP *rtv_rsp;
7492 rtv_rsp = (struct RTV_RSP *)pcmd;
7495 rtv_rsp->ratov = cpu_to_be32(phba->fc_ratov * 1000); /* report msecs */
7496 rtv_rsp->edtov = cpu_to_be32(phba->fc_edtov);
7497 bf_set(qtov_edtovres, rtv_rsp, phba->fc_edtovResol ? 1 : 0);
7498 bf_set(qtov_rttov, rtv_rsp, 0); /* Field is for FC ONLY */
7499 rtv_rsp->qtov = cpu_to_be32(rtv_rsp->qtov);
7509 rtv_rsp->ratov, rtv_rsp->edtov, rtv_rsp->qtov);