Home
last modified time | relevance | path

Searched defs:rl_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/rl/
Dif_rlreg.h865 struct rl_softc { struct
866 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 …]