Searched defs:xgene_mac_ops (Results 1 – 1 of 1) sorted by relevance
141 struct xgene_mac_ops { struct142 void (*init)(struct xgene_enet_pdata *pdata);143 void (*reset)(struct xgene_enet_pdata *pdata);144 void (*tx_enable)(struct xgene_enet_pdata *pdata);145 void (*rx_enable)(struct xgene_enet_pdata *pdata);146 void (*tx_disable)(struct xgene_enet_pdata *pdata);147 void (*rx_disable)(struct xgene_enet_pdata *pdata);148 void (*get_drop_cnt)(struct xgene_enet_pdata *pdata, u32 *rx, u32 *tx);149 void (*set_speed)(struct xgene_enet_pdata *pdata);150 void (*set_mac_addr)(struct xgene_enet_pdata *pdata);[all …]