Home
last modified time | relevance | path

Searched refs:port_types (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h378 char port_types[MAX_NPORTS + 1]; member
H A Dcxgb_main.c664 snprintf(&sc->port_types[0], sizeof(sc->port_types), "%x%x%x%x", in cxgb_controller_attach()
H A Dcxgb_sge.c3372 CTLFLAG_RD, sc->port_types, in t3_add_attach_sysctls()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c594 static struct port_type_info port_types[] = { variable
4554 if (port_type < ARRAY_SIZE(port_types)) { in t3_prep_adapter()
4555 pti = &port_types[port_type]; in t3_prep_adapter()
4626 if (port_type < ARRAY_SIZE(port_types)) { in t3_reinit_adapter()
4627 pti = &port_types[port_type]; in t3_reinit_adapter()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c1043 enum mlx4_port_type *port_types) in mlx4_change_port_types() argument
1052 if (port_types[port] != dev->caps.port_type[port + 1]) in mlx4_change_port_types()
1059 dev->caps.port_type[port] = port_types[port - 1]; in mlx4_change_port_types()
H A Dmlx4.h1223 enum mlx4_port_type *port_types);