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

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

Completed in 211 milliseconds