Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/etherswitch/
HDetherswitch.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)
HDetherswitch.c143 etherswitch_portid_t *portid; in etherswitchioctl()
207 portid = (etherswitch_portid_t *)data; in etherswitchioctl()
/freebsd-14-stable/sbin/etherswitchcfg/
HDetherswitchcfg.c466 etherswitch_portid_t p; in atu_flush()