Searched refs:lpfc_wqe128 (Results 1 – 7 of 7) sorted by relevance
/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() 2582 union lpfc_wqe128 *wqe; in lpfc_nvmet_prep_ls_wqe() 2707 union lpfc_wqe128 *wqe; in lpfc_nvmet_prep_fcp_wqe() [all …]
|
D | lpfc_crtn.h | 648 extern union lpfc_wqe128 lpfc_iread_cmd_template; 649 extern union lpfc_wqe128 lpfc_iwrite_cmd_template; 650 extern union lpfc_wqe128 lpfc_icmnd_cmd_template;
|
D | lpfc_nvme.c | 388 union lpfc_wqe128 *wqe; in lpfc_nvme_gen_req() 818 union lpfc_wqe128 *wqe; in lpfc_nvme_adj_fcp_sgls() 1189 union lpfc_wqe128 *wqe = &pwqeq->wqe; in lpfc_nvme_prep_io_cmd() 1302 union lpfc_wqe128 *wqe = &lpfc_ncmd->cur_iocbq.wqe; in lpfc_nvme_prep_io_dma() 1974 union lpfc_wqe128 *wqe; in lpfc_get_nvme_buf()
|
D | lpfc_sli.h | 75 union lpfc_wqe128 wqe; /* SLI-4 */
|
D | lpfc_sli.c | 93 union lpfc_wqe128 lpfc_iread_cmd_template; 94 union lpfc_wqe128 lpfc_iwrite_cmd_template; 95 union lpfc_wqe128 lpfc_icmnd_cmd_template; 106 union lpfc_wqe128 *wqe; in lpfc_wqe_cmd_template() 110 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_wqe_cmd_template() 150 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_wqe_cmd_template() 190 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_wqe_cmd_template() 266 lpfc_sli4_wq_put(struct lpfc_queue *q, union lpfc_wqe128 *wqe) in lpfc_sli4_wq_put() 1787 union lpfc_wqe128 *wqe; in lpfc_cmf_sync_cmpl() 1918 union lpfc_wqe128 *wqe; in lpfc_issue_cmf_sync_wqe() [all …]
|
D | lpfc_scsi.c | 3221 union lpfc_wqe128 *wqe = &pwqeq->wqe; in lpfc_scsi_prep_dma_buf_s4() 3463 union lpfc_wqe128 *wqe = &pwqeq->wqe; in lpfc_bg_scsi_prep_dma_buf_s4() 4872 union lpfc_wqe128 *wqe = &pwqeq->wqe; in lpfc_scsi_prep_cmnd_buf_s4() 4879 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_scsi_prep_cmnd_buf_s4()
|
D | lpfc_hw4.h | 4902 union lpfc_wqe128 { union
|