Home
last modified time | relevance | path

Searched refs:tx_weight (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/devlink/
H A Ddevlink.c932 node->tx_weight = weight; in ice_set_object_tx_weight()
933 status = ice_sched_set_node_weight(pi, node, node->tx_weight); in ice_set_object_tx_weight()
1046 u32 tx_weight, struct netlink_ext_ack *extack) in ice_devlink_rate_leaf_tx_weight_set() argument
1057 tx_weight, extack); in ice_devlink_rate_leaf_tx_weight_set()
1106 u32 tx_weight, struct netlink_ext_ack *extack) in ice_devlink_rate_node_tx_weight_set() argument
1117 node, tx_weight, extack); in ice_devlink_rate_node_tx_weight_set()
1174 if (devlink_rate->tx_weight) in ice_devlink_set_parent()
1175 ice_set_object_tx_weight(pi, node, devlink_rate->tx_weight, extack); in ice_devlink_set_parent()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_dev.h84 unsigned int tx_weight; member
H A Dhinic_main.c41 static unsigned int tx_weight = 64; variable
42 module_param(tx_weight, uint, 0644);
43 MODULE_PARM_DESC(tx_weight, "Number Tx packets for NAPI budget (default=64)");
1210 nic_dev->tx_weight = tx_weight; in nic_dev_init()
H A Dhinic_tx.c811 nic_dev->tx_weight); in tx_request_irq()
/linux/Documentation/networking/devlink/
H A Dice.rst344 tx_max, tx_priority and tx_weight to each node in a tree. So effectively
391 * - ``tx_weight``
397 ``tx_priority`` and ``tx_weight`` can be used simultaneously. In that case
447 # assign tx_weight to the VF
448 $ devlink port function rate set pci/0000:4b:00.0/2 tx_weight 5
H A Ddevlink-port.rst408 ``tx_weight``
421 ``tx_priority`` and ``tx_weight`` can be used simultaneously. In that case
432 that subgroup. Use ``tx_weight`` as a parameter for this arbitration.
/linux/net/devlink/
H A Drate.c124 devlink_rate->tx_weight)) in devlink_nl_rate_fill()
380 devlink_rate->tx_weight = weight; in devlink_nl_rate_set()
/linux/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.c729 int rx_weight = 0, tx_weight = 0; in cpdma_chan_split_pool() local
749 tx_weight += chan->weight; in cpdma_chan_split_pool()
753 if (rx_weight > 100 || tx_weight > 100) in cpdma_chan_split_pool()
760 tx_per_ch_desc = tx_desc_num - (tx_weight * tx_desc_num) / 100; in cpdma_chan_split_pool()
/linux/include/net/
H A Ddevlink.h119 u32 tx_weight; member
1471 u32 tx_weight, struct netlink_ext_ack *extack);
1479 u32 tx_weight, struct netlink_ext_ack *extack);
/linux/drivers/net/ethernet/cortina/
H A Dgemini.h681 unsigned int tx_weight:5; member
H A Dgemini.c483 .tx_weight = 1, in gmac_init()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_type.h552 u32 tx_weight; member
H A Dice_sched.c954 new_node->tx_weight = ICE_SCHED_DFLT_BW_WT; in ice_sched_add_elems()