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