Symbol: owl_emac_ring
drivers/net/ethernet/actions/owl-emac.c
140
static unsigned int owl_emac_ring_num_unused(struct owl_emac_ring *ring)
drivers/net/ethernet/actions/owl-emac.c
145
static unsigned int owl_emac_ring_get_next(struct owl_emac_ring *ring,
drivers/net/ethernet/actions/owl-emac.c
151
static void owl_emac_ring_push_head(struct owl_emac_ring *ring)
drivers/net/ethernet/actions/owl-emac.c
156
static void owl_emac_ring_pop_tail(struct owl_emac_ring *ring)
drivers/net/ethernet/actions/owl-emac.c
181
struct owl_emac_ring *ring = &priv->rx_ring;
drivers/net/ethernet/actions/owl-emac.c
220
struct owl_emac_ring *ring = &priv->tx_ring;
drivers/net/ethernet/actions/owl-emac.c
243
struct owl_emac_ring *ring = &priv->rx_ring;
drivers/net/ethernet/actions/owl-emac.c
262
struct owl_emac_ring *ring = &priv->tx_ring;
drivers/net/ethernet/actions/owl-emac.c
279
static int owl_emac_ring_alloc(struct device *dev, struct owl_emac_ring *ring,
drivers/net/ethernet/actions/owl-emac.c
492
struct owl_emac_ring *ring = &priv->tx_ring;
drivers/net/ethernet/actions/owl-emac.c
570
struct owl_emac_ring *ring = &priv->tx_ring;
drivers/net/ethernet/actions/owl-emac.c
633
struct owl_emac_ring *ring = &priv->tx_ring;
drivers/net/ethernet/actions/owl-emac.c
697
struct owl_emac_ring *ring = &priv->tx_ring;
drivers/net/ethernet/actions/owl-emac.c
748
struct owl_emac_ring *ring = &priv->rx_ring;
drivers/net/ethernet/actions/owl-emac.h
261
struct owl_emac_ring rx_ring;
drivers/net/ethernet/actions/owl-emac.h
262
struct owl_emac_ring tx_ring;