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