Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/
H A Detherswitch.h111 typedef struct etherswitch_portid etherswitch_portid_t; typedef
141 #define IOETHERSWITCHFLUSHALL _IOW('i', 12, etherswitch_portid_t) /* Dummy */
142 #define IOETHERSWITCHFLUSHPORT _IOW('i', 13, etherswitch_portid_t)
H A Detherswitch.c143 etherswitch_portid_t *portid; in etherswitchioctl()
207 portid = (etherswitch_portid_t *)data; in etherswitchioctl()
/freebsd/sbin/etherswitchcfg/
H A Detherswitchcfg.c466 etherswitch_portid_t p; in atu_flush()