/drivers/tty/hvc/ |
D | hvc_iucv.c | 1047 const char *nextdelim, *residual; in hvc_iucv_parse_filter() local 1053 residual = nextdelim + 1; in hvc_iucv_parse_filter() 1056 residual = filter + len; in hvc_iucv_parse_filter() 1073 return residual; in hvc_iucv_parse_filter() 1088 const char *residual; in hvc_iucv_setup_filter() local 1102 residual = val; in hvc_iucv_setup_filter() 1103 while ((residual = strchr(residual, ',')) != NULL) { in hvc_iucv_setup_filter() 1104 residual++; in hvc_iucv_setup_filter() 1117 residual = val; in hvc_iucv_setup_filter() 1118 while (*residual && count) { in hvc_iucv_setup_filter() [all …]
|
/drivers/s390/block/ |
D | dasd_eer.c | 92 int residual; member 194 if (eerb->residual > 0) { in dasd_eer_start_record() 195 eerb->tail += eerb->residual; in dasd_eer_start_record() 198 eerb->residual = -1; in dasd_eer_start_record() 600 if (eerb->residual < 0) { /* the remainder of this record */ in dasd_eer_read() 602 eerb->residual = 0; in dasd_eer_read() 606 } else if (eerb->residual > 0) { in dasd_eer_read() 608 effective_count = min(eerb->residual, (int) count); in dasd_eer_read() 609 eerb->residual -= effective_count; in dasd_eer_read() 633 eerb->residual = tailcount - effective_count; in dasd_eer_read()
|
/drivers/scsi/qla4xxx/ |
D | ql4_isr.c | 122 uint32_t residual; in qla4xxx_status_entry() local 153 residual = le32_to_cpu(sts_entry->residualByteCnt); in qla4xxx_status_entry() 166 scsi_set_resid(cmd, residual); in qla4xxx_status_entry() 167 if (!scsi_status && ((scsi_bufflen(cmd) - residual) < in qla4xxx_status_entry() 179 scsi_bufflen(cmd), residual)); in qla4xxx_status_entry() 244 scsi_set_resid(cmd, residual); in qla4xxx_status_entry() 259 if (!scsi_status && (scsi_bufflen(cmd) - residual) < in qla4xxx_status_entry() 268 residual)); in qla4xxx_status_entry() 299 residual, in qla4xxx_status_entry()
|
/drivers/scsi/qla2xxx/ |
D | qla_target.h | 271 uint32_t residual; member 444 uint32_t residual; member 459 uint32_t residual; member 487 uint32_t residual; member 903 int residual; member
|
D | qla_target.c | 1830 prm->residual = se_cmd->residual_count; in qlt_pre_xmit_response() 1833 "op %x, bufflen %d, rq_result %x)\n", prm->residual, in qlt_pre_xmit_response() 1838 prm->residual = se_cmd->residual_count; in qlt_pre_xmit_response() 1841 "op %x, bufflen %d, rq_result %x)\n", prm->residual, in qlt_pre_xmit_response() 1983 ctio->u.status0.residual = cpu_to_le32(prm->residual); in qlt_24xx_init_ctio_to_isp() 2094 pkt->u.status0.residual = in qlt_xmit_response() 2095 cpu_to_le32(prm.residual); in qlt_xmit_response() 2263 ctio24->u.status1.residual = get_unaligned((uint32_t *) in __qlt_send_term_exchange() 2266 if (ctio24->u.status1.residual != 0) in __qlt_send_term_exchange() 3630 ctio24->u.status1.residual = get_unaligned((uint32_t *) in qlt_send_busy() [all …]
|
/drivers/scsi/aic94xx/ |
D | aic94xx_task.c | 194 ts->residual = le32_to_cpu(*(__le32 *)r); in asd_get_response_tasklet() 200 ts->residual = le32_to_cpu(*(__le32 *)r); in asd_get_response_tasklet() 231 ts->residual = le32_to_cpu(*(__le32 *)dl->status_block); in asd_task_tasklet_complete() 236 ts->residual = 0; in asd_task_tasklet_complete()
|
/drivers/usb/storage/ |
D | transport.h | 98 void *buf, unsigned int length, int use_sg, int *residual);
|
D | transport.c | 488 void *buf, unsigned int length_left, int use_sg, int *residual) in usb_stor_bulk_transfer_sg() argument 508 if (residual) in usb_stor_bulk_transfer_sg() 509 *residual = length_left; in usb_stor_bulk_transfer_sg()
|
/drivers/scsi/ |
D | qla1280.h | 827 __le32 residual; member 860 __le32 residual; member 890 __le32 residual; member 920 __le32 residual; member
|
D | st.h | 15 int residual; member
|
D | qlogicpti.h | 183 u32 residual; member
|
D | 53c700.c | 1603 int residual = NCR_700_data_residual(host); in NCR_700_intr() local 1612 if(residual) { in NCR_700_intr() 1615 SGcount, data_transfer, residual); in NCR_700_intr() 1618 data_transfer += residual; in NCR_700_intr() 1634 …\n", host->host_no, pun, lun, (unsigned long)pAddr, (unsigned long)naddr, data_transfer, residual); in NCR_700_intr()
|
/drivers/staging/keucr/ |
D | transport.h | 42 void *buf, unsigned int length, int use_sg, int *residual);
|
D | transport.c | 268 void *buf, unsigned int length_left, int use_sg, int *residual) in usb_stor_bulk_transfer_sg() argument 289 if (residual) in usb_stor_bulk_transfer_sg() 290 *residual = length_left; in usb_stor_bulk_transfer_sg()
|
/drivers/scsi/fnic/ |
D | fcpio.h | 355 u32 residual; /* SCSI data residual value of I/O */ member 506 u32 residual; /* SCSI data residual length */ member
|
D | fnic_scsi.c | 754 (u64)icmnd_cmpl->residual, 0); in fnic_fcpio_icmnd_cmpl_handler() 791 icmnd_cmpl->residual); in fnic_fcpio_icmnd_cmpl_handler() 816 scsi_set_resid(sc, icmnd_cmpl->residual); in fnic_fcpio_icmnd_cmpl_handler() 819 xfer_len -= icmnd_cmpl->residual; in fnic_fcpio_icmnd_cmpl_handler() 864 scsi_set_resid(sc, icmnd_cmpl->residual); in fnic_fcpio_icmnd_cmpl_handler()
|
/drivers/hv/ |
D | hv_balloon.c | 660 unsigned long residual, new_inc; in pfn_covered() local 679 residual = (start_pfn + pfn_cnt - has->end_pfn); in pfn_covered() 683 new_inc = (residual / HA_CHUNK) * HA_CHUNK; in pfn_covered() 684 if (residual % HA_CHUNK) in pfn_covered()
|
/drivers/dma/ |
D | tegra20-apb-dma.c | 768 unsigned int residual; in tegra_dma_tx_status() local 781 residual = dma_desc->bytes_requested - in tegra_dma_tx_status() 784 dma_set_residue(txstate, residual); in tegra_dma_tx_status() 795 residual = dma_desc->bytes_requested - in tegra_dma_tx_status() 798 dma_set_residue(txstate, residual); in tegra_dma_tx_status()
|
/drivers/net/wireless/rt2x00/ |
D | rt2x00queue.c | 272 unsigned int residual; in rt2x00queue_create_tx_descriptor_plcp() local 302 residual = GET_DURATION_RES(data_length, hwrate->bitrate); in rt2x00queue_create_tx_descriptor_plcp() 305 if (residual != 0) { in rt2x00queue_create_tx_descriptor_plcp() 311 if (hwrate->bitrate == 110 && residual <= 30) in rt2x00queue_create_tx_descriptor_plcp()
|
/drivers/scsi/osd/ |
D | osd_initiator.c | 485 or->out.residual = or->out.req->resid_len; in _set_error_resid() 487 or->in.residual = or->in.req->resid_len; in _set_error_resid() 1941 if (!or->out.residual) in osd_req_decode_sense_full() 1942 or->out.residual = or->out.total_bytes; in osd_req_decode_sense_full() 1943 if (!or->in.residual) in osd_req_decode_sense_full() 1944 or->in.residual = or->in.total_bytes; in osd_req_decode_sense_full()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 842 * the host driver to fix us up based on the transfer residual. 968 * our residual information is still correct from 986 * Fixup the residual next S/G pointer. The S/G preload 1074 * Due to bayonette style S/G handling, our residual 1077 * of the residual data cnt. By postponing the fixup, 1079 * If we halted on the last segment, the residual is 1167 * count to be the size of our residual. 1298 * Update our residual information before the information is 1330 * are now initialized. Clear the full residual flag. 1604 * is a residual or the status byte is something other than STATUS_GOOD (0). [all …]
|
/drivers/s390/char/ |
D | con3215.c | 70 int residual; /* residual count for read request */ member 396 req->residual = irb->scsw.cmd.count; in raw3215_irq() 407 count = 160 - req->residual; in raw3215_irq()
|
/drivers/block/ |
D | ida_cmd.h | 336 __u32 residual; member
|
/drivers/scsi/arm/ |
D | fas216.c | 706 unsigned long total, residual, fifo; in fas216_cleanuptransfer() local 722 residual = fas216_get_ctc(info); in fas216_cleanuptransfer() 728 total, residual, fifo); in fas216_cleanuptransfer() 737 residual += fifo; in fas216_cleanuptransfer() 739 fas216_updateptrs(info, total - residual); in fas216_cleanuptransfer()
|
D | acornscsi.c | 1781 int residual; in acornscsi_starttransfer() local 1789 residual = scsi_bufflen(host->SCpnt) - host->scsi.SCp.scsi_xferred; in acornscsi_starttransfer() 1792 sbic_arm_writenext(host, residual >> 16); in acornscsi_starttransfer() 1793 sbic_arm_writenext(host, residual >> 8); in acornscsi_starttransfer() 1794 sbic_arm_writenext(host, residual); in acornscsi_starttransfer()
|