Searched defs:req2 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c738 IN struct iscsi_kwqe_init2 *req2
753 if (CHK_NULL(req1) || CHK_NULL(req2))
848 LM_INTMEM_WRITE64(pdev, TSTORM_ISCSI_ERROR_BITMAP_OFFSET(func), *((u64_t *)&req2->error_bit_map), BAR_TSTRORM_INTMEM);
858 LM_INTMEM_WRITE16(pdev, USTORM_ISCSI_CQ_SQN_SIZE_OFFSET(func), req2->max_cq_sqn, BAR_USTRORM_INTMEM);
861 LM_INTMEM_WRITE64(pdev, USTORM_ISCSI_ERROR_BITMAP_OFFSET(func), *((u64_t *)&req2->error_bit_map), BAR_USTRORM_INTMEM);
890 LM_INTMEM_WRITE16(pdev, CSTORM_ISCSI_CQ_SQN_SIZE_OFFSET(func), req2->max_cq_sqn, BAR_CSTRORM_INTMEM);
1992 IN struct iscsi_kwqe_conn_offload2 *req2,
1999 if (CHK_NULL(pdev) || CHK_NULL(iscsi) || CHK_NULL(req1) || CHK_NULL(req2) || CHK_NULL(req3))
2182 struct iscsi_kwqe_conn_offload2 *req2,
2194 if (CHK_NULL(pdev) || CHK_NULL(iscsi) || CHK_NULL(req1) || CHK_NULL(req2) || CHK_NUL
1988 lm_sc_alloc_con_resc( IN struct _lm_device_t *pdev, IN lm_iscsi_state_t *iscsi, IN struct iscsi_kwqe_conn_offload1 *req1, IN struct iscsi_kwqe_conn_offload2 *req2, IN struct iscsi_kwqe_conn_offload3 *req3 ) argument
2178 lm_sc_init_iscsi_context( IN struct _lm_device_t *pdev, IN lm_iscsi_state_t *iscsi, struct iscsi_kwqe_conn_offload1 *req1, struct iscsi_kwqe_conn_offload2 *req2, struct iscsi_kwqe_conn_offload3 *req3 ) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c4865 usb_bulk_req_t *req2; local
4881 req2 = scsa2usb_init_bulk_req(scsa2usbp,
4884 req2->bulk_len = cmd->cmd_xfercount + 2;
4887 ASSERT(req2->bulk_timeout);
4889 scsa2usbp->scsa2usb_bulkin_pipe, req2, flags);
4896 usb_free_bulk_req(req2);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c10479 pMpi2FWDownloadRequest req2; local
10488 req2 = (pMpi2FWDownloadRequest)pt->request;
10490 tcsge = (pMpi2FWDownloadTCSGE_t)&req2->SGL;
10561 pMpi2FWUploadRequest_t req2; local
10570 req2 = (pMpi2FWUploadRequest_t)pt->request;
10572 tcsge = (pMpi2FWUploadTCSGE_t)&req2->SGL;

Completed in 106 milliseconds