Searched refs:tx_weight (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_devlink.c | 966 node->tx_weight = weight; in ice_set_object_tx_weight() 967 status = ice_sched_set_node_weight(pi, node, node->tx_weight); in ice_set_object_tx_weight() 1083 u32 tx_weight, struct netlink_ext_ack *extack) in ice_devlink_rate_leaf_tx_weight_set() argument 1094 tx_weight, extack); in ice_devlink_rate_leaf_tx_weight_set() 1143 u32 tx_weight, struct netlink_ext_ack *extack) in ice_devlink_rate_node_tx_weight_set() argument 1154 node, tx_weight, extack); in ice_devlink_rate_node_tx_weight_set() 1211 if (devlink_rate->tx_weight) in ice_devlink_set_parent() 1212 ice_set_object_tx_weight(pi, node, devlink_rate->tx_weight, extack); in ice_devlink_set_parent()
|
H A D | ice_type.h | 537 u32 tx_weight; member
|
H A D | ice_sched.c | 964 new_node->tx_weight = ICE_SCHED_DFLT_BW_WT; in ice_sched_add_elems()
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_dev.h | 84 unsigned int tx_weight; member
|
H A D | hinic_main.c | 41 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)"); 1212 nic_dev->tx_weight = tx_weight; in nic_dev_init()
|
H A D | hinic_tx.c | 811 nic_dev->tx_weight); in tx_request_irq()
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | ice.rst | 288 tx_max, tx_priority and tx_weight to each node in a tree. So effectively 335 * - ``tx_weight`` 341 ``tx_priority`` and ``tx_weight`` can be used simultaneously. In that case 391 # assign tx_weight to the VF 392 $ devlink port function rate set pci/0000:4b:00.0/2 tx_weight 5
|
H A D | devlink-port.rst | 375 ``tx_weight`` 388 ``tx_priority`` and ``tx_weight`` can be used simultaneously. In that case 399 that subgroup. Use ``tx_weight`` as a parameter for this arbitration.
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | davinci_cpdma.c | 729 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()
|
/openbmc/linux/net/devlink/ |
H A D | rate.c | 124 devlink_rate->tx_weight)) in devlink_nl_rate_fill() 381 devlink_rate->tx_weight = weight; in devlink_nl_rate_set()
|
/openbmc/linux/include/net/ |
H A D | devlink.h | 119 u32 tx_weight; member 1467 u32 tx_weight, struct netlink_ext_ack *extack); 1475 u32 tx_weight, struct netlink_ext_ack *extack);
|
/openbmc/linux/drivers/net/ethernet/cortina/ |
H A D | gemini.h | 681 unsigned int tx_weight:5; member
|
H A D | gemini.c | 484 .tx_weight = 1, in gmac_init()
|