Symbol: hbg_ring
drivers/net/ethernet/hisilicon/hibmcge/hbg_common.h
281
struct hbg_ring tx_ring;
drivers/net/ethernet/hisilicon/hibmcge/hbg_common.h
282
struct hbg_ring rx_ring;
drivers/net/ethernet/hisilicon/hibmcge/hbg_common.h
66
struct hbg_ring *ring;
drivers/net/ethernet/hisilicon/hibmcge/hbg_debugfs.c
24
static void hbg_dbg_ring(struct hbg_priv *priv, struct hbg_ring *ring,
drivers/net/ethernet/hisilicon/hibmcge/hbg_main.c
218
struct hbg_ring *ring = &priv->tx_ring;
drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c
132
struct hbg_ring *ring = netdev_get_tx_ring(netdev);
drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c
195
struct hbg_ring *ring = container_of(napi, struct hbg_ring, napi);
drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c
408
struct hbg_ring *ring = &priv->rx_ring;
drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c
483
struct hbg_ring *ring = container_of(napi, struct hbg_ring, napi);
drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c
537
static void hbg_ring_page_pool_destory(struct hbg_ring *ring)
drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c
546
static int hbg_ring_page_pool_init(struct hbg_priv *priv, struct hbg_ring *ring)
drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c
573
static void hbg_ring_uninit(struct hbg_ring *ring)
drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c
601
static int hbg_ring_init(struct hbg_priv *priv, struct hbg_ring *ring,
drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c
664
struct hbg_ring *tx_ring = &priv->tx_ring;
drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c
75
struct hbg_ring *ring = buffer->ring;
drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c
91
struct hbg_ring *ring = buffer->ring;
drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.h
30
static inline u32 hbg_get_queue_used_num(struct hbg_ring *ring)