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

/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_interface.c209 * @write_length: message size will be write
217 unsigned long write_length)
232 dw_to_write = ((write_length + 3) / 4);
239 while (write_length >= 4) {
243 write_length -= 4;
246 if (write_length > 0) {
248 write_length);
214 heci_write_message(struct iamt_heci_device *dev, struct heci_msg_hdr *header, unsigned char *write_buffer, unsigned long write_length) argument

Completed in 45 milliseconds