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