Home
last modified time | relevance | path

Searched defs:xgene_mac_ops (Results 1 – 1 of 1) sorted by relevance

/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.h141 struct xgene_mac_ops { struct
142 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 …]