Lines Matching defs:trsp
1963 struct sli4_fcp_trsp64_wqe *trsp = buf;
1969 trsp->class_ag_byte |= SLI4_TRSP_WQE_AG;
1975 trsp->qosd_xbl_hlm_dbde_wqes |= SLI4_TRSP_WQE_DBDE;
1977 trsp->qosd_xbl_hlm_dbde_wqes |= SLI4_TRSP_WQE_XBL;
1978 bptr = &trsp->bde;
1987 trsp->fcp_response_length = cpu_to_le32(params->xmit_len);
1991 trsp->eat_xc_ccpe |= SLI4_TRSP_WQE_XC;
1993 trsp->xri_tag = cpu_to_le16(params->xri);
1994 trsp->rpi = cpu_to_le16(params->rpi);
1996 trsp->command = SLI4_WQE_FCP_TRSP64;
1997 trsp->class_ag_byte |= SLI4_GENERIC_CLASS_CLASS_3;
1999 trsp->remote_xid = cpu_to_le16(params->ox_id);
2000 trsp->request_tag = cpu_to_le16(params->tag);
2002 trsp->ct_dnrx_byte |= SLI4_TRSP_WQE_DNRX;
2004 trsp->ct_dnrx_byte &= ~SLI4_TRSP_WQE_DNRX;
2006 trsp->lloc1_appid |= 0x1;
2007 trsp->cq_id = cpu_to_le16(cq_id);
2008 trsp->cmd_type_byte = SLI4_CMD_FCP_TRSP64_WQE;
2012 trsp->eat_xc_ccpe |= SLI4_TRSP_WQE_CCPE;
2013 trsp->ccp = (params->cs_ctl & SLI4_MASK_CCP);
2017 !(trsp->eat_xc_ccpe & SLI4_TRSP_WQE_EAT)) {
2018 trsp->lloc1_appid |= SLI4_TRSP_WQE_APPID;
2019 trsp->qosd_xbl_hlm_dbde_wqes |= SLI4_TRSP_WQE_WQES;