Searched refs:lpfc_wqe128 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_nvme.c | 68 static union lpfc_wqe128 lpfc_iread_cmd_template; 69 static union lpfc_wqe128 lpfc_iwrite_cmd_template; 70 static union lpfc_wqe128 lpfc_icmnd_cmd_template; 76 union lpfc_wqe128 *wqe; in lpfc_nvme_cmd_template() 80 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_nvme_cmd_template() 121 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_nvme_cmd_template() 162 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_nvme_cmd_template() 427 union lpfc_wqe128 *wqe; in lpfc_nvme_gen_req() 771 union lpfc_wqe128 *wqe; in lpfc_nvme_adj_fcp_sgls() 1204 union lpfc_wqe128 *wqe = &pwqeq->wqe; in lpfc_nvme_prep_io_cmd() [all …]
|
D | lpfc_nvmet.c | 80 static union lpfc_wqe128 lpfc_tsend_cmd_template; 81 static union lpfc_wqe128 lpfc_treceive_cmd_template; 82 static union lpfc_wqe128 lpfc_trsp_cmd_template; 88 union lpfc_wqe128 *wqe; in lpfc_nvmet_cmd_template() 92 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_nvmet_cmd_template() 137 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_nvmet_cmd_template() 183 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_nvmet_cmd_template() 1294 union lpfc_wqe128 *wqe; in lpfc_nvmet_setup_io_context() 2471 union lpfc_wqe128 *wqe; in lpfc_nvmet_prep_ls_wqe() 2596 union lpfc_wqe128 *wqe; in lpfc_nvmet_prep_fcp_wqe() [all …]
|
D | lpfc_sli.h | 69 union lpfc_wqe128 wqe; /* SLI-4 */
|
D | lpfc_sli.c | 138 lpfc_sli4_wq_put(struct lpfc_queue *q, union lpfc_wqe128 *wqe) in lpfc_sli4_wq_put() 9272 union lpfc_wqe128 *wqe) in lpfc_sli4_iocb2wqe() 9301 memset(wqe, 0, sizeof(union lpfc_wqe128)); in lpfc_sli4_iocb2wqe() 9875 union lpfc_wqe128 wqe; in __lpfc_sli_issue_iocb_s4() 19435 union lpfc_wqe128 wqe; in lpfc_drain_txq() 19543 union lpfc_wqe128 *wqe; in lpfc_wqe_bpl2sgl() 19652 union lpfc_wqe128 *wqe = &pwqe->wqe; in lpfc_sli4_issue_wqe()
|
D | lpfc_hw4.h | 4790 union lpfc_wqe128 { union
|