Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c2127 struct cnic_fc_npiv_tbl *npiv_tbl) in bnx2fc_npiv_create_vports() argument
2135 if (npiv_tbl->count > MAX_NPIV_ENTRIES) { in bnx2fc_npiv_create_vports()
2141 if (wwn_to_u64(npiv_tbl->wwnn[0]) == 0 && in bnx2fc_npiv_create_vports()
2142 wwn_to_u64(npiv_tbl->wwpn[0]) == 0) { in bnx2fc_npiv_create_vports()
2151 for (i = 0; i < npiv_tbl->count; i++) { in bnx2fc_npiv_create_vports()
2152 wwnn = wwn_to_u64(npiv_tbl->wwnn[i]); in bnx2fc_npiv_create_vports()
2161 vpid.port_name = wwn_to_u64(npiv_tbl->wwpn[i]); in bnx2fc_npiv_create_vports()
2182 struct cnic_fc_npiv_tbl *npiv_tbl; in __bnx2fc_enable() local
2214 npiv_tbl = kzalloc(sizeof(struct cnic_fc_npiv_tbl), GFP_KERNEL); in __bnx2fc_enable()
2215 if (!npiv_tbl) in __bnx2fc_enable()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dcnic.c5451 struct cnic_fc_npiv_tbl *npiv_tbl) in cnic_get_fc_npiv_tbl() argument
5463 ret = cp->ethdev->drv_get_fc_npiv_tbl(dev->netdev, npiv_tbl); in cnic_get_fc_npiv_tbl()