Searched refs:fetch_id (Results 1 – 2 of 2) sorted by relevance
230 static void overlay_set_fetch(struct mmp_overlay *overlay, int fetch_id) in overlay_set_fetch() argument232 overlay->dmafetch_id = fetch_id; in overlay_set_fetch()
289 struct ipmi_device_id fetch_id; member2491 msg->msg.data, msg->msg.data_len, &intf->bmc->fetch_id); in bmc_device_id_handler()2642 || bmc->id.device_id != bmc->fetch_id.device_id in __bmc_get_device_id()2643 || bmc->id.manufacturer_id != bmc->fetch_id.manufacturer_id in __bmc_get_device_id()2644 || bmc->id.product_id != bmc->fetch_id.product_id) { in __bmc_get_device_id()2645 struct ipmi_device_id id = bmc->fetch_id; in __bmc_get_device_id()2678 } else if (memcmp(&bmc->fetch_id, &bmc->id, sizeof(bmc->id))) in __bmc_get_device_id()2680 __scan_channels(intf, &bmc->fetch_id); in __bmc_get_device_id()2690 bmc->id = bmc->fetch_id; in __bmc_get_device_id()
Completed in 17 milliseconds