Home
last modified time | relevance | path

Searched refs:fcf_mbxq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c1534 LPFC_MBOXQ_t *fcf_mbxq; in lpfc_register_fcf() local
1561 fcf_mbxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_register_fcf()
1562 if (!fcf_mbxq) { in lpfc_register_fcf()
1569 lpfc_reg_fcfi(phba, fcf_mbxq); in lpfc_register_fcf()
1570 fcf_mbxq->vport = phba->pport; in lpfc_register_fcf()
1571 fcf_mbxq->mbox_cmpl = lpfc_mbx_cmpl_reg_fcfi; in lpfc_register_fcf()
1572 rc = lpfc_sli_issue_mbox(phba, fcf_mbxq, MBX_NOWAIT); in lpfc_register_fcf()
1577 mempool_free(fcf_mbxq, phba->mbox_mem_pool); in lpfc_register_fcf()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c1871 LPFC_MBOXQ_t *fcf_mbxq; in lpfc_register_fcf() local
1898 fcf_mbxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_register_fcf()
1899 if (!fcf_mbxq) { in lpfc_register_fcf()
1906 lpfc_reg_fcfi(phba, fcf_mbxq); in lpfc_register_fcf()
1907 fcf_mbxq->vport = phba->pport; in lpfc_register_fcf()
1908 fcf_mbxq->mbox_cmpl = lpfc_mbx_cmpl_reg_fcfi; in lpfc_register_fcf()
1909 rc = lpfc_sli_issue_mbox(phba, fcf_mbxq, MBX_NOWAIT); in lpfc_register_fcf()
1914 mempool_free(fcf_mbxq, phba->mbox_mem_pool); in lpfc_register_fcf()

Completed in 18 milliseconds