Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_utils.c1164 int bytes_between_recs; in ibmf_saa_utils_unpack_payload() local
1332 bytes_between_recs = attr_offset * 8; in ibmf_saa_utils_unpack_payload()
1334 bytes_between_recs = buf_size; in ibmf_saa_utils_unpack_payload()
1343 num_records = buf_payload_length / bytes_between_recs; in ibmf_saa_utils_unpack_payload()
1367 (uchar_t *)buf_payload + (i * bytes_between_recs), in ibmf_saa_utils_unpack_payload()