Home
last modified time | relevance | path

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

/drivers/s390/char/
Dvmlogrdr.c74 ulong residual_length; member
420 if (priv->residual_length){ in vmlogrdr_receive_data()
422 iucv_data_count = priv->residual_length; in vmlogrdr_receive_data()
445 &priv->residual_length); in vmlogrdr_receive_data()
462 if (priv->residual_length == 0){ in vmlogrdr_receive_data()
/drivers/scsi/esas2r/
Datioctl.h868 u32 residual_length; member
1033 u32 residual_length; member
Desas2r_ioctl.c696 spt->residual_length = in scsi_passthru_comp_cb()
697 le32_to_cpu(rq->func_rsp.scsi_rsp.residual_length); in scsi_passthru_comp_cb()
Datvda.h1235 u32 residual_length; member
Desas2r_main.c1596 residual_length)); in esas2r_complete_request_cb()
/drivers/scsi/
Dqla1280.c1326 uint32_t residual_length = le32_to_cpu(sts->residual_length); in qla1280_return_status() local
1385 dprintk(2, "Data overrun 0x%x\n", residual_length); in qla1280_return_status()
1392 if ((scsi_bufflen(cp) - residual_length) < in qla1280_return_status()
1399 scsi_set_resid(cp, residual_length); in qla1280_return_status()
Dqla1280.h592 __le32 residual_length; /* Residual transfer length. */ member
/drivers/scsi/qla2xxx/
Dqla_def.h1723 uint32_t residual_length; /* Residual transfer length. */ member
Dqla_isr.c2153 resid_len = le32_to_cpu(sts->residual_length); in qla2x00_status_entry()