Lines Matching defs:pdata

15 static void xgene_enet_wr_csr(struct xgene_enet_pdata *pdata,  in xgene_enet_wr_csr()
23 static void xgene_enet_wr_ring_if(struct xgene_enet_pdata *pdata, in xgene_enet_wr_ring_if()
31 static void xgene_enet_wr_diag_csr(struct xgene_enet_pdata *pdata, in xgene_enet_wr_diag_csr()
62 static void xgene_enet_wr_pcs(struct xgene_enet_pdata *pdata, in xgene_enet_wr_pcs()
77 static void xgene_enet_wr_axg_csr(struct xgene_enet_pdata *pdata, in xgene_enet_wr_axg_csr()
85 static void xgene_enet_rd_csr(struct xgene_enet_pdata *pdata, in xgene_enet_rd_csr()
93 static void xgene_enet_rd_diag_csr(struct xgene_enet_pdata *pdata, in xgene_enet_rd_diag_csr()
124 static bool xgene_enet_rd_pcs(struct xgene_enet_pdata *pdata, in xgene_enet_rd_pcs()
143 static void xgene_enet_rd_axg_csr(struct xgene_enet_pdata *pdata, in xgene_enet_rd_axg_csr()
151 static int xgene_enet_ecc_init(struct xgene_enet_pdata *pdata) in xgene_enet_ecc_init()
171 static void xgene_xgmac_get_drop_cnt(struct xgene_enet_pdata *pdata, in xgene_xgmac_get_drop_cnt()
183 static void xgene_enet_config_ring_if_assoc(struct xgene_enet_pdata *pdata) in xgene_enet_config_ring_if_assoc()
191 static void xgene_xgmac_reset(struct xgene_enet_pdata *pdata) in xgene_xgmac_reset()
197 static void xgene_pcs_reset(struct xgene_enet_pdata *pdata) in xgene_pcs_reset()
208 static void xgene_xgmac_set_mac_addr(struct xgene_enet_pdata *pdata) in xgene_xgmac_set_mac_addr()
221 static void xgene_xgmac_set_mss(struct xgene_enet_pdata *pdata, in xgene_xgmac_set_mss()
239 static void xgene_xgmac_set_frame_size(struct xgene_enet_pdata *pdata, int size) in xgene_xgmac_set_frame_size()
245 static u32 xgene_enet_link_status(struct xgene_enet_pdata *pdata) in xgene_enet_link_status()
254 static void xgene_xgmac_enable_tx_pause(struct xgene_enet_pdata *pdata, in xgene_xgmac_enable_tx_pause()
269 static void xgene_xgmac_flowctl_tx(struct xgene_enet_pdata *pdata, bool enable) in xgene_xgmac_flowctl_tx()
285 static void xgene_xgmac_flowctl_rx(struct xgene_enet_pdata *pdata, bool enable) in xgene_xgmac_flowctl_rx()
299 static void xgene_xgmac_init(struct xgene_enet_pdata *pdata) in xgene_xgmac_init()
348 static void xgene_xgmac_rx_enable(struct xgene_enet_pdata *pdata) in xgene_xgmac_rx_enable()
356 static void xgene_xgmac_tx_enable(struct xgene_enet_pdata *pdata) in xgene_xgmac_tx_enable()
364 static void xgene_xgmac_rx_disable(struct xgene_enet_pdata *pdata) in xgene_xgmac_rx_disable()
372 static void xgene_xgmac_tx_disable(struct xgene_enet_pdata *pdata) in xgene_xgmac_tx_disable()
380 static int xgene_enet_reset(struct xgene_enet_pdata *pdata) in xgene_enet_reset()
413 static void xgene_enet_xgcle_bypass(struct xgene_enet_pdata *pdata, in xgene_enet_xgcle_bypass()
434 static void xgene_enet_shutdown(struct xgene_enet_pdata *pdata) in xgene_enet_shutdown()
444 static void xgene_enet_clear(struct xgene_enet_pdata *pdata, in xgene_enet_clear()
460 static int xgene_enet_gpio_lookup(struct xgene_enet_pdata *pdata) in xgene_enet_gpio_lookup()
476 struct xgene_enet_pdata *pdata = container_of(to_delayed_work(work), in xgene_enet_link_state() local