Searched defs:rl_softc (Results 1 – 1 of 1) sorted by relevance
865 struct rl_softc { struct866 struct ifnet *rl_ifp; /* interface info */867 bus_space_handle_t rl_bhandle; /* bus space handle */868 bus_space_tag_t rl_btag; /* bus space tag */869 device_t rl_dev;870 struct resource *rl_res;871 int rl_res_id;872 int rl_res_type;873 struct resource *rl_res_pba;874 struct resource *rl_irq[RL_MSI_MESSAGES];[all …]