Searched refs:tx_push (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ethtool/ |
| H A D | rings.c | 113 nla_put_u8(skb, ETHTOOL_A_RINGS_TX_PUSH, !!kr->tx_push) || in rings_fill_reply() 241 ethnl_update_u8(&kernel_ringparam.tx_push, in ethnl_set_rings()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_ethtool.c | 27 HNS3_TQP_STAT("push", tx_push), 687 kernel_param->tx_push = test_bit(HNS3_NIC_STATE_TX_PUSH_ENABLE, in hns3_get_ringparam() 1198 static int hns3_set_tx_push(struct net_device *netdev, u32 tx_push) in hns3_set_tx_push() argument 1205 if (!test_bit(HNAE3_DEV_SUPPORT_TX_PUSH_B, ae_dev->caps) && tx_push) in hns3_set_tx_push() 1208 if (tx_push == old_state) in hns3_set_tx_push() 1212 str_on_off(old_state), str_on_off(tx_push)); in hns3_set_tx_push() 1214 if (tx_push) in hns3_set_tx_push() 1238 ret = hns3_set_tx_push(ndev, kernel_param->tx_push); in hns3_set_ringparam()
|
| H A D | hns3_enet.h | 420 u64 tx_push; member
|
| H A D | hns3_enet.c | 2080 ring->stats.tx_push++; in hns3_tx_push_bd() 2866 tx_ring->stats.tx_push, tx_ring->stats.tx_mem_doorbell); in hns3_dump_queue_stats()
|