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

/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c1422 LPFC_MBOXQ_t *fcf_mbxq; lpfc_register_fcf() local
1449 fcf_mbxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); lpfc_register_fcf()
1450 if (!fcf_mbxq) { lpfc_register_fcf()
1457 lpfc_reg_fcfi(phba, fcf_mbxq); lpfc_register_fcf()
1458 fcf_mbxq->vport = phba->pport; lpfc_register_fcf()
1459 fcf_mbxq->mbox_cmpl = lpfc_mbx_cmpl_reg_fcfi; lpfc_register_fcf()
1460 rc = lpfc_sli_issue_mbox(phba, fcf_mbxq, MBX_NOWAIT); lpfc_register_fcf()
1465 mempool_free(fcf_mbxq, phba->mbox_mem_pool); lpfc_register_fcf()

Completed in 79 milliseconds