Searched refs:sg_off (Results 1 – 11 of 11) sorted by relevance
/drivers/target/iscsi/cxgbit/ |
D | cxgbit_ddp.c | 14 struct scatterlist **sg_pp, unsigned int *sg_off) in cxgbit_set_one_ppod() argument 17 unsigned int offset = sg_off ? *sg_off : 0; in cxgbit_set_one_ppod() 52 *sg_off = offset; in cxgbit_set_one_ppod() 104 unsigned int *sg_off) in cxgbit_ppod_write_idata() argument 122 cxgbit_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in cxgbit_ppod_write_idata()
|
D | cxgbit_target.c | 1024 int rc, sg_nents, sg_off; in cxgbit_handle_iscsi_dataout() local 1076 sg_off = data_offset / PAGE_SIZE; in cxgbit_handle_iscsi_dataout() 1077 sg_start = &cmd->se_cmd.t_data_sg[sg_off]; in cxgbit_handle_iscsi_dataout()
|
/drivers/mmc/host/ |
D | tmio_mmc_core.c | 122 host->sg_off = 0; in tmio_mmc_init_sg() 128 host->sg_off = 0; in tmio_mmc_next_sg() 450 buf = (unsigned short *)(sg_virt + host->sg_off); in tmio_mmc_pio_irq() 452 count = host->sg_ptr->length - host->sg_off; in tmio_mmc_pio_irq() 457 count, host->sg_off, data->flags); in tmio_mmc_pio_irq() 462 host->sg_off += count; in tmio_mmc_pio_irq() 466 if (host->sg_off == host->sg_ptr->length) in tmio_mmc_pio_irq()
|
D | tmio_mmc.h | 146 unsigned int sg_off; member
|
/drivers/scsi/csiostor/ |
D | csio_scsi.c | 1497 uint32_t sg_off = 0; in csio_scsi_copy_to_sgl() local 1522 sg_off = sg->offset + start_off; in csio_scsi_copy_to_sgl() 1525 bytes_copy = min((uint32_t)(PAGE_SIZE - (sg_off & ~PAGE_MASK)), in csio_scsi_copy_to_sgl() 1528 sg_addr = kmap_atomic(sg_page(sg) + (sg_off >> PAGE_SHIFT)); in csio_scsi_copy_to_sgl() 1536 sg_addr, sg_off, buf_addr, bytes_copy); in csio_scsi_copy_to_sgl() 1537 memcpy(sg_addr + (sg_off & ~PAGE_MASK), buf_addr, bytes_copy); in csio_scsi_copy_to_sgl()
|
/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1097 unsigned int sg_off; in ddp_set_map() local 1110 sg_off = i * PPOD_PAGES_MAX; in ddp_set_map() 1112 &sg_off); in ddp_set_map()
|
/drivers/scsi/cxgbi/ |
D | libcxgbi.h | 616 struct scatterlist **sg_pp, unsigned int *sg_off);
|
D | libcxgbi.c | 1232 struct scatterlist **sg_pp, unsigned int *sg_off) in cxgbi_ddp_set_one_ppod() argument 1235 unsigned int offset = sg_off ? *sg_off : 0; in cxgbi_ddp_set_one_ppod() 1270 *sg_off = offset; in cxgbi_ddp_set_one_ppod()
|
/drivers/target/ |
D | target_core_sbc.c | 1344 struct scatterlist *sg, int sg_off) in sbc_dif_copy_prot() argument 1350 unsigned int offset = sg_off; in sbc_dif_copy_prot()
|
/drivers/infiniband/ulp/isert/ |
D | ib_isert.c | 1203 int rc, sg_nents, sg_off, page_off; in isert_handle_iscsi_dataout() local 1224 sg_off = cmd->write_data_done / PAGE_SIZE; in isert_handle_iscsi_dataout() 1225 sg_start = &cmd->se_cmd.t_data_sg[sg_off]; in isert_handle_iscsi_dataout() 1237 "sg_nents: %u from %p %u\n", sg_start, sg_off, in isert_handle_iscsi_dataout()
|
/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1848 unsigned int *sg_off) in ddp_ppod_write_idata() argument 1866 cxgbi_ddp_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in ddp_ppod_write_idata()
|