Searched refs:ENA_FLAG_DEV_UP (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_xdp.c | 131 if (!test_bit(ENA_FLAG_DEV_UP, &adapter->flags)) in ena_xdp_xmit() 269 was_up = test_bit(ENA_FLAG_DEV_UP, &adapter->flags); in ena_destroy_and_free_all_xdp_queues() 293 is_up = test_bit(ENA_FLAG_DEV_UP, &adapter->flags); in ena_xdp_set() 435 if (!test_bit(ENA_FLAG_DEV_UP, &tx_ring->adapter->flags) || in ena_xdp_io_poll() 446 if (unlikely(!test_bit(ENA_FLAG_DEV_UP, &tx_ring->adapter->flags))) { in ena_xdp_io_poll()
|
H A D | ena_netdev.c | 882 test_bit(ENA_FLAG_DEV_UP, &tx_ring->adapter->flags)) { in ena_clean_tx_irq() 1449 if (!test_bit(ENA_FLAG_DEV_UP, &tx_ring->adapter->flags) || in ena_io_poll() 1465 if (unlikely(!test_bit(ENA_FLAG_DEV_UP, &tx_ring->adapter->flags) || in ena_io_poll() 2141 set_bit(ENA_FLAG_DEV_UP, &adapter->flags); in ena_up() 2175 clear_bit(ENA_FLAG_DEV_UP, &adapter->flags); in ena_down() 2266 if (test_bit(ENA_FLAG_DEV_UP, &adapter->flags)) in ena_close() 2291 dev_was_up = test_bit(ENA_FLAG_DEV_UP, &adapter->flags); in ena_update_queue_params() 2340 dev_was_up = test_bit(ENA_FLAG_DEV_UP, &adapter->flags); in ena_update_queue_count() 2772 if (!test_bit(ENA_FLAG_DEV_UP, &adapter->flags)) in ena_get_stats64() 3185 dev_up = test_bit(ENA_FLAG_DEV_UP, &adapter->flags); in ena_destroy_device() [all …]
|
H A D | ena_netdev.h | 293 ENA_FLAG_DEV_UP, enumerator
|