Home
last modified time | relevance | path

Searched refs:residual_length (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/s390/char/
H A Dvmlogrdr.c75 ulong residual_length; member
419 if (priv->residual_length){ in vmlogrdr_receive_data()
421 iucv_data_count = priv->residual_length; in vmlogrdr_receive_data()
444 &priv->residual_length); in vmlogrdr_receive_data()
461 if (priv->residual_length == 0){ in vmlogrdr_receive_data()
/linux/drivers/scsi/esas2r/
H A Datioctl.h869 u32 residual_length; member
1034 u32 residual_length; member
H A Desas2r_ioctl.c698 spt->residual_length = in scsi_passthru_comp_cb()
699 le32_to_cpu(rq->func_rsp.scsi_rsp.residual_length); in scsi_passthru_comp_cb()
H A Datvda.h1235 u32 residual_length; member
H A Desas2r_main.c1536 residual_length)); in esas2r_complete_request_cb()
/linux/drivers/scsi/
H A Dqla1280.c1289 uint32_t residual_length = le32_to_cpu(sts->residual_length); in qla1280_return_status() local
1348 dprintk(2, "Data overrun 0x%x\n", residual_length); in qla1280_return_status()
1355 if ((scsi_bufflen(cp) - residual_length) < in qla1280_return_status()
1362 scsi_set_resid(cp, residual_length); in qla1280_return_status()
H A Dqla1280.h584 __le32 residual_length; /* Residual transfer length. */ member
/linux/drivers/scsi/qla2xxx/
H A Dqla_def.h2163 __le32 residual_length; /* Residual transfer length. */ member
H A Dqla_isr.c3434 resid_len = le32_to_cpu(sts->residual_length); in qla2x00_status_entry()