Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/etherswitch/
H A Detherswitch.h38 struct etherswitch_info { struct
44 typedef struct etherswitch_info etherswitch_info_t; argument
/freebsd-14.2/sys/dev/etherswitch/e6000sw/
H A De6000sw.c105 static etherswitch_info_t etherswitch_info = { variable
635 etherswitch_info.es_nports = sc->num_ports;
876 return (&etherswitch_info);
1132 etherswitch_info.es_nvlangroups = sc->num_ports;
1137 etherswitch_info.es_nvlangroups = E6000SW_NUM_VLANS;
1256 for (i = 0; i < etherswitch_info.es_nvlangroups; i++)
/freebsd-14.2/sys/arm/ti/cpsw/
H A Dif_cpsw.c2793 static etherswitch_info_t etherswitch_info = { variable
2803 return (&etherswitch_info); in cpsw_getinfo()