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

/drivers/s390/char/
H A Dvmlogrdr.c75 ulong residual_length; member in struct:vmlogrdr_priv_t
422 if (priv->residual_length){
424 iucv_data_count = priv->residual_length;
447 &priv->residual_length);
464 if (priv->residual_length == 0){
/drivers/scsi/
H A Dqla1280.c1334 uint32_t residual_length = le32_to_cpu(sts->residual_length); local
1393 dprintk(2, "Data overrun 0x%x\n", residual_length);
1400 if ((scsi_bufflen(cp) - residual_length) <
1407 scsi_set_resid(cp, residual_length);
H A Dqla1280.h592 __le32 residual_length; /* Residual transfer length. */ member in struct:response
/drivers/scsi/qla2xxx/
H A Dqla_def.h1436 uint32_t residual_length; /* Residual transfer length. */ member in struct:__anon4888
H A Dqla_isr.c1619 resid_len = le32_to_cpu(sts->residual_length);

Completed in 99 milliseconds