Home
last modified time | relevance | path

Searched refs:npiv_tbl (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c2116 struct cnic_fc_npiv_tbl *npiv_tbl) in bnx2fc_npiv_create_vports() argument
2124 if (npiv_tbl->count > MAX_NPIV_ENTRIES) { in bnx2fc_npiv_create_vports()
2130 if (wwn_to_u64(npiv_tbl->wwnn[0]) == 0 && in bnx2fc_npiv_create_vports()
2131 wwn_to_u64(npiv_tbl->wwpn[0]) == 0) { in bnx2fc_npiv_create_vports()
2140 for (i = 0; i < npiv_tbl->count; i++) { in bnx2fc_npiv_create_vports()
2141 wwnn = wwn_to_u64(npiv_tbl->wwnn[i]); in bnx2fc_npiv_create_vports()
2150 vpid.port_name = wwn_to_u64(npiv_tbl->wwpn[i]); in bnx2fc_npiv_create_vports()
2171 struct cnic_fc_npiv_tbl *npiv_tbl; in __bnx2fc_enable() local
2204 if (!npiv_tbl) in __bnx2fc_enable()
2210 bnx2fc_npiv_create_vports(lport, npiv_tbl); in __bnx2fc_enable()
[all …]
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c5448 struct cnic_fc_npiv_tbl *npiv_tbl) in cnic_get_fc_npiv_tbl() argument
5460 ret = cp->ethdev->drv_get_fc_npiv_tbl(dev->netdev, npiv_tbl); in cnic_get_fc_npiv_tbl()