Lines Matching refs:sg_list
221 bytes += send_wr->sg_list[i].length; in fill_inline_data()
225 remain_size = send_wr->sg_list[i].length; in fill_inline_data()
232 (void *)(uintptr_t)send_wr->sg_list[i].addr + in fill_inline_data()
273 bytes += send_wr->sg_list[i].length; in fill_sgl()
274 memcpy(sgl + sgl_offset, &send_wr->sg_list[i], in fill_sgl()
358 read_sqe->length = cpu_to_le32(send_wr->sg_list[0].length); in erdma_push_one_sqe()
359 read_sqe->sink_stag = cpu_to_le32(send_wr->sg_list[0].lkey); in erdma_push_one_sqe()
361 cpu_to_le32(lower_32_bits(send_wr->sg_list[0].addr)); in erdma_push_one_sqe()
363 cpu_to_le32(upper_32_bits(send_wr->sg_list[0].addr)); in erdma_push_one_sqe()
369 sge->length = cpu_to_le32(send_wr->sg_list[0].length); in erdma_push_one_sqe()
453 sge->addr = cpu_to_le64(send_wr->sg_list[0].addr); in erdma_push_one_sqe()
454 sge->key = cpu_to_le32(send_wr->sg_list[0].lkey); in erdma_push_one_sqe()
455 sge->length = cpu_to_le32(send_wr->sg_list[0].length); in erdma_push_one_sqe()
553 rqe->stag = cpu_to_le32(recv_wr->sg_list[0].lkey); in erdma_post_recv_one()
554 rqe->to = cpu_to_le64(recv_wr->sg_list[0].addr); in erdma_post_recv_one()
555 rqe->length = cpu_to_le32(recv_wr->sg_list[0].length); in erdma_post_recv_one()