Searched refs:req_sg (Results 1 – 2 of 2) sorted by relevance
172 struct scatterlist req_sg[MSPRO_BLOCK_MAX_SEGS]; member611 == (msb->req_sg[msb->current_seg].length in h_mspro_block_transfer_data()635 t_offset = msb->req_sg[msb->current_seg].offset; in h_mspro_block_transfer_data()639 nth_page(sg_page(&(msb->req_sg[msb->current_seg])), in h_mspro_block_transfer_data()709 msb->req_sg); in mspro_block_issue_req()763 t_len += msb->req_sg[cnt].length in mspro_block_complete_req()986 sg_init_one(&msb->req_sg[0], attr, msb->page_size); in mspro_block_read_attributes()1087 sg_init_one(&msb->req_sg[0], buffer, attr_len); in mspro_block_read_attributes()
157 struct scatterlist req_sg; in smp_execute_task() local160 sg_init_one(&req_sg, req, req_size); in smp_execute_task()162 return smp_execute_task_sg(dev, &req_sg, &resp_sg); in smp_execute_task()