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