Searched refs:req_sg (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/gpio/ |
D | gpio-virtio.c | 45 struct scatterlist *sgs[2], req_sg, res_sg; in _virtio_gpio_req() local 61 sg_init_one(&req_sg, req, sizeof(*req)); in _virtio_gpio_req() 63 sgs[0] = &req_sg; in _virtio_gpio_req()
|
/Linux-v5.15/drivers/memstick/core/ |
D | mspro_block.c | 168 struct scatterlist req_sg[MSPRO_BLOCK_MAX_SEGS]; member 607 == (msb->req_sg[msb->current_seg].length in h_mspro_block_transfer_data() 631 t_offset = msb->req_sg[msb->current_seg].offset; in h_mspro_block_transfer_data() 635 nth_page(sg_page(&(msb->req_sg[msb->current_seg])), in h_mspro_block_transfer_data() 704 msb->req_sg); in mspro_block_issue_req() 757 t_len += msb->req_sg[cnt].length in mspro_block_complete_req() 987 sg_init_one(&msb->req_sg[0], attr, msb->page_size); in mspro_block_read_attributes() 1088 sg_init_one(&msb->req_sg[0], buffer, attr_len); in mspro_block_read_attributes()
|
/Linux-v5.15/drivers/scsi/libsas/ |
D | sas_expander.c | 143 struct scatterlist req_sg; in smp_execute_task() local 146 sg_init_one(&req_sg, req, req_size); in smp_execute_task() 148 return smp_execute_task_sg(dev, &req_sg, &resp_sg); in smp_execute_task()
|