Searched refs:ENA_FLAG_TRIGGER_RESET (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_netdev.h | 296 ENA_FLAG_TRIGGER_RESET, enumerator 407 set_bit(ENA_FLAG_TRIGGER_RESET, &adapter->flags); in ena_reset_device()
|
H A D | ena_netdev.c | 56 if (test_and_set_bit(ENA_FLAG_TRIGGER_RESET, &adapter->flags)) in ena_tx_timeout() 1450 test_bit(ENA_FLAG_TRIGGER_RESET, &tx_ring->adapter->flags)) { in ena_io_poll() 1466 test_bit(ENA_FLAG_TRIGGER_RESET, &tx_ring->adapter->flags))) { in ena_io_poll() 2188 if (test_bit(ENA_FLAG_TRIGGER_RESET, &adapter->flags)) { in ena_down() 2271 if (unlikely(test_bit(ENA_FLAG_TRIGGER_RESET, &adapter->flags))) { in ena_close() 3196 if (!(test_bit(ENA_FLAG_TRIGGER_RESET, &adapter->flags) && dev_up)) in ena_destroy_device() 3214 clear_bit(ENA_FLAG_TRIGGER_RESET, &adapter->flags); in ena_destroy_device() 3297 if (likely(test_bit(ENA_FLAG_TRIGGER_RESET, &adapter->flags))) { in ena_fw_reset_device() 3413 if (test_bit(ENA_FLAG_TRIGGER_RESET, &adapter->flags)) in check_for_missing_completions() 3468 if (test_bit(ENA_FLAG_TRIGGER_RESET, &adapter->flags)) in check_for_empty_rx_ring() [all …]
|
H A D | ena_xdp.c | 436 test_bit(ENA_FLAG_TRIGGER_RESET, &tx_ring->adapter->flags)) { in ena_xdp_io_poll()
|