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

/freebsd-13-stable/sys/dev/etherswitch/
H A Detherswitch.h40 struct etherswitch_info { struct
46 typedef struct etherswitch_info etherswitch_info_t;
/freebsd-13-stable/sys/dev/etherswitch/e6000sw/
H A De6000sw.c96 static etherswitch_info_t etherswitch_info = { variable
534 etherswitch_info.es_nports = sc->num_ports;
732 return (&etherswitch_info);
988 etherswitch_info.es_nvlangroups = sc->num_ports;
993 etherswitch_info.es_nvlangroups = E6000SW_NUM_VLANS;
1148 for (i = 0; i < etherswitch_info.es_nvlangroups; i++)
/freebsd-13-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c2805 static etherswitch_info_t etherswitch_info = { variable
2815 return (&etherswitch_info);

Completed in 45 milliseconds