Searched refs:ulp_bde64 (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 2310 struct ulp_bde64 dl_from_bde64; 2364 struct ulp_bde64 xmit_bde64; 2365 struct ulp_bde64 rcv_bde64; 2378 struct ulp_bde64 rcv_bde64; 2686 struct ulp_bde64 sp64; 2757 struct ulp_bde64 sp64; 2949 struct ulp_bde64 sp64; 3103 struct ulp_bde64 lilpBde64; 4002 struct ulp_bde64 rcvBde; 4035 struct ulp_bde64 elsReq; [all …]
|
D | lpfc_hw4.h | 269 struct ulp_bde64 { struct 2486 struct ulp_bde64 bde; 3945 struct ulp_bde64 bde[LPFC_MBX_WR_CONFIG_MAX_BDE]; 4531 struct ulp_bde64 bde; 4548 struct ulp_bde64 bde; 4578 struct ulp_bde64 bde; 4666 struct ulp_bde64 bde; 4675 struct ulp_bde64 bde; 4684 struct ulp_bde64 bde; 4833 struct ulp_bde64 bde; [all …]
|
D | lpfc_bsg.c | 149 int outbound_buffers, struct ulp_bde64 *bpl, in lpfc_alloc_bsg_buffers() 386 struct ulp_bde64 *bpl = NULL; in lpfc_bsg_send_mgmt_cmd() 432 bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_bsg_send_mgmt_cmd() 433 request_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64); in lpfc_bsg_send_mgmt_cmd() 444 reply_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64) - request_nseg; in lpfc_bsg_send_mgmt_cmd() 900 struct ulp_bde64 *bde; in lpfc_bsg_ct_unsol_event() 1578 struct ulp_bde64 *bpl; in lpfc_bsg_send_mgmt_rsp() 1607 bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_bsg_send_mgmt_rsp() 1608 bpl_entries = (LPFC_BPL_SIZE/sizeof(struct ulp_bde64)); in lpfc_bsg_send_mgmt_rsp() 2594 struct ulp_bde64 *bpl = NULL; in lpfcdiag_loop_get_xri() [all …]
|
D | lpfc_scsi.c | 257 struct ulp_bde64 *bpl; in lpfc_new_scsi_buf_s3() 309 bpl = (struct ulp_bde64 *)psb->dma_sgl; in lpfc_new_scsi_buf_s3() 361 (2 * sizeof(struct ulp_bde64)); in lpfc_new_scsi_buf_s3() 816 struct ulp_bde64 *bpl = (struct ulp_bde64 *)lpfc_cmd->dma_sgl; in lpfc_scsi_prep_dma_buf_s3() 819 struct ulp_bde64 *data_bde = iocb_cmd->unsli3.fcp_ext.dbde; in lpfc_scsi_prep_dma_buf_s3() 908 sizeof(struct ulp_bde64)); in lpfc_scsi_prep_dma_buf_s3() 911 (2 * sizeof(struct ulp_bde64))); in lpfc_scsi_prep_dma_buf_s3() 922 ((num_bde + 2) * sizeof(struct ulp_bde64)); in lpfc_scsi_prep_dma_buf_s3() 1542 struct ulp_bde64 *bpl, int datasegcnt) in lpfc_bg_setup_bpl() 1684 struct ulp_bde64 *bpl, int datacnt, int protcnt) in lpfc_bg_setup_bpl_prot() [all …]
|
D | lpfc_ct.c | 163 struct ulp_bde64 *bpl; in lpfc_ct_reject_event() 196 bpl = (struct ulp_bde64 *)bmp->virt; in lpfc_ct_reject_event() 197 memset(bpl, 0, sizeof(struct ulp_bde64)); in lpfc_ct_reject_event() 489 lpfc_alloc_ct_rsp(struct lpfc_hba *phba, int cmdcode, struct ulp_bde64 *bpl, in lpfc_alloc_ct_rsp() 671 struct ulp_bde64 *bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_ct_cmd() 1900 struct ulp_bde64 *bpl; in lpfc_ns_cmd() 1949 bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_ns_cmd() 1950 memset(bpl, 0, sizeof(struct ulp_bde64)); in lpfc_ns_cmd() 3683 struct ulp_bde64 *bpl; in lpfc_vmid_cmd() 3791 bpl = (struct ulp_bde64 *)bmp->virt; in lpfc_vmid_cmd()
|
D | lpfc_nvme.c | 399 struct ulp_bde64 *bpl; in lpfc_nvme_gen_req() 400 struct ulp_bde64 bde; in lpfc_nvme_gen_req() 434 bpl = (struct ulp_bde64 *)bmp->virt; in lpfc_nvme_gen_req() 548 struct ulp_bde64 *bpl; in __lpfc_nvme_ls_req() 609 bpl = (struct ulp_bde64 *)bmp->virt; in __lpfc_nvme_ls_req() 1343 struct ulp_bde64 *bde; in lpfc_nvme_prep_io_dma() 1471 bde = (struct ulp_bde64 *) in lpfc_nvme_prep_io_dma()
|
D | lpfc_nvmet.c | 872 struct ulp_bde64 bpl; in __lpfc_nvme_xmt_ls_rsp() 2712 struct ulp_bde64 *bde; in lpfc_nvmet_prep_fcp_wqe() 3015 bde = (struct ulp_bde64 *)&wqe->words[13]; in lpfc_nvmet_prep_fcp_wqe() 3027 memset(bde, 0, sizeof(struct ulp_bde64)); in lpfc_nvmet_prep_fcp_wqe()
|
D | lpfc_sli.c | 10792 cmd->un.elsreq64.bdl.bdeSize = (2 * sizeof(struct ulp_bde64)); in __lpfc_sli_prep_els_req_rsp_s3() 10797 cmd->un.elsreq64.bdl.bdeSize = sizeof(struct ulp_bde64); in __lpfc_sli_prep_els_req_rsp_s3() 10937 cmd->un.genreq64.bdl.bdeSize = num_entry * sizeof(struct ulp_bde64); in __lpfc_sli_prep_gen_req_s3() 11026 icmd->un.xseq64.bdl.bdeSize = (num_entry * sizeof(struct ulp_bde64)); in __lpfc_sli_prep_xmit_seq64_s3() 11058 struct ulp_bde64 *bpl; in __lpfc_sli_prep_xmit_seq64_s4() 11064 bpl = (struct ulp_bde64 *)bmp->virt; in __lpfc_sli_prep_xmit_seq64_s4() 21114 struct ulp_bde64 *bpl = NULL; in lpfc_wqe_bpl2sgl() 21115 struct ulp_bde64 bde; in lpfc_wqe_bpl2sgl() 21146 bpl = (struct ulp_bde64 *)dmabuf->virt; in lpfc_wqe_bpl2sgl()
|
D | lpfc_els.c | 6998 struct ulp_bde64 *bpl; in lpfc_els_rdp_cmpl() 7093 bpl = (struct ulp_bde64 *)elsiocb->bpl_dmabuf->virt; in lpfc_els_rdp_cmpl()
|
D | lpfc_init.c | 7784 entry_sz = sizeof(struct ulp_bde64); in lpfc_sli_driver_resource_setup()
|
/linux-6.1.9/Documentation/scsi/ |
D | ChangeLog.lpfc | 1029 * Changed ULP_BDE64 to struct ulp_bde64.
|