Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/
H A Detherswitch.h38 struct etherswitch_info { struct
44 typedef struct etherswitch_info etherswitch_info_t; argument
/freebsd/sys/dev/etherswitch/e6000sw/
H A De6000sw.c105 static etherswitch_info_t etherswitch_info = { variable
635 etherswitch_info.es_nports = sc->num_ports;
878 return (&etherswitch_info);
1134 etherswitch_info.es_nvlangroups = sc->num_ports;
1139 etherswitch_info.es_nvlangroups = E6000SW_NUM_VLANS;
1258 for (i = 0; i < etherswitch_info.es_nvlangroups; i++)
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c2789 static etherswitch_info_t etherswitch_info = { variable
2799 return (&etherswitch_info); in cpsw_getinfo()