Lines Matching refs:eth_tbl
408 if (!pf->eth_tbl) { in nfp_net_fw_find()
424 for (i = 0; spc > 0 && i < pf->eth_tbl->count; i += j) { in nfp_net_fw_find()
425 port = &pf->eth_tbl->ports[i]; in nfp_net_fw_find()
427 while (i + j < pf->eth_tbl->count && in nfp_net_fw_find()
593 pf->eth_tbl = __nfp_eth_read_ports(pf->cpp, nsp); in nfp_nsp_init_ports()
594 if (!pf->eth_tbl) in nfp_nsp_init_ports()
600 for (i = 0; i < pf->eth_tbl->count; i++) in nfp_nsp_init_ports()
601 needs_reinit |= pf->eth_tbl->ports[i].override_changed; in nfp_nsp_init_ports()
605 kfree(pf->eth_tbl); in nfp_nsp_init_ports()
609 pf->eth_tbl = __nfp_eth_read_ports(pf->cpp, nsp); in nfp_nsp_init_ports()
641 kfree(pf->eth_tbl); in nfp_nsp_init()
748 kfree(pf->eth_tbl); in nfp_pf_cfg_hwinfo()
749 pf->eth_tbl = __nfp_eth_read_ports(pf->cpp, nsp); in nfp_pf_cfg_hwinfo()
877 kfree(pf->eth_tbl); in nfp_pci_probe()
922 kfree(pf->eth_tbl); in __nfp_pci_shutdown()