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