Searched defs:ucc_geth_private (Results 1 – 1 of 1) sorted by relevance
1157 struct ucc_geth_private { struct1158 struct ucc_geth_info *ug_info;1159 struct ucc_fast_private *uccf;1160 struct device *dev;1161 struct net_device *ndev;1162 struct napi_struct napi;1163 struct work_struct timeout_work;1164 struct ucc_geth __iomem *ug_regs;1165 struct ucc_geth_init_pram *p_init_enet_param_shadow;1166 struct ucc_geth_exf_global_pram __iomem *p_exf_glbl_param;[all …]