Home
last modified time | relevance | path

Searched refs:rec_length (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/scsi/
H A Dzfcp_dbf.c43 u16 offset = 0, rec_length; in zfcp_dbf_pl_write() local
51 rec_length = min((u16) ZFCP_DBF_PAY_MAX_REC, in zfcp_dbf_pl_write()
53 memcpy(pl->data, data + offset, rec_length); in zfcp_dbf_pl_write()
54 debug_event(dbf->pay, 1, pl, zfcp_dbf_plen(rec_length)); in zfcp_dbf_pl_write()
56 offset += rec_length; in zfcp_dbf_pl_write()
/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c7109 uint32_t offset = 0, rec_length; in lpfc_get_rec_conf23() local
7115 rec_length = buff[offset + 1]; in lpfc_get_rec_conf23()
7121 while ((offset + rec_length * sizeof(uint32_t) + sizeof(uint32_t)) in lpfc_get_rec_conf23()
7129 offset += rec_length * sizeof(uint32_t) + sizeof(uint32_t); in lpfc_get_rec_conf23()
7130 rec_length = buff[offset + 1]; in lpfc_get_rec_conf23()