Home
last modified time | relevance | path

Searched refs:tx_push (Results 1 – 7 of 7) sorted by relevance

/drivers/net/ethernet/pensando/ionic/
A Dionic_ethtool.c661 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()
/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_ethtool.c27 HNS3_TQP_STAT("push", tx_push),
687 kernel_param->tx_push = test_bit(HNS3_NIC_STATE_TX_PUSH_ENABLE, in hns3_get_ringparam()
1194 static int hns3_set_tx_push(struct net_device *netdev, u32 tx_push) in hns3_set_tx_push() argument
1201 if (!test_bit(HNAE3_DEV_SUPPORT_TX_PUSH_B, ae_dev->caps) && tx_push) in hns3_set_tx_push()
1204 if (tx_push == old_state) in hns3_set_tx_push()
1208 str_on_off(old_state), str_on_off(tx_push)); in hns3_set_tx_push()
1210 if (tx_push) in hns3_set_tx_push()
1234 ret = hns3_set_tx_push(ndev, kernel_param->tx_push); in hns3_set_ringparam()
A Dhns3_enet.h420 u64 tx_push; member
A Dhns3_enet.c2072 ring->stats.tx_push++; in hns3_tx_push_bd()
2829 tx_ring->stats.tx_push, tx_ring->stats.tx_mem_doorbell); in hns3_dump_queue_stats()
/drivers/net/ethernet/amazon/ena/
A Dena_ethtool.c614 kernel_ring->tx_push = true; in ena_get_ringparam()
621 kernel_ring->tx_push = false; in ena_get_ringparam()
654 kernel_ring->tx_push) { in ena_set_ringparam()
/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.c568 struct tx_push_buffer *tx_push_buf = txr->tx_push; in bnxt_start_xmit()
570 struct tx_bd_ext *tx_push1 = &tx_push->txbd2; in bnxt_start_xmit()
577 tx_push->tx_bd_len_flags_type = in bnxt_start_xmit()
617 tx_push->tx_bd_opaque = txbd->tx_bd_opaque; in bnxt_start_xmit()
621 tx_push->doorbell = in bnxt_start_xmit()
630 push_len = (length + sizeof(*tx_push) + 7) / 8; in bnxt_start_xmit()
3951 if (txr->tx_push) { in bnxt_free_tx_rings()
3953 txr->tx_push, txr->tx_push_mapping); in bnxt_free_tx_rings()
3954 txr->tx_push = NULL; in bnxt_free_tx_rings()
4010 txr->tx_push = dma_alloc_coherent(&pdev->dev, in bnxt_alloc_tx_rings()
[all …]
A Dbnxt.h991 struct tx_push_buffer *tx_push; member

Completed in 62 milliseconds