Searched refs:tx_push (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/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-6.15/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_ethtool.c | 661 kernel_ring->tx_push = test_bit(IONIC_LIF_F_CMB_TX_RINGS, lif->state); in ionic_get_ringparam() 693 kernel_ring->tx_push == test_bit(IONIC_LIF_F_CMB_TX_RINGS, lif->state) && in ionic_set_ringparam() 699 qparam.cmb_tx = kernel_ring->tx_push; in ionic_set_ringparam() 706 if (kernel_ring->tx_push != test_bit(IONIC_LIF_F_CMB_TX_RINGS, lif->state) || in ionic_set_ringparam() 708 err = ionic_cmb_rings_toggle(lif, kernel_ring->tx_push, in ionic_set_ringparam()
|
| /linux-6.15/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() 1188 static int hns3_set_tx_push(struct net_device *netdev, u32 tx_push) in hns3_set_tx_push() argument 1195 if (!test_bit(HNAE3_DEV_SUPPORT_TX_PUSH_B, ae_dev->caps) && tx_push) in hns3_set_tx_push() 1198 if (tx_push == old_state) in hns3_set_tx_push() 1202 str_on_off(old_state), str_on_off(tx_push)); in hns3_set_tx_push() 1204 if (tx_push) in hns3_set_tx_push() 1228 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 | 2068 ring->stats.tx_push++; in hns3_tx_push_bd() 2825 tx_ring->stats.tx_push, tx_ring->stats.tx_mem_doorbell); in hns3_dump_queue_stats()
|
| /linux-6.15/drivers/net/ethernet/amazon/ena/ |
| H A D | ena_ethtool.c | 600 kernel_ring->tx_push = true; in ena_get_ringparam() 607 kernel_ring->tx_push = false; in ena_get_ringparam() 640 kernel_ring->tx_push) { in ena_set_ringparam()
|
| /linux-6.15/include/linux/ |
| H A D | ethtool.h | 88 u8 tx_push; member
|
| /linux-6.15/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 567 struct tx_push_buffer *tx_push_buf = txr->tx_push; in bnxt_start_xmit() 569 struct tx_bd_ext *tx_push1 = &tx_push->txbd2; in bnxt_start_xmit() 576 tx_push->tx_bd_len_flags_type = in bnxt_start_xmit() 616 tx_push->tx_bd_opaque = txbd->tx_bd_opaque; in bnxt_start_xmit() 620 tx_push->doorbell = in bnxt_start_xmit() 629 push_len = (length + sizeof(*tx_push) + 7) / 8; in bnxt_start_xmit() 3892 if (txr->tx_push) { in bnxt_free_tx_rings() 3894 txr->tx_push, txr->tx_push_mapping); in bnxt_free_tx_rings() 3895 txr->tx_push = NULL; in bnxt_free_tx_rings() 3951 txr->tx_push = dma_alloc_coherent(&pdev->dev, in bnxt_alloc_tx_rings() [all …]
|
| H A D | bnxt.h | 991 struct tx_push_buffer *tx_push; member
|