Searched refs:tx_push (Results 1 – 9 of 9) sorted by relevance
/linux/net/ethtool/ |
H A D | rings.c | 105 nla_put_u8(skb, ETHTOOL_A_RINGS_TX_PUSH, !!kr->tx_push) || in rings_fill_reply() 219 ethnl_update_u8(&kernel_ringparam.tx_push, in ethnl_set_rings()
|
/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_ethtool.c | 622 kernel_ring->tx_push = test_bit(IONIC_LIF_F_CMB_TX_RINGS, lif->state); in ionic_get_ringparam() 654 kernel_ring->tx_push == test_bit(IONIC_LIF_F_CMB_TX_RINGS, lif->state) && in ionic_set_ringparam() 660 qparam.cmb_tx = kernel_ring->tx_push; in ionic_set_ringparam() 667 if (kernel_ring->tx_push != test_bit(IONIC_LIF_F_CMB_TX_RINGS, lif->state) || in ionic_set_ringparam() 669 err = ionic_cmb_rings_toggle(lif, kernel_ring->tx_push, in ionic_set_ringparam()
|
/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_ethtool.c | 26 HNS3_TQP_STAT("push", tx_push), 706 kernel_param->tx_push = test_bit(HNS3_NIC_STATE_TX_PUSH_ENABLE, in hns3_get_ringparam() 1207 static int hns3_set_tx_push(struct net_device *netdev, u32 tx_push) in hns3_set_tx_push() argument 1214 if (!test_bit(HNAE3_DEV_SUPPORT_TX_PUSH_B, ae_dev->caps) && tx_push) in hns3_set_tx_push() 1217 if (tx_push == old_state) in hns3_set_tx_push() 1221 old_state ? "on" : "off", tx_push ? "on" : "off"); in hns3_set_tx_push() 1223 if (tx_push) in hns3_set_tx_push() 1247 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 | 2061 ring->stats.tx_push++; in hns3_tx_push_bd() 2819 tx_ring->stats.tx_push, tx_ring->stats.tx_mem_doorbell); in hns3_dump_queue_stats()
|
/linux/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/include/linux/ |
H A D | ethtool.h | 85 u8 tx_push; member
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 538 struct tx_push_buffer *tx_push_buf = txr->tx_push; in bnxt_start_xmit() 539 struct tx_push_bd *tx_push = &tx_push_buf->push_bd; in bnxt_start_xmit() local 540 struct tx_bd_ext *tx_push1 = &tx_push->txbd2; in bnxt_start_xmit() 547 tx_push->tx_bd_len_flags_type = in bnxt_start_xmit() 583 txbd->tx_bd_len_flags_type = tx_push->tx_bd_len_flags_type; in bnxt_start_xmit() 587 tx_push->tx_bd_opaque = txbd->tx_bd_opaque; in bnxt_start_xmit() 591 tx_push->doorbell = in bnxt_start_xmit() 600 push_len = (length + sizeof(*tx_push) + 7) / 8; in bnxt_start_xmit() 3714 if (txr->tx_push) { in bnxt_free_tx_rings() 3716 txr->tx_push, txr->tx_push_mapping); in bnxt_free_tx_rings() [all …]
|
H A D | bnxt.h | 979 struct tx_push_buffer *tx_push; member
|