Home
last modified time | relevance | path

Searched refs:tsend (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/scsi/elx/libefc_sli/
H A Dsli4.c2030 struct sli4_fcp_tsend64_wqe *tsend = buf; in sli_fcp_tsend64_wqe() local
2044 bptr = &tsend->bde; 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()
2106 tsend->command = SLI4_WQE_FCP_TSEND64; 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()
2118 tsend->cq_id = cpu_to_le16(cq_id); in sli_fcp_tsend64_wqe()
2125 bptr = &tsend->first_data_bde; in sli_fcp_tsend64_wqe()
[all …]
/linux-6.15/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c1444 u32 tsend, ts = 0; in udc_ep0_in_req() local
1453 tsend = ts = req->req.length - req->req.actual; in udc_ep0_in_req()
1468 if (tsend >= ep0->ep.maxpacket) in udc_ep0_in_req()