Searched defs:port_info (Results 1 – 2 of 2) sorted by relevance
57 struct port_info { struct58 struct epgpio_softc *sc;59 int unit;61 struct gpio_chipset_tag gpio_chipset;62 gpio_pin_t pins[EPGPIO_NPINS];86 struct port_info sc_port[EPGPIO_NPORTS]; argument
101 struct port_info { struct102 struct adapter *adapter;103 struct ifnet *ifp;104 struct port_device *pd;105 int port;106 u_short if_flags;107 const struct port_type_info *port_type;108 struct cphy phy;109 struct cmac mac;110 struct link_config link_config;[all …]