Searched refs:total_ports (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/examples/server_node_efd/server/ |
| H A D | init.c | 309 uint8_t i, total_ports; in init() local 319 total_ports = rte_eth_dev_count_avail(); in init() 331 retval = parse_app_args(total_ports, argc, argv); in init()
|
| /f-stack/dpdk/drivers/net/nfp/ |
| H A D | nfp_net_pmd.h | 433 uint8_t total_ports; member
|
| H A D | nfp_net.c | 2841 hw->total_ports * 32768, in nfp_net_init() 3425 hw->total_ports = ports; in nfp_pf_create_dev() 3628 int total_ports; in nfp_pf_pci_probe() local 3684 total_ports = nfp_rtsym_read_le(sym_tbl, "nfd_cfg_pf0_num_ports", &err); in nfp_pf_pci_probe() 3685 if (total_ports != (int)nfp_eth_table->count) { in nfp_pf_pci_probe() 3690 PMD_INIT_LOG(INFO, "Total pf ports: %d", total_ports); in nfp_pf_pci_probe() 3692 if (total_ports <= 0 || total_ports > 8) { in nfp_pf_pci_probe() 3698 for (i = 0; i < total_ports; i++) { in nfp_pf_pci_probe() 3699 ret = nfp_pf_create_dev(dev, i, total_ports, cpp, hwinfo, in nfp_pf_pci_probe()
|