Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.h154 struct xgene_mac_ops { struct
155 void (*init)(struct xgene_enet_pdata *pdata);
156 void (*reset)(struct xgene_enet_pdata *pdata);
157 void (*tx_enable)(struct xgene_enet_pdata *pdata);
158 void (*rx_enable)(struct xgene_enet_pdata *pdata);
159 void (*tx_disable)(struct xgene_enet_pdata *pdata);
160 void (*rx_disable)(struct xgene_enet_pdata *pdata);
161 void (*get_drop_cnt)(struct xgene_enet_pdata *pdata, u32 *rx, u32 *tx);
162 void (*set_speed)(struct xgene_enet_pdata *pdata);
163 void (*set_mac_addr)(struct xgene_enet_pdata *pdata);
[all …]