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