Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
H A Dqp.c3847 struct mlx5_rate_limit new_rl = old_rl; in modify_raw_packet_qp_sq() local
3871 new_rl = raw_qp_param->rl; in modify_raw_packet_qp_sq()
3874 if (!mlx5_rl_are_equal(&old_rl, &new_rl)) { in modify_raw_packet_qp_sq()
3875 if (new_rl.rate) { in modify_raw_packet_qp_sq()
3876 err = mlx5_rl_add_rate(dev, &rl_index, &new_rl); in modify_raw_packet_qp_sq()
3880 err, new_rl.rate, new_rl.max_burst_sz, in modify_raw_packet_qp_sq()
3881 new_rl.typical_pkt_sz); in modify_raw_packet_qp_sq()
3897 mlx5_rl_remove_rate(dev, &new_rl); in modify_raw_packet_qp_sq()
3902 if ((old_rl.rate && !mlx5_rl_are_equal(&old_rl, &new_rl)) || in modify_raw_packet_qp_sq()
3906 memset(&new_rl, 0, sizeof(new_rl)); in modify_raw_packet_qp_sq()
[all …]
/linux/fs/ocfs2/
H A Drefcounttree.c1452 struct ocfs2_refcount_list *new_rl = &new_rb->rf_records; in ocfs2_divide_leaf_refcount_block() local
1484 memcpy(new_rl->rl_recs, &rl->rl_recs[split_index], in ocfs2_divide_leaf_refcount_block()
1493 new_rl->rl_used = cpu_to_le16(num_moved); in ocfs2_divide_leaf_refcount_block()
1499 sort(&new_rl->rl_recs, le16_to_cpu(new_rl->rl_used), in ocfs2_divide_leaf_refcount_block()