Lines Matching defs:iiq
1392 struct mpii_msg_iocinit_request iiq;
1397 memset(&iiq, 0, sizeof(iiq));
1400 iiq.function = MPII_FUNCTION_IOC_INIT;
1401 iiq.whoinit = MPII_WHOINIT_HOST_DRIVER;
1404 iiq.vf_id = 0;
1406 iiq.msg_version_maj = 0x02;
1407 iiq.msg_version_min = 0x00;
1410 iiq.hdr_version_unit = 0x00;
1411 iiq.hdr_version_dev = 0x00;
1413 iiq.system_request_frame_size = htole16(sc->sc_request_size / 4);
1415 iiq.reply_descriptor_post_queue_depth =
1418 iiq.reply_free_queue_depth = htole16(sc->sc_reply_free_qdepth);
1420 iiq.sense_buffer_address_high =
1423 iiq.system_reply_address_high =
1426 iiq.system_request_frame_base_address_lo =
1428 iiq.system_request_frame_base_address_hi =
1431 iiq.reply_descriptor_post_queue_address_lo =
1433 iiq.reply_descriptor_post_queue_address_hi =
1436 iiq.reply_free_queue_address_lo =
1438 iiq.reply_free_queue_address_hi =
1441 if (mpii_handshake_send(sc, &iiq, dwordsof(iiq)) != 0) {