Searched defs:structs_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.c966 structs_payload_length, uint16_t attr_id, void **buf_payloadp,
975 if (structs_payload_length == 0) {
1090 struct_size = structs_payload_length;
1103 *buf_payload_lengthp = structs_payload_length;
1118 *buf_payload_lengthp = structs_payload_length / struct_size * buf_size;
1119 num_records = structs_payload_length / struct_size;
965 ibmf_saa_utils_pack_payload(uchar_t *structs_payload, size_t structs_payload_length, uint16_t attr_id, void **buf_payloadp, size_t *buf_payload_lengthp, int km_sleep_flag) argument

Completed in 47 milliseconds