Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/etherswitch/
HDetherswitch.h138 #define IOETHERSWITCHSETPHYREG _IOW('i', 9, etherswitch_phyreg_t) macro
HDetherswitch.c189 case IOETHERSWITCHSETPHYREG: in etherswitchioctl()
/freebsd-13-stable/sbin/etherswitchcfg/
HDetherswitchcfg.c162 if (ioctl(cfg->fd, IOETHERSWITCHSETPHYREG, &er) != 0) in write_phyregister()