Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli4.h693 int lpfc_eq_create(struct lpfc_hba *, struct lpfc_queue *, uint32_t);
Dlpfc_init.c7551 rc = lpfc_eq_create(phba, phba->sli4_hba.hba_eq[fcp_eqidx], in lpfc_sli4_queue_setup()
11158 rc = lpfc_eq_create(phba, phba->sli4_hba.fof_eq, LPFC_MAX_IMAX); in lpfc_fof_queue_setup()
Dlpfc_sli.c12951 lpfc_eq_create(struct lpfc_hba *phba, struct lpfc_queue *eq, uint32_t imax) in lpfc_eq_create() function