Home
last modified time | relevance | path

Searched refs:dyn_guid_set (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_msghandler.c321 int dyn_guid_set; member
2525 prev_guid_set = bmc->dyn_guid_set; in __bmc_get_device_id()
2538 || (!prev_guid_set && bmc->dyn_guid_set) in __bmc_get_device_id()
2540 || (prev_guid_set && bmc->dyn_guid_set in __bmc_get_device_id()
2546 int guid_set = bmc->dyn_guid_set; in __bmc_get_device_id()
2555 intf->bmc->dyn_guid_set = guid_set; in __bmc_get_device_id()
2591 if (bmc->dyn_guid_set) in __bmc_get_device_id()
2598 bmc->dyn_guid_set = prev_guid_set; in __bmc_get_device_id()
2606 *guid_set = bmc->dyn_guid_set; in __bmc_get_device_id()
2608 if (guid && bmc->dyn_guid_set) in __bmc_get_device_id()
[all...]
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dipmi_msghandler.c323 int dyn_guid_set; member
2643 prev_guid_set = bmc->dyn_guid_set; in __bmc_get_device_id()
2656 || (!prev_guid_set && bmc->dyn_guid_set) in __bmc_get_device_id()
2658 || (prev_guid_set && bmc->dyn_guid_set in __bmc_get_device_id()
2664 int guid_set = bmc->dyn_guid_set; in __bmc_get_device_id()
2673 intf->bmc->dyn_guid_set = guid_set; in __bmc_get_device_id()
2709 if (bmc->dyn_guid_set) in __bmc_get_device_id()
2716 bmc->dyn_guid_set = prev_guid_set; in __bmc_get_device_id()
2724 *guid_set = bmc->dyn_guid_set; in __bmc_get_device_id()
2726 if (guid && bmc->dyn_guid_set) in __bmc_get_device_id()
[all...]

Completed in 9 milliseconds