Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/pensando/ionic/
Dionic_main.c465 bool fw_up; in __ionic_dev_cmd_wait() local
476 for (fw_up = ionic_is_fw_running(idev); in __ionic_dev_cmd_wait()
477 !done && fw_up && time_before(jiffies, max_wait); in __ionic_dev_cmd_wait()
478 fw_up = ionic_is_fw_running(idev)) { in __ionic_dev_cmd_wait()
490 if (!done && !fw_up) { in __ionic_dev_cmd_wait()
/linux-6.6.21/drivers/net/can/softing/
Dsofting_main.c449 int fw_up = 0; in softing_card_shutdown() local
454 fw_up = card->fw.up; in softing_card_shutdown()
461 if (fw_up) { in softing_card_shutdown()