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/
A Ddevlink.c944 node->tx_weight = weight; in ice_set_object_tx_weight()
945 status = ice_sched_set_node_weight(pi, node, node->tx_weight); in ice_set_object_tx_weight()
1058 u32 tx_weight, struct netlink_ext_ack *extack) in ice_devlink_rate_leaf_tx_weight_set() argument
1069 tx_weight, extack); in ice_devlink_rate_leaf_tx_weight_set()
1118 u32 tx_weight, struct netlink_ext_ack *extack) in ice_devlink_rate_node_tx_weight_set() argument
1129 node, tx_weight, extack); in ice_devlink_rate_node_tx_weight_set()
1186 if (devlink_rate->tx_weight) in ice_devlink_set_parent()
1187 ice_set_object_tx_weight(pi, node, devlink_rate->tx_weight, extack); in ice_devlink_set_parent()
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_dev.h84 unsigned int tx_weight; member
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()
A Dhinic_tx.c811 nic_dev->tx_weight); in tx_request_irq()
/linux/Documentation/networking/devlink/
A Dice.rst369 tx_max, tx_priority and tx_weight to each node in a tree. So effectively
416 * - ``tx_weight``
422 ``tx_priority`` and ``tx_weight`` can be used simultaneously. In that case
472 # assign tx_weight to the VF
473 $ devlink port function rate set pci/0000:4b:00.0/2 tx_weight 5
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/
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/
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/
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/
A Dgemini.h681 unsigned int tx_weight:5; member
A Dgemini.c479 .tx_weight = 1, in gmac_init()
/linux/drivers/net/ethernet/intel/ice/
A Dice_type.h574 u32 tx_weight; member
A Dice_sched.c952 new_node->tx_weight = ICE_SCHED_DFLT_BW_WT; in ice_sched_add_elems()

Completed in 58 milliseconds