Searched refs:max_ports (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/mips/nlm/dev/net/
H A Dxlpge.h64 int max_ports; member in struct:nlm_xlpnae_softc
H A Dxlpge.c261 /* XXXJC: use max_ports instead of 20 ? */
313 for (i = 0; i < sc->max_ports; i++) {
374 for (i = 0; i < sc->max_ports; i++) {
395 nlm_deflate_frin_fifo_carving(nae_base, sc->max_ports);
435 nlm_setup_rx_cal_cfg(nae_base, sc->max_ports, sc->portcfg);
438 nlm_setup_tx_cal_cfg(nae_base, sc->max_ports, sc->portcfg);
592 sc->max_ports = 18; /* 8xx has a block 4 with 2 ports */
594 sc->max_ports = sc->nblocks * PORTS_PER_CMPLX;
596 for (i = 0; i < sc->max_ports; i++)
660 for (i = 0; i < sc->max_ports;
[all...]
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_drop_mgr.c336 uint32_t max_ports; local
353 max_ports = osm_node_get_num_physp(p_node);
354 for (port_num = 0; port_num < max_ports; port_num++) {
497 int max_ports, port_num; local
546 max_ports = osm_node_get_num_physp(p_node);
547 for (; port_num < max_ports; port_num++) {
H A Dosm_ucast_cache.c404 unsigned max_ports; local
442 max_ports = osm_node_get_num_physp(p_node);
445 for (port_num = 1; port_num < max_ports; port_num++) {
907 uint8_t max_ports; local
942 max_ports = osm_node_get_num_physp(p_node);
943 for (port_num = 1; port_num < max_ports; port_num++) {
1003 max_ports = osm_node_get_num_physp(p_node);
1004 for (port_num = 1; port_num < max_ports; port_num++) {
/freebsd-12-stable/sys/netinet6/
H A Dip_fw_nat64.h139 uint32_t max_ports; /* Unused */ member in struct:_ipfw_nat64lsn_cfg
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_io.h394 int max_ports; member in struct:ctl_ha_msg_login
H A Dctl.c439 TUNABLE_INT("kern.cam.ctl.max_ports", &ctl_max_ports);
440 SYSCTL_INT(_kern_cam_ctl, OID_AUTO, max_ports, CTLFLAG_RDTUN,
1043 msg.login.max_ports = ctl_max_ports;
1363 msg->login.max_ports != ctl_max_ports ||
1910 printf("Bad value %d for kern.cam.ctl.max_ports, must be a power of two, using %d\n",
/freebsd-12-stable/sbin/ipfw/
H A Dnat64lsn.c387 { "max_ports", TOK_MAX_PORTS }, /* unused */
394 * [ max_ports <N> ]
416 cfg->max_ports = NAT64LSN_MAX_PORTS;
457 cfg->max_ports = nat64lsn_parse_int(*av, opt);
569 cfg->max_ports = nat64lsn_parse_int(*av, opt);
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h510 u32 max_ports; /* (Global) 32bit is wasty, but this will be used often */ member in struct:public_global
H A Decore_dev.c5548 addr = global_addr + OFFSETOF(struct public_global, max_ports);

Completed in 304 milliseconds