Searched refs:ENA_FLAG_DEV_UP (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/ |
H A D | ena_netdev.c | 204 if (!test_bit(ENA_FLAG_DEV_UP, &xdp_ring->adapter->flags) || in ena_xdp_io_poll() 215 if (unlikely(!test_bit(ENA_FLAG_DEV_UP, &xdp_ring->adapter->flags))) { in ena_xdp_io_poll() 347 if (!test_bit(ENA_FLAG_DEV_UP, &adapter->flags)) in ena_xdp_xmit() 559 was_up = test_bit(ENA_FLAG_DEV_UP, &adapter->flags); in ena_destroy_and_free_all_xdp_queues() 583 is_up = test_bit(ENA_FLAG_DEV_UP, &adapter->flags); in ena_xdp_set() 1399 test_bit(ENA_FLAG_DEV_UP, &tx_ring->adapter->flags)) { in ena_clean_tx_irq() 2028 if (!test_bit(ENA_FLAG_DEV_UP, &tx_ring->adapter->flags) || in ena_io_poll() 2044 if (unlikely(!test_bit(ENA_FLAG_DEV_UP, &tx_ring->adapter->flags) || in ena_io_poll() 2723 set_bit(ENA_FLAG_DEV_UP, &adapter->flags); in ena_up() 2757 clear_bit(ENA_FLAG_DEV_UP, in ena_down() [all...] |
H A D | ena_netdev.h | 307 ENA_FLAG_DEV_UP, enumerator
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/ |
H A D | ena_netdev.c | 198 if (!test_bit(ENA_FLAG_DEV_UP, &xdp_ring->adapter->flags) || in ena_xdp_io_poll() 209 if (unlikely(!test_bit(ENA_FLAG_DEV_UP, &xdp_ring->adapter->flags))) { in ena_xdp_io_poll() 488 was_up = test_bit(ENA_FLAG_DEV_UP, &adapter->flags); in ena_destroy_and_free_all_xdp_queues() 512 is_up = test_bit(ENA_FLAG_DEV_UP, &adapter->flags); in ena_xdp_set() 1303 test_bit(ENA_FLAG_DEV_UP, &tx_ring->adapter->flags)) { in ena_clean_tx_irq() 1868 if (!test_bit(ENA_FLAG_DEV_UP, &tx_ring->adapter->flags) || in ena_io_poll() 1884 if (unlikely(!test_bit(ENA_FLAG_DEV_UP, &tx_ring->adapter->flags) || in ena_io_poll() 2564 set_bit(ENA_FLAG_DEV_UP, &adapter->flags); in ena_up() 2598 clear_bit(ENA_FLAG_DEV_UP, &adapter->flags); in ena_down() 2690 if (test_bit(ENA_FLAG_DEV_UP, in ena_close() [all...] |
H A D | ena_netdev.h | 317 ENA_FLAG_DEV_UP, enumerator
|
Completed in 10 milliseconds