Lines Matching refs:tsend

2030 	struct sli4_fcp_tsend64_wqe *tsend = buf;  in sli_fcp_tsend64_wqe()  local
2044 bptr = &tsend->bde; in sli_fcp_tsend64_wqe()
2046 tsend->ll_qd_xbl_hlm_iod_dbde &= ~SLI4_TSEND_WQE_XBL; in sli_fcp_tsend64_wqe()
2048 tsend->ll_qd_xbl_hlm_iod_dbde |= SLI4_TSEND_WQE_DBDE; in sli_fcp_tsend64_wqe()
2061 tsend->ll_qd_xbl_hlm_iod_dbde |= SLI4_TSEND_WQE_XBL; in sli_fcp_tsend64_wqe()
2066 tsend->ll_qd_xbl_hlm_iod_dbde |= SLI4_TSEND_WQE_DBDE; in sli_fcp_tsend64_wqe()
2092 tsend->relative_offset = cpu_to_le32(params->offset); in sli_fcp_tsend64_wqe()
2095 tsend->dw10byte2 |= SLI4_TSEND_XC; in sli_fcp_tsend64_wqe()
2097 tsend->xri_tag = cpu_to_le16(params->xri); in sli_fcp_tsend64_wqe()
2099 tsend->rpi = cpu_to_le16(params->rpi); in sli_fcp_tsend64_wqe()
2101 tsend->class_pu_ar_byte |= 1 << SLI4_TSEND_WQE_PU_SHFT; in sli_fcp_tsend64_wqe()
2104 tsend->class_pu_ar_byte |= SLI4_TSEND_WQE_AR; in sli_fcp_tsend64_wqe()
2106 tsend->command = SLI4_WQE_FCP_TSEND64; in sli_fcp_tsend64_wqe()
2107 tsend->class_pu_ar_byte |= SLI4_GENERIC_CLASS_CLASS_3; in sli_fcp_tsend64_wqe()
2108 tsend->ct_byte |= SLI4_GENERIC_CONTEXT_RPI << SLI4_TSEND_CT_SHFT; in sli_fcp_tsend64_wqe()
2109 tsend->ct_byte |= dif; in sli_fcp_tsend64_wqe()
2110 tsend->ct_byte |= bs << SLI4_TSEND_BS_SHFT; in sli_fcp_tsend64_wqe()
2112 tsend->remote_xid = cpu_to_le16(params->ox_id); in sli_fcp_tsend64_wqe()
2114 tsend->request_tag = cpu_to_le16(params->tag); in sli_fcp_tsend64_wqe()
2116 tsend->ll_qd_xbl_hlm_iod_dbde |= SLI4_TSEND_LEN_LOC_BIT2; in sli_fcp_tsend64_wqe()
2118 tsend->cq_id = cpu_to_le16(cq_id); in sli_fcp_tsend64_wqe()
2120 tsend->cmd_type_byte |= SLI4_CMD_FCP_TSEND64_WQE; in sli_fcp_tsend64_wqe()
2122 tsend->fcp_data_transmit_length = cpu_to_le32(params->xmit_len); in sli_fcp_tsend64_wqe()
2125 bptr = &tsend->first_data_bde; in sli_fcp_tsend64_wqe()
2138 tsend->dw10byte2 |= SLI4_TSEND_CCPE; in sli_fcp_tsend64_wqe()
2139 tsend->ccp = (params->cs_ctl & SLI4_MASK_CCP); in sli_fcp_tsend64_wqe()
2143 !(tsend->dw10byte2 & SLI4_TSEND_EAT)) { in sli_fcp_tsend64_wqe()
2144 tsend->dw10byte0 |= SLI4_TSEND_APPID_VALID; in sli_fcp_tsend64_wqe()
2145 tsend->ll_qd_xbl_hlm_iod_dbde |= SLI4_TSEND_WQES; in sli_fcp_tsend64_wqe()