Home
last modified time | relevance | path

Searched refs:rt_val (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c442 int rt_val; in beiscsi_if_mod_gw() local
444 rt_val = beiscsi_prep_nemb_cmd(phba, &nonemb_cmd, CMD_SUBSYSTEM_ISCSI, in beiscsi_if_mod_gw()
447 if (rt_val) in beiscsi_if_mod_gw()
448 return rt_val; in beiscsi_if_mod_gw()
455 rt_val = beiscsi_exec_nemb_cmd(phba, &nonemb_cmd, NULL, NULL, 0); in beiscsi_if_mod_gw()
456 beiscsi_free_nemb_cmd(phba, &nonemb_cmd, rt_val); in beiscsi_if_mod_gw()
457 return rt_val; in beiscsi_if_mod_gw()
463 int rt_val; in beiscsi_if_set_gw() local
466 rt_val = beiscsi_if_get_gw(phba, ip_type, &gw_resp); in beiscsi_if_set_gw()
467 if (rt_val) { in beiscsi_if_set_gw()
[all …]
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c236 uint64_t rt_val = -1; in fw_cfg_reboot() local
240 rt_val = current_machine->boot_config.reboot_timeout; in fw_cfg_reboot()
243 if (rt_val > 0xffff && rt_val != (uint64_t)-1) { in fw_cfg_reboot()
250 rt_le32 = cpu_to_le32(rt_val); in fw_cfg_reboot()