Symbol: owl_emac_priv
drivers/net/ethernet/actions/owl-emac.c
1034
struct owl_emac_priv *priv = netdev_priv(netdev);
drivers/net/ethernet/actions/owl-emac.c
106
static dma_addr_t owl_emac_dma_map_rx(struct owl_emac_priv *priv,
drivers/net/ethernet/actions/owl-emac.c
1077
struct owl_emac_priv *priv = netdev_priv(netdev);
drivers/net/ethernet/actions/owl-emac.c
1106
struct owl_emac_priv *priv = netdev_priv(netdev);
drivers/net/ethernet/actions/owl-emac.c
1130
struct owl_emac_priv *priv = netdev_priv(netdev);
drivers/net/ethernet/actions/owl-emac.c
116
static void owl_emac_dma_unmap_rx(struct owl_emac_priv *priv,
drivers/net/ethernet/actions/owl-emac.c
1194
struct owl_emac_priv *priv = netdev_priv(netdev);
drivers/net/ethernet/actions/owl-emac.c
1201
struct owl_emac_priv *priv;
drivers/net/ethernet/actions/owl-emac.c
1203
priv = container_of(work, struct owl_emac_priv, mac_reset_task);
drivers/net/ethernet/actions/owl-emac.c
124
static dma_addr_t owl_emac_dma_map_tx(struct owl_emac_priv *priv,
drivers/net/ethernet/actions/owl-emac.c
1240
struct owl_emac_priv *priv = netdev_priv(netdev);
drivers/net/ethernet/actions/owl-emac.c
1247
struct owl_emac_priv *priv = netdev_priv(ndev);
drivers/net/ethernet/actions/owl-emac.c
1261
static int owl_emac_mdio_wait(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
1274
struct owl_emac_priv *priv = bus->priv;
drivers/net/ethernet/actions/owl-emac.c
1302
struct owl_emac_priv *priv = bus->priv;
drivers/net/ethernet/actions/owl-emac.c
132
static void owl_emac_dma_unmap_tx(struct owl_emac_priv *priv,
drivers/net/ethernet/actions/owl-emac.c
1323
struct owl_emac_priv *priv = netdev_priv(netdev);
drivers/net/ethernet/actions/owl-emac.c
1355
struct owl_emac_priv *priv = netdev_priv(netdev);
drivers/net/ethernet/actions/owl-emac.c
1388
struct owl_emac_priv *priv = netdev_priv(netdev);
drivers/net/ethernet/actions/owl-emac.c
1405
struct owl_emac_priv *priv = netdev_priv(netdev);
drivers/net/ethernet/actions/owl-emac.c
1432
struct owl_emac_priv *priv = data;
drivers/net/ethernet/actions/owl-emac.c
1437
static int owl_emac_clk_set_rate(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
1469
struct owl_emac_priv *priv;
drivers/net/ethernet/actions/owl-emac.c
1582
struct owl_emac_priv *priv = platform_get_drvdata(pdev);
drivers/net/ethernet/actions/owl-emac.c
179
static int owl_emac_ring_prepare_rx(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
218
static void owl_emac_ring_prepare_tx(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
241
static void owl_emac_ring_unprepare_rx(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
25
static u32 owl_emac_reg_read(struct owl_emac_priv *priv, u32 reg)
drivers/net/ethernet/actions/owl-emac.c
260
static void owl_emac_ring_unprepare_tx(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
30
static void owl_emac_reg_write(struct owl_emac_priv *priv, u32 reg, u32 data)
drivers/net/ethernet/actions/owl-emac.c
303
static void owl_emac_dma_cmd_resume_rx(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
309
static void owl_emac_dma_cmd_resume_tx(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
315
static u32 owl_emac_dma_cmd_set_tx(struct owl_emac_priv *priv, u32 status)
drivers/net/ethernet/actions/owl-emac.c
321
static u32 owl_emac_dma_cmd_start_tx(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
326
static u32 owl_emac_dma_cmd_set(struct owl_emac_priv *priv, u32 status)
drivers/net/ethernet/actions/owl-emac.c
332
static u32 owl_emac_dma_cmd_start(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
337
static u32 owl_emac_dma_cmd_stop(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
344
struct owl_emac_priv *priv = netdev_priv(netdev);
drivers/net/ethernet/actions/owl-emac.c
35
static u32 owl_emac_reg_update(struct owl_emac_priv *priv,
drivers/net/ethernet/actions/owl-emac.c
356
static void owl_emac_update_link_state(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
396
struct owl_emac_priv *priv = netdev_priv(netdev);
drivers/net/ethernet/actions/owl-emac.c
439
struct owl_emac_priv *priv = netdev_priv(netdev);
drivers/net/ethernet/actions/owl-emac.c
462
owl_emac_setup_frame_prepare(struct owl_emac_priv *priv, struct sk_buff *skb)
drivers/net/ethernet/actions/owl-emac.c
490
static int owl_emac_setup_frame_xmit(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
51
static void owl_emac_reg_set(struct owl_emac_priv *priv, u32 reg, u32 bits)
drivers/net/ethernet/actions/owl-emac.c
56
static void owl_emac_reg_clear(struct owl_emac_priv *priv, u32 reg, u32 bits)
drivers/net/ethernet/actions/owl-emac.c
568
struct owl_emac_priv *priv = netdev_priv(netdev);
drivers/net/ethernet/actions/owl-emac.c
61
static struct device *owl_emac_get_dev(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
631
static bool owl_emac_tx_complete_tail(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
66
static void owl_emac_irq_enable(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
695
static void owl_emac_tx_complete(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
746
static int owl_emac_rx_process(struct owl_emac_priv *priv, int budget)
drivers/net/ethernet/actions/owl-emac.c
79
static void owl_emac_irq_disable(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
869
struct owl_emac_priv *priv;
drivers/net/ethernet/actions/owl-emac.c
872
priv = container_of(napi, struct owl_emac_priv, napi);
drivers/net/ethernet/actions/owl-emac.c
92
static u32 owl_emac_irq_status(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
940
static void owl_emac_mdio_clock_enable(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
956
static void owl_emac_core_hw_reset(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
965
static int owl_emac_core_sw_reset(struct owl_emac_priv *priv)
drivers/net/ethernet/actions/owl-emac.c
97
static u32 owl_emac_irq_clear(struct owl_emac_priv *priv)