Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.h90 struct xgene_mac_ops { struct
91 void (*init)(struct xgene_enet_pdata *pdata);
92 void (*reset)(struct xgene_enet_pdata *pdata);
93 void (*tx_enable)(struct xgene_enet_pdata *pdata);
94 void (*rx_enable)(struct xgene_enet_pdata *pdata);
95 void (*tx_disable)(struct xgene_enet_pdata *pdata);
96 void (*rx_disable)(struct xgene_enet_pdata *pdata);
97 void (*set_mac_addr)(struct xgene_enet_pdata *pdata);
98 void (*link_state)(struct work_struct *work);