Searched refs:rec_length (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/scsi/ |
H A D | zfcp_dbf.c | 44 u16 offset = 0, rec_length; in zfcp_dbf_pl_write() local 52 rec_length = min((u16) ZFCP_DBF_PAY_MAX_REC, in zfcp_dbf_pl_write() 54 memcpy(pl->data, data + offset, rec_length); in zfcp_dbf_pl_write() 55 debug_event(dbf->pay, 1, pl, zfcp_dbf_plen(rec_length)); in zfcp_dbf_pl_write() 57 offset += rec_length; in zfcp_dbf_pl_write()
|
/kernel/linux/linux-6.6/drivers/s390/scsi/ |
H A D | zfcp_dbf.c | 44 u16 offset = 0, rec_length; in zfcp_dbf_pl_write() local 52 rec_length = min((u16) ZFCP_DBF_PAY_MAX_REC, in zfcp_dbf_pl_write() 54 memcpy(pl->data, data + offset, rec_length); in zfcp_dbf_pl_write() 55 debug_event(dbf->pay, 1, pl, zfcp_dbf_plen(rec_length)); in zfcp_dbf_pl_write() 57 offset += rec_length; in zfcp_dbf_pl_write()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_hbadisc.c | 7021 uint32_t offset = 0, rec_length; in lpfc_get_rec_conf23() local 7027 rec_length = buff[offset + 1]; in lpfc_get_rec_conf23() 7031 * specified in the rec_length field of the record header. in lpfc_get_rec_conf23() 7033 while ((offset + rec_length * sizeof(uint32_t) + sizeof(uint32_t)) in lpfc_get_rec_conf23() 7041 offset += rec_length * sizeof(uint32_t) + sizeof(uint32_t); in lpfc_get_rec_conf23() 7042 rec_length = buff[offset + 1]; in lpfc_get_rec_conf23()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_hbadisc.c | 7205 uint32_t offset = 0, rec_length; in lpfc_get_rec_conf23() local 7211 rec_length = buff[offset + 1]; in lpfc_get_rec_conf23() 7215 * specified in the rec_length field of the record header. in lpfc_get_rec_conf23() 7217 while ((offset + rec_length * sizeof(uint32_t) + sizeof(uint32_t)) in lpfc_get_rec_conf23() 7225 offset += rec_length * sizeof(uint32_t) + sizeof(uint32_t); in lpfc_get_rec_conf23() 7226 rec_length = buff[offset + 1]; in lpfc_get_rec_conf23()
|
Completed in 17 milliseconds