Symbol: hns3_enet_coalesce
drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c
396
struct hns3_enet_coalesce *coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
4807
struct hns3_enet_coalesce *tx_coal = &priv->tx_coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
4808
struct hns3_enet_coalesce *rx_coal = &priv->rx_coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
566
struct hns3_enet_coalesce *tx_coal = &tqp_vector->tx_group.coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
567
struct hns3_enet_coalesce *rx_coal = &tqp_vector->rx_group.coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
569
struct hns3_enet_coalesce *ptx_coal = &priv->tx_coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
570
struct hns3_enet_coalesce *prx_coal = &priv->rx_coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
603
struct hns3_enet_coalesce *tx_coal = &tqp_vector->tx_group.coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
604
struct hns3_enet_coalesce *rx_coal = &tqp_vector->rx_group.coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.h
549
struct hns3_enet_coalesce coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.h
595
struct hns3_enet_coalesce tx_coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.h
596
struct hns3_enet_coalesce rx_coal;
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
1365
struct hns3_enet_coalesce *tx_coal = &priv->tx_coal;
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
1366
struct hns3_enet_coalesce *rx_coal = &priv->rx_coal;
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
1577
struct hns3_enet_coalesce *tx_coal = &priv->tx_coal;
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
1578
struct hns3_enet_coalesce *rx_coal = &priv->rx_coal;