Home
last modified time | relevance | path

Searched refs:IONIC_LIF_F_FW_RESET (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/pensando/ionic/
Dionic_lif.h134 IONIC_LIF_F_FW_RESET, enumerator
Dionic_dev.c132 if (lif && !test_bit(IONIC_LIF_F_FW_RESET, lif->state)) in ionic_heartbeat_check()
136 if (lif && test_bit(IONIC_LIF_F_FW_RESET, lif->state)) in ionic_heartbeat_check()
Dionic_lif.c1891 if (test_bit(IONIC_LIF_F_FW_RESET, lif->state)) in ionic_stop()
2523 if (test_and_set_bit(IONIC_LIF_F_FW_RESET, lif->state)) in ionic_lif_handle_fw_down()
2553 if (!test_bit(IONIC_LIF_F_FW_RESET, lif->state)) in ionic_lif_handle_fw_up()
2591 clear_bit(IONIC_LIF_F_FW_RESET, lif->state); in ionic_lif_handle_fw_up()
2620 if (!test_bit(IONIC_LIF_F_FW_RESET, lif->state)) in ionic_lif_free()
2645 if (!test_bit(IONIC_LIF_F_FW_RESET, lif->state)) { in ionic_lif_deinit()
2864 if (!test_bit(IONIC_LIF_F_FW_RESET, lif->state)) { in ionic_lif_init()
Dionic_main.c299 if (!test_bit(IONIC_LIF_F_FW_RESET, lif->state)) { in ionic_adminq_post_wait()