Searched refs:tsend (Results 1 – 2 of 2) sorted by relevance
2030 struct sli4_fcp_tsend64_wqe *tsend = buf; in sli_fcp_tsend64_wqe() local2044 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()[all …]
1444 u32 tsend, ts = 0; in udc_ep0_in_req() local1453 tsend = ts = req->req.length - req->req.actual; in udc_ep0_in_req()1468 if (tsend >= ep0->ep.maxpacket) in udc_ep0_in_req()