Home
last modified time | relevance | path

Searched refs:nfp_eth_table (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/nfp/
H A Dnfp_ethdev.c53 struct nfp_eth_table *nfp_eth_table,
66 struct nfp_eth_table *nfp_eth_table; in nfp_net_pf_read_mac() local
77 free(nfp_eth_table); in nfp_net_pf_read_mac()
660 struct nfp_eth_table *nfp_eth_table, struct nfp_hwinfo *hwinfo) in nfp_fw_setup() argument
676 if (nfp_eth_table->count == 0 || nfp_eth_table->count > 8) { in nfp_fw_setup()
708 struct nfp_eth_table *nfp_eth_table = NULL; in nfp_init_phyports() local
713 if (!nfp_eth_table) { in nfp_init_phyports()
784 free(nfp_eth_table); in nfp_init_phyports()
795 struct nfp_eth_table *nfp_eth_table = NULL; in nfp_pf_init() local
830 if (!nfp_eth_table) { in nfp_pf_init()
[all …]
/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_nsp_eth.c221 nfp_eth_calc_port_geometry(struct nfp_eth_table *table) in nfp_eth_calc_port_geometry()
262 static struct nfp_eth_table *
266 struct nfp_eth_table *table; in __nfp_eth_read_ports()
329 struct nfp_eth_table *
332 struct nfp_eth_table *ret; in nfp_eth_read_ports()
H A Dnfp_nsp.h191 struct nfp_eth_table { struct
230 struct nfp_eth_table *nfp_eth_read_ports(struct nfp_cpp *cpp); argument