Searched refs:lpfc_wqe128 (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/scsi/lpfc/ |
D | lpfc_nvmet.c | 72 static union lpfc_wqe128 lpfc_tsend_cmd_template; 73 static union lpfc_wqe128 lpfc_treceive_cmd_template; 74 static union lpfc_wqe128 lpfc_trsp_cmd_template; 80 union lpfc_wqe128 *wqe; in lpfc_nvmet_cmd_template() 84 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_nvmet_cmd_template() 129 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_nvmet_cmd_template() 175 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_nvmet_cmd_template() 1488 union lpfc_wqe128 *wqe; in lpfc_nvmet_setup_io_context() 2585 union lpfc_wqe128 *wqe; in lpfc_nvmet_prep_ls_wqe() 2711 union lpfc_wqe128 *wqe; in lpfc_nvmet_prep_fcp_wqe() [all …]
|
D | lpfc_crtn.h | 670 extern union lpfc_wqe128 lpfc_iread_cmd_template; 671 extern union lpfc_wqe128 lpfc_iwrite_cmd_template; 672 extern union lpfc_wqe128 lpfc_icmnd_cmd_template;
|
D | lpfc_sli.h | 80 union lpfc_wqe128 wqe; /* SLI-4 */
|
D | lpfc_nvme.c | 397 union lpfc_wqe128 *wqe; in lpfc_nvme_gen_req() 829 union lpfc_wqe128 *wqe; in lpfc_nvme_adj_fcp_sgls() 1212 union lpfc_wqe128 *wqe = &pwqeq->wqe; in lpfc_nvme_prep_io_cmd() 1338 union lpfc_wqe128 *wqe = &lpfc_ncmd->cur_iocbq.wqe; in lpfc_nvme_prep_io_dma() 2051 union lpfc_wqe128 *wqe; in lpfc_get_nvme_buf()
|
D | lpfc_els.c | 1268 union lpfc_wqe128 *wqe = NULL; in lpfc_issue_els_flogi() 4560 union lpfc_wqe128 *irsp = &rspiocb->wqe; in lpfc_els_retry() 5458 union lpfc_wqe128 *wqe; in lpfc_els_rsp_acc() 5459 union lpfc_wqe128 *oldwqe = &oldiocb->wqe; in lpfc_els_rsp_acc() 5733 union lpfc_wqe128 *wqe; in lpfc_els_rsp_reject() 5831 union lpfc_wqe128 *wqe; in lpfc_issue_els_edc_rsp() 5935 union lpfc_wqe128 *wqe; in lpfc_els_rsp_adisc_acc() 6035 union lpfc_wqe128 *wqe; in lpfc_els_rsp_prli_acc() 6211 union lpfc_wqe128 *wqe; in lpfc_els_rsp_rnid_acc() 6363 union lpfc_wqe128 *wqe; in lpfc_els_rsp_echo_acc() [all …]
|
D | lpfc_sli.c | 97 union lpfc_wqe128 lpfc_iread_cmd_template; 98 union lpfc_wqe128 lpfc_iwrite_cmd_template; 99 union lpfc_wqe128 lpfc_icmnd_cmd_template; 104 union lpfc_wqe128 *wqe; in lpfc_wqe_cmd_template() 108 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_wqe_cmd_template() 148 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_wqe_cmd_template() 188 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_wqe_cmd_template() 264 lpfc_sli4_wq_put(struct lpfc_queue *q, union lpfc_wqe128 *wqe) in lpfc_sli4_wq_put() 1782 union lpfc_wqe128 *wqe; in lpfc_cmf_sync_cmpl() 1914 union lpfc_wqe128 *wqe; in lpfc_issue_cmf_sync_wqe() [all …]
|
D | lpfc_scsi.c | 3070 union lpfc_wqe128 *wqe = &pwqeq->wqe; in lpfc_scsi_prep_dma_buf_s4() 3312 union lpfc_wqe128 *wqe = &pwqeq->wqe; in lpfc_bg_scsi_prep_dma_buf_s4() 4709 union lpfc_wqe128 *wqe = &pwqeq->wqe; in lpfc_scsi_prep_cmnd_buf_s4() 4716 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_scsi_prep_cmnd_buf_s4() 4919 union lpfc_wqe128 *wqe = &pwqeq->wqe; in lpfc_scsi_prep_task_mgmt_cmd_s4() 4929 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_scsi_prep_task_mgmt_cmd_s4()
|
D | lpfc_nportdisc.c | 332 union lpfc_wqe128 *wqe; in lpfc_rcv_plogi()
|
D | lpfc_hw4.h | 4960 union lpfc_wqe128 { union
|
D | lpfc_bsg.c | 3035 union lpfc_wqe128 *cmdwqe, *rspwqe; in lpfc_bsg_diag_loopback_run()
|