Home
last modified time | relevance | path

Searched refs:new_rl (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/infiniband/hw/mlx5/
Dqp.c3819 struct mlx5_rate_limit new_rl = old_rl; in modify_raw_packet_qp_sq() local
3843 new_rl = raw_qp_param->rl; in modify_raw_packet_qp_sq()
3846 if (!mlx5_rl_are_equal(&old_rl, &new_rl)) { in modify_raw_packet_qp_sq()
3847 if (new_rl.rate) { in modify_raw_packet_qp_sq()
3848 err = mlx5_rl_add_rate(dev, &rl_index, &new_rl); in modify_raw_packet_qp_sq()
3852 err, new_rl.rate, new_rl.max_burst_sz, in modify_raw_packet_qp_sq()
3853 new_rl.typical_pkt_sz); in modify_raw_packet_qp_sq()
3869 mlx5_rl_remove_rate(dev, &new_rl); in modify_raw_packet_qp_sq()
3874 if ((old_rl.rate && !mlx5_rl_are_equal(&old_rl, &new_rl)) || in modify_raw_packet_qp_sq()
3878 memset(&new_rl, 0, sizeof(new_rl)); in modify_raw_packet_qp_sq()
[all …]
/linux-6.12.1/fs/ocfs2/
Drefcounttree.c1451 struct ocfs2_refcount_list *new_rl = &new_rb->rf_records; in ocfs2_divide_leaf_refcount_block() local
1483 memcpy(new_rl->rl_recs, &rl->rl_recs[split_index], in ocfs2_divide_leaf_refcount_block()
1492 new_rl->rl_used = cpu_to_le16(num_moved); in ocfs2_divide_leaf_refcount_block()
1498 sort(&new_rl->rl_recs, le16_to_cpu(new_rl->rl_used), in ocfs2_divide_leaf_refcount_block()