Home
last modified time | relevance | path

Searched refs:IONIC_FW_STS_F_RUNNING (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c122 fw_status &= IONIC_FW_STS_F_RUNNING; /* use only the run bit */ in ionic_heartbeat_check()
148 if (fw_status & IONIC_FW_STS_F_RUNNING && in ionic_heartbeat_check()
H A Dionic_if.h2764 #define IONIC_FW_STS_F_RUNNING 0x1 macro
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c175 return (fw_status != 0xff) && (fw_status & IONIC_FW_STS_F_RUNNING); in ionic_is_fw_running()
H A Dionic_if.h2997 #define IONIC_FW_STS_F_RUNNING 0x01 macro

Completed in 15 milliseconds