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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c3489 LPFC_MBOXQ_t *sparam_mbox, *cfglink_mbox = NULL; local
3595 sparam_mbox = NULL;
3597 sparam_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3598 if (!sparam_mbox)
3601 rc = lpfc_read_sparam(phba, sparam_mbox, 0);
3603 mempool_free(sparam_mbox, phba->mbox_mem_pool);
3606 sparam_mbox->vport = vport;
3607 sparam_mbox->mbox_cmpl = lpfc_mbx_cmpl_read_sparam;
3608 rc = lpfc_sli_issue_mbox(phba, sparam_mbox, MBX_NOWAIT);
3610 lpfc_mbox_rsrc_cleanup(phba, sparam_mbox, MBOX_THD_UNLOCKE
[all...]

Completed in 151 milliseconds