/drivers/s390/block/ |
D | dasd_eer.c | 90 int residual; member 192 if (eerb->residual > 0) { in dasd_eer_start_record() 193 eerb->tail += eerb->residual; in dasd_eer_start_record() 196 eerb->residual = -1; in dasd_eer_start_record() 597 if (eerb->residual < 0) { /* the remainder of this record */ in dasd_eer_read() 599 eerb->residual = 0; in dasd_eer_read() 603 } else if (eerb->residual > 0) { in dasd_eer_read() 605 effective_count = min(eerb->residual, (int) count); in dasd_eer_read() 606 eerb->residual -= effective_count; in dasd_eer_read() 630 eerb->residual = tailcount - effective_count; in dasd_eer_read()
|
/drivers/scsi/qla4xxx/ |
D | ql4_isr.c | 25 uint32_t residual; in qla4xxx_status_entry() local 58 residual = le32_to_cpu(sts_entry->residualByteCnt); in qla4xxx_status_entry() 71 scsi_set_resid(cmd, residual); in qla4xxx_status_entry() 72 if (!scsi_status && ((scsi_bufflen(cmd) - residual) < in qla4xxx_status_entry() 84 scsi_bufflen(cmd), residual)); in qla4xxx_status_entry() 160 cmd->device->lun, __func__, residual)); in qla4xxx_status_entry() 166 scsi_set_resid(cmd, residual); in qla4xxx_status_entry() 206 } else if ((scsi_bufflen(cmd) - residual) < in qla4xxx_status_entry() 227 scsi_bufflen(cmd), residual)); in qla4xxx_status_entry()
|
/drivers/net/wireless/rt2x00/ |
D | rt2x00queue.c | 163 unsigned int residual; in rt2x00queue_create_tx_descriptor() local 297 residual = GET_DURATION_RES(data_length, hwrate->bitrate); in rt2x00queue_create_tx_descriptor() 300 if (residual != 0) { in rt2x00queue_create_tx_descriptor() 306 if (hwrate->bitrate == 110 && residual <= 30) in rt2x00queue_create_tx_descriptor()
|
/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/scsi/ |
D | qla1280.h | 826 __le32 residual; member 859 __le32 residual; member 889 __le32 residual; member 919 __le32 residual; member
|
D | st.h | 15 int residual; member
|
D | 53c700.c | 1606 int residual = NCR_700_data_residual(host); in NCR_700_intr() local 1615 if(residual) { in NCR_700_intr() 1618 SGcount, data_transfer, residual); in NCR_700_intr() 1621 data_transfer += residual; in NCR_700_intr() 1637 …\n", host->host_no, pun, lun, (unsigned long)pAddr, (unsigned long)naddr, data_transfer, residual); in NCR_700_intr()
|
D | qlogicpti.h | 183 u32 residual; member
|
D | tmscsim.c | 813 u8 sstatus, residual, bval; in dc390_DataIn_0() local 863 residual = 0; in dc390_DataIn_0() 877 residual = 1; /* ;1 residual byte */ in dc390_DataIn_0() 906 if (residual) { in dc390_DataIn_0()
|
D | st.c | 466 STp->buffer->cmdstat.residual = req->data_len; in st_scsi_execute_end() 1991 STbp->buffer_bytes -= STp->buffer->cmdstat.residual; in read_tape()
|
/drivers/usb/storage/ |
D | transport.h | 137 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/s390/char/ |
D | con3215.c | 76 int residual; /* residual count for read request */ member 395 req->residual = irb->scsw.cmd.count; in raw3215_irq() 407 count = 160 - req->residual; in raw3215_irq()
|
/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 …]
|
D | aic79xx.seq | 1172 * so, check to see if there is a residual or the status byte is something 1345 * protects against bogus data in scratch ram and the residual counts 1369 * All other information comes directly from our residual 1615 * residual and clear the full residual flag. 1641 * the host driver to fix us up based on the transfer residual 1789 * our residual information is still correct from 1812 * Fixup the residual next S/G pointer. The S/G preload 1920 * has a residual. This should occur coincident with a ctxtdone. We
|
D | aic7xxx.reg | 887 * transfer residual.
|
D | aic79xx.reg | 146 * transfer residual.
|
/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 | 1782 int residual; in acornscsi_starttransfer() local 1790 residual = scsi_bufflen(host->SCpnt) - host->scsi.SCp.scsi_xferred; in acornscsi_starttransfer() 1793 sbic_arm_writenext(host, residual >> 16); in acornscsi_starttransfer() 1794 sbic_arm_writenext(host, residual >> 8); in acornscsi_starttransfer() 1795 sbic_arm_writenext(host, residual); in acornscsi_starttransfer()
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 135 * Preset the residual fields in case we never go through a data phase. 339 * STCNT may have been cleared, so restore it from the residual field. 593 * proper residual variables, wait for the next REQ signal, then jump to 806 * is a residual or the status byte is something other than STATUS_GOOD (0). 830 test SCB_TARGET_STATUS,0xff jz complete; /* Just a residual? */ 895 * protects against bogus data in scratch ram and the residual counts 903 * Use the residual number since STCNT is corrupted by
|
/drivers/net/ |
D | bmac.c | 686 unsigned int residual; in bmac_rxdma_intr() local 702 residual = ld_le16(&cp->res_count); in bmac_rxdma_intr() 705 nb = RX_BUFLEN - residual - 2; in bmac_rxdma_intr()
|
/drivers/scsi/libsas/ |
D | sas_scsi_host.c | 85 scsi_set_resid(sc, ts->residual); in sas_scsi_task_done()
|
D | sas_expander.c | 116 res = task->task_status.residual; in smp_execute_task()
|
/drivers/scsi/qla2xxx/ |
D | qla_def.h | 1879 uint16_t residual; member
|