Lines Matching defs:ifq
1255 struct mpii_msg_iocfacts_request ifq;
1263 memset(&ifq, 0, sizeof(ifq));
1266 ifq.function = MPII_FUNCTION_IOC_FACTS;
1268 if (mpii_handshake_send(sc, &ifq, dwordsof(ifq)) != 0) {
2171 struct mpii_msg_iocfacts_request ifq;
2176 memset(&ifq, 0, sizeof(ifq));
2179 ifq.function = MPII_FUNCTION_IOC_FACTS;
2181 if (mpii_handshake_send(sc, &ifq, dwordsof(ifq)) != 0) {