Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_defs.h720 u32 nbluns; /* number of boot luns */ member
731 u32 nbluns; /* number of boot luns */ member
H A Dbfa_core.c1701 if (cfgrsp->pbc_cfg.boot_enabled && cfgrsp->pbc_cfg.nbluns) { in bfa_iocfc_get_bootwwns()
1702 bfa_trc(bfa, cfgrsp->pbc_cfg.nbluns); in bfa_iocfc_get_bootwwns()
1703 *nwwns = cfgrsp->pbc_cfg.nbluns; in bfa_iocfc_get_bootwwns()
1704 for (i = 0; i < cfgrsp->pbc_cfg.nbluns; i++) in bfa_iocfc_get_bootwwns()
H A Dbfi.h522 u8 nbluns; member
H A Dbfad_bsg.c2230 pbcfg->nbluns = cfgrsp->pbc_cfg.nbluns; in bfad_iocmd_preboot_query()