Lines Matching defs:ipg
1635 struct mpii_cfg_ioc_pg1 ipg;
1638 hdr.page_length = sizeof(ipg) / 4;
1641 memset(&ipg, 0, sizeof(ipg));
1642 if (mpii_req_cfg_page(sc, 0, MPII_PG_POLL, &hdr, 1, &ipg,
1643 sizeof(ipg)) != 0) {
1649 if (!ISSET(le32toh(ipg.flags), MPII_CFG_IOC_1_REPLY_COALESCING))
1653 CLR(ipg.flags, htole32(MPII_CFG_IOC_1_REPLY_COALESCING));
1654 if (mpii_req_cfg_page(sc, 0, MPII_PG_POLL, &hdr, 0, &ipg,
1655 sizeof(ipg)) != 0) {
2218 struct mpii_cfg_ioc_pg8 ipg;
2222 hdr.page_length = sizeof(ipg) / 4;
2225 memset(&ipg, 0, sizeof(ipg));
2226 if (mpii_req_cfg_page(sc, 0, MPII_PG_POLL, &hdr, 1, &ipg,
2227 sizeof(ipg)) != 0) {
2233 if (le16toh(ipg.flags) & MPII_IOC_PG8_FLAGS_RESERVED_TARGETID_0)
2236 flags = le16toh(ipg.ir_volume_mapping_flags) &