Searched refs:etherswitch_port_t (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/dev/etherswitch/
H A Detherswitch.h78 typedef struct etherswitch_port etherswitch_port_t; typedef in typeref:struct:etherswitch_port
94 #define IOETHERSWITCHGETPORT _IOWR('i', 4, etherswitch_port_t)
95 #define IOETHERSWITCHSETPORT _IOW('i', 5, etherswitch_port_t)
H A Detherswitch.c230 error = ETHERSWITCH_GETPORT(etherswitch, (etherswitch_port_t *)data);
234 error = ETHERSWITCH_SETPORT(etherswitch, (etherswitch_port_t *)data);
/freebsd-10-stable/sbin/etherswitchcfg/
H A Detherswitchcfg.c169 etherswitch_port_t p;
190 etherswitch_port_t p;
228 etherswitch_port_t p;
248 etherswitch_port_t p;
428 etherswitch_port_t p;
/freebsd-10-stable/sys/dev/etherswitch/arswitch/
H A Darswitch.c490 arswitch_getport(device_t dev, etherswitch_port_t *p)
540 arswitch_setport(device_t dev, etherswitch_port_t *p)
/freebsd-10-stable/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c343 ukswitch_getport(device_t dev, etherswitch_port_t *p)
380 ukswitch_setport(device_t dev, etherswitch_port_t *p)
/freebsd-10-stable/sys/dev/etherswitch/ip17x/
H A Dip17x.c366 ip17x_getport(device_t dev, etherswitch_port_t *p)
419 ip17x_setport(device_t dev, etherswitch_port_t *p)
/freebsd-10-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c547 rtl_getport(device_t dev, etherswitch_port_t *p)
583 rtl_setport(device_t dev, etherswitch_port_t *p)

Completed in 188 milliseconds