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

/linux-4.4.14/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c2054 struct cnic_fc_npiv_tbl *npiv_tbl) bnx2fc_npiv_create_vports()
2059 if (npiv_tbl->count > MAX_NPIV_ENTRIES) { bnx2fc_npiv_create_vports()
2065 if (wwn_to_u64(npiv_tbl->wwnn[0]) == 0 && bnx2fc_npiv_create_vports()
2066 wwn_to_u64(npiv_tbl->wwpn[0]) == 0) { bnx2fc_npiv_create_vports()
2075 for (i = 0; i < npiv_tbl->count; i++) { bnx2fc_npiv_create_vports()
2076 vpid.node_name = wwn_to_u64(npiv_tbl->wwnn[i]); bnx2fc_npiv_create_vports()
2077 vpid.port_name = wwn_to_u64(npiv_tbl->wwpn[i]); bnx2fc_npiv_create_vports()
2094 struct cnic_fc_npiv_tbl *npiv_tbl; __bnx2fc_enable() local
2126 npiv_tbl = kzalloc(sizeof(struct cnic_fc_npiv_tbl), GFP_KERNEL); __bnx2fc_enable()
2127 if (!npiv_tbl) __bnx2fc_enable()
2130 if (hba->cnic->get_fc_npiv_tbl(hba->cnic, npiv_tbl)) __bnx2fc_enable()
2133 bnx2fc_npiv_create_vports(lport, npiv_tbl); __bnx2fc_enable()
2135 kfree(npiv_tbl); __bnx2fc_enable()
2053 bnx2fc_npiv_create_vports(struct fc_lport *lport, struct cnic_fc_npiv_tbl *npiv_tbl) bnx2fc_npiv_create_vports() argument
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dcnic.c5449 struct cnic_fc_npiv_tbl *npiv_tbl) cnic_get_fc_npiv_tbl()
5461 ret = cp->ethdev->drv_get_fc_npiv_tbl(dev->netdev, npiv_tbl); cnic_get_fc_npiv_tbl()
5448 cnic_get_fc_npiv_tbl(struct cnic_dev *dev, struct cnic_fc_npiv_tbl *npiv_tbl) cnic_get_fc_npiv_tbl() argument

Completed in 93 milliseconds