Searched refs:sq_cur_blk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 4090 u64 sq_cur_blk = 0; in config_qp_sq_buf() local 4094 count = hns_roce_mtr_find(hr_dev, &hr_qp->mtr, 0, &sq_cur_blk, 1, NULL); in config_qp_sq_buf() 4117 context->sq_cur_blk_addr = cpu_to_le32(to_hr_hw_page_addr(sq_cur_blk)); in config_qp_sq_buf() 4121 upper_32_bits(to_hr_hw_page_addr(sq_cur_blk))); in config_qp_sq_buf() 4139 cpu_to_le32(to_hr_hw_page_addr(sq_cur_blk)); in config_qp_sq_buf() 4143 upper_32_bits(to_hr_hw_page_addr(sq_cur_blk))); in config_qp_sq_buf()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 4403 u64 sq_cur_blk = 0; in config_qp_sq_buf() local 4407 count = hns_roce_mtr_find(hr_dev, &hr_qp->mtr, 0, &sq_cur_blk, 1, NULL); in config_qp_sq_buf() 4431 lower_32_bits(to_hr_hw_page_addr(sq_cur_blk))); in config_qp_sq_buf() 4433 upper_32_bits(to_hr_hw_page_addr(sq_cur_blk))); in config_qp_sq_buf() 4445 lower_32_bits(to_hr_hw_page_addr(sq_cur_blk))); in config_qp_sq_buf() 4447 upper_32_bits(to_hr_hw_page_addr(sq_cur_blk))); in config_qp_sq_buf()
|
Completed in 16 milliseconds