Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/char/
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()
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
Datioctl.h868 u32 residual_length; member
1033 u32 residual_length; member
Datvda.h1235 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()
Desas2r_main.c1538 residual_length)); in esas2r_complete_request_cb()
/kernel/linux/linux-5.10/drivers/scsi/
Dqla1280.c1297 uint32_t residual_length = le32_to_cpu(sts->residual_length); in qla1280_return_status() local
1356 dprintk(2, "Data overrun 0x%x\n", residual_length); in qla1280_return_status()
1363 if ((scsi_bufflen(cp) - residual_length) < in qla1280_return_status()
1370 scsi_set_resid(cp, residual_length); in qla1280_return_status()
Dqla1280.h585 __le32 residual_length; /* Residual transfer length. */ member
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_isr.c2987 resid_len = le32_to_cpu(sts->residual_length); in qla2x00_status_entry()
Dqla_def.h2047 __le32 residual_length; /* Residual transfer length. */ member