Searched refs:ENA_FLAG_TRIGGER_RESET (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.h | 305 ENA_FLAG_TRIGGER_RESET, enumerator 407 set_bit(ENA_FLAG_TRIGGER_RESET, &adapter->flags); in ena_reset_device()
|
D | ena_netdev.c | 101 if (test_and_set_bit(ENA_FLAG_TRIGGER_RESET, &adapter->flags)) in ena_tx_timeout() 203 test_bit(ENA_FLAG_TRIGGER_RESET, &xdp_ring->adapter->flags)) { in ena_xdp_io_poll() 1974 test_bit(ENA_FLAG_TRIGGER_RESET, &tx_ring->adapter->flags)) { in ena_io_poll() 1990 test_bit(ENA_FLAG_TRIGGER_RESET, &tx_ring->adapter->flags))) { in ena_io_poll() 2715 if (test_bit(ENA_FLAG_TRIGGER_RESET, &adapter->flags)) { in ena_down() 2798 if (unlikely(test_bit(ENA_FLAG_TRIGGER_RESET, &adapter->flags))) { in ena_close() 3612 if (!(test_bit(ENA_FLAG_TRIGGER_RESET, &adapter->flags) && dev_up)) in ena_destroy_device() 3630 clear_bit(ENA_FLAG_TRIGGER_RESET, &adapter->flags); in ena_destroy_device() 3705 if (likely(test_bit(ENA_FLAG_TRIGGER_RESET, &adapter->flags))) { in ena_fw_reset_device() 3820 if (test_bit(ENA_FLAG_TRIGGER_RESET, &adapter->flags)) in check_for_missing_completions() [all …]
|