Symbol: hns3_enet_coalesce
drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c
390
struct hns3_enet_coalesce *coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
4794
struct hns3_enet_coalesce *tx_coal = &priv->tx_coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
4795
struct hns3_enet_coalesce *rx_coal = &priv->rx_coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
552
struct hns3_enet_coalesce *tx_coal = &tqp_vector->tx_group.coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
553
struct hns3_enet_coalesce *rx_coal = &tqp_vector->rx_group.coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
555
struct hns3_enet_coalesce *ptx_coal = &priv->tx_coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
556
struct hns3_enet_coalesce *prx_coal = &priv->rx_coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
589
struct hns3_enet_coalesce *tx_coal = &tqp_vector->tx_group.coal;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
590
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
1366
struct hns3_enet_coalesce *tx_coal = &priv->tx_coal;
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
1367
struct hns3_enet_coalesce *rx_coal = &priv->rx_coal;
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
1578
struct hns3_enet_coalesce *tx_coal = &priv->tx_coal;
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
1579
struct hns3_enet_coalesce *rx_coal = &priv->rx_coal;