Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/s390/scsi/
Dzfcp_dbf.c35 u16 offset = 0, rec_length; in zfcp_dbf_pl_write() local
43 rec_length = min((u16) ZFCP_DBF_PAY_MAX_REC, in zfcp_dbf_pl_write()
45 memcpy(pl->data, data + offset, rec_length); in zfcp_dbf_pl_write()
46 debug_event(dbf->pay, 1, pl, zfcp_dbf_plen(rec_length)); in zfcp_dbf_pl_write()
48 offset += rec_length; in zfcp_dbf_pl_write()
/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_hbadisc.c5766 uint32_t offset = 0, rec_length; in lpfc_get_rec_conf23() local
5772 rec_length = buff[offset + 1]; in lpfc_get_rec_conf23()
5778 while ((offset + rec_length * sizeof(uint32_t) + sizeof(uint32_t)) in lpfc_get_rec_conf23()
5786 offset += rec_length * sizeof(uint32_t) + sizeof(uint32_t); in lpfc_get_rec_conf23()
5787 rec_length = buff[offset + 1]; in lpfc_get_rec_conf23()
5806 uint32_t offset = 0, rec_length; in lpfc_parse_fcoe_conf() local
5833 rec_length = buff[offset + 1]; in lpfc_parse_fcoe_conf()