Searched defs:buf_payload_length (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_utils.c1157 ibmf_saa_utils_unpack_payload(uchar_t *buf_payload, size_t buf_payload_length, argument
1168 if (buf_payload_length == 0) {
1288 buf_size = buf_payload_length;
1302 *structs_payload_lengthp = buf_payload_length;
1341 buf_payload_length = buf_size;
1345 num_records = buf_payload_length / bytes_between_recs;

Completed in 60 milliseconds