Home
last modified time | relevance | path

Searched refs:get_boot (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_cmds.c455 phba->get_boot = BE_GET_BOOT_RETRIES; in beiscsi_async_link_state_process()
484 phba->get_boot = BE_GET_BOOT_RETRIES; in beiscsi_process_mcc()
494 phba->get_boot = BE_GET_BOOT_RETRIES; in beiscsi_process_mcc()
Dbe_main.c2063 phba->get_boot = BE_GET_BOOT_RETRIES; in beiscsi_process_mcc_isr()
4360 phba->get_boot = 0; in beiscsi_get_boot_info()
4365 phba->get_boot = 0; in beiscsi_get_boot_info()
5447 if ((phba->get_boot > 0) && (!phba->boot_kset)) { in beiscsi_hw_health_check()
5448 phba->get_boot--; in beiscsi_hw_health_check()
5449 if (!(phba->get_boot % BE_GET_BOOT_TO)) in beiscsi_hw_health_check()
5453 phba->get_boot = 0; in beiscsi_hw_health_check()
Dbe_main.h419 int get_boot; member