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.c3846 struct mlx5_rate_limit new_rl = old_rl; in modify_raw_packet_qp_sq() local
3870 new_rl = raw_qp_param->rl; in modify_raw_packet_qp_sq()
3873 if (!mlx5_rl_are_equal(&old_rl, &new_rl)) { in modify_raw_packet_qp_sq()
3874 if (new_rl.rate) { in modify_raw_packet_qp_sq()
3875 err = mlx5_rl_add_rate(dev, &rl_index, &new_rl); in modify_raw_packet_qp_sq()
3879 err, new_rl.rate, new_rl.max_burst_sz, in modify_raw_packet_qp_sq()
3880 new_rl.typical_pkt_sz); in modify_raw_packet_qp_sq()
3896 mlx5_rl_remove_rate(dev, &new_rl); in modify_raw_packet_qp_sq()
3901 if ((old_rl.rate && !mlx5_rl_are_equal(&old_rl, &new_rl)) || in modify_raw_packet_qp_sq()
3905 memset(&new_rl, 0, sizeof(new_rl)); in modify_raw_packet_qp_sq()
[all …]
/linux/fs/ocfs2/
H A 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()