Home
last modified time | relevance | path

Searched refs:cqevt (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_sli.c14450 struct lpfc_cqe cqevt; in lpfc_sli4_sp_handle_cqe() local
14454 lpfc_sli4_pcimem_bcopy(cqe, &cqevt, sizeof(struct lpfc_cqe)); in lpfc_sli4_sp_handle_cqe()
14457 switch (bf_get(lpfc_cqe_code, &cqevt)) { in lpfc_sli4_sp_handle_cqe()
14462 (struct lpfc_wcqe_complete *)&cqevt); in lpfc_sli4_sp_handle_cqe()
14467 (struct lpfc_wcqe_release *)&cqevt); in lpfc_sli4_sp_handle_cqe()
14473 (struct sli4_wcqe_xri_aborted *)&cqevt); in lpfc_sli4_sp_handle_cqe()
14480 (struct lpfc_rcqe *)&cqevt); in lpfc_sli4_sp_handle_cqe()
14485 bf_get(lpfc_cqe_code, &cqevt)); in lpfc_sli4_sp_handle_cqe()