Searched refs:moved_qid (Results 1 – 2 of 2) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | htb.c | 449 u16 qid, moved_qid; in mlx5e_htb_leaf_del() local 477 moved_qid = mlx5e_htb_cur_leaf_nodes(htb); in mlx5e_htb_leaf_del() 479 if (moved_qid == 0) { in mlx5e_htb_leaf_del() 485 moved_qid--; in mlx5e_htb_leaf_del() 487 if (moved_qid < qid) { in mlx5e_htb_leaf_del() 490 qid, moved_qid); in mlx5e_htb_leaf_del() 501 moved_qid, qid); in mlx5e_htb_leaf_del() 510 mlx5e_deactivate_qos_sq(priv, moved_qid); in mlx5e_htb_leaf_del() 511 mlx5e_close_qos_sq(priv, moved_qid); in mlx5e_htb_leaf_del() 515 mlx5e_reset_qdisc(htb->netdev, moved_qid); in mlx5e_htb_leaf_del() [all …]
|
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | qos.c | 1537 u16 qid, moved_qid; in otx2_qos_leaf_del() local 1574 moved_qid = otx2_qos_cur_leaf_nodes(pfvf); in otx2_qos_leaf_del() 1577 if (moved_qid == 0 || moved_qid == qid) in otx2_qos_leaf_del() 1580 moved_qid--; in otx2_qos_leaf_del() 1582 node = otx2_sw_node_find_by_qid(pfvf, moved_qid); in otx2_qos_leaf_del() 1590 __clear_bit(moved_qid, pfvf->qos.qos_sq_bmap); in otx2_qos_leaf_del() 1591 otx2_qos_disable_sq(pfvf, moved_qid); in otx2_qos_leaf_del() 1593 otx2_reset_qdisc(pfvf->netdev, pfvf->hw.tx_queues + moved_qid); in otx2_qos_leaf_del()
|
Completed in 7 milliseconds