Searched refs:max_ports (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/examples/server_node_efd/server/ |
| H A D | args.c | 49 parse_portmask(uint8_t max_ports, const char *portmask) in parse_portmask() argument 66 if (count >= max_ports) in parse_portmask() 123 parse_app_args(uint8_t max_ports, int argc, char *argv[]) in parse_app_args() argument 136 if (parse_portmask(max_ports, optarg) != 0) { in parse_app_args()
|
| H A D | args.h | 8 int parse_app_args(uint8_t max_ports, int argc, char *argv[]);
|
| /f-stack/freebsd/mips/nlm/dev/net/ |
| H A D | xlpge.c | 314 for (i = 0; i < sc->max_ports; i++) { in xlpnae_get_maxchannels() 375 for (i = 0; i < sc->max_ports; i++) { in nlm_setup_interfaces() 396 nlm_deflate_frin_fifo_carving(nae_base, sc->max_ports); in nlm_xlpnae_init() 436 nlm_setup_rx_cal_cfg(nae_base, sc->max_ports, sc->portcfg); in nlm_xlpnae_init() 439 nlm_setup_tx_cal_cfg(nae_base, sc->max_ports, sc->portcfg); in nlm_xlpnae_init() 593 sc->max_ports = 18; /* 8xx has a block 4 with 2 ports */ in nlm_xlpnae_attach() 595 sc->max_ports = sc->nblocks * PORTS_PER_CMPLX; in nlm_xlpnae_attach() 597 for (i = 0; i < sc->max_ports; i++) in nlm_xlpnae_attach() 661 for (i = 0; i < sc->max_ports; i++) { in nlm_xlpnae_attach() 675 nlm_setup_iface_fifo_cfg(sc->base, sc->max_ports, sc->portcfg); in nlm_xlpnae_attach() [all …]
|
| H A D | xlpge.h | 64 int max_ports; member
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip_fw_nat64.h | 139 uint32_t max_ports; /* Unused */ member
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | ip_fw_nat64.h | 139 uint32_t max_ports; /* Unused */ member
|
| /f-stack/dpdk/drivers/net/szedata2/ |
| H A D | rte_eth_szedata2.c | 1618 struct port_info *pi, unsigned int max_ports) in get_port_info() argument 1627 if (max_ports == 0) in get_port_info() 1630 memset(pi, 0, max_ports * sizeof(struct port_info)); in get_port_info() 1669 unsigned int rx_queues = max_rx_queues / max_ports; in get_port_info() 1670 unsigned int tx_queues = max_tx_queues / max_ports; in get_port_info() 1685 for (i = 0; i < max_ports; i++) { in get_port_info()
|
| /f-stack/tools/ipfw/ |
| H A D | nat64lsn.c | 422 cfg->max_ports = NAT64LSN_MAX_PORTS; in nat64lsn_create() 463 cfg->max_ports = nat64lsn_parse_int(*av, opt); in nat64lsn_create() 575 cfg->max_ports = nat64lsn_parse_int(*av, opt); in nat64lsn_config()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | mcp_public.h | 525 u32 max_ports; member
|
| H A D | ecore_dev.c | 5335 addr = global_addr + OFFSETOF(struct public_global, max_ports); in ecore_hw_info_port_num()
|