Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe.c19264 bxe_dev_setting_t dev_set; in bxe_eioctl() local
19331 bxe_get_settings(sc, &dev_set); in bxe_eioctl()
19332 dev_p->supported = dev_set.supported; in bxe_eioctl()
19333 dev_p->advertising = dev_set.advertising; in bxe_eioctl()
19334 dev_p->speed = dev_set.speed; in bxe_eioctl()
19335 dev_p->duplex = dev_set.duplex; in bxe_eioctl()
19336 dev_p->port = dev_set.port; in bxe_eioctl()
19337 dev_p->phy_address = dev_set.phy_address; in bxe_eioctl()
19338 dev_p->autoneg = dev_set.autoneg; in bxe_eioctl()