Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c660 if (!(adapter->flags & IXGBE_FLAG_FCOE_ENABLED)) in ixgbe_configure_fcoe()
845 if (adapter->flags & IXGBE_FLAG_FCOE_ENABLED) in ixgbe_fcoe_enable()
860 adapter->flags |= IXGBE_FLAG_FCOE_ENABLED; in ixgbe_fcoe_enable()
889 if (!(adapter->flags & IXGBE_FLAG_FCOE_ENABLED)) in ixgbe_fcoe_disable()
900 adapter->flags &= ~IXGBE_FLAG_FCOE_ENABLED; in ixgbe_fcoe_disable()
978 if (!(adapter->flags & IXGBE_FLAG_FCOE_ENABLED)) in ixgbe_fcoe_get_hbainfo()
Dixgbe_lib.c57 if (!(adapter->flags & IXGBE_FLAG_FCOE_ENABLED)) in ixgbe_cache_ring_dcb_sriov()
385 if (adapter->flags & IXGBE_FLAG_FCOE_ENABLED) { in ixgbe_set_dcb_sriov_queues()
406 adapter->flags &= ~IXGBE_FLAG_FCOE_ENABLED; in ixgbe_set_dcb_sriov_queues()
466 if (adapter->flags & IXGBE_FLAG_FCOE_ENABLED) { in ixgbe_set_dcb_queues()
563 if (adapter->flags & IXGBE_FLAG_FCOE_ENABLED) { in ixgbe_set_sriov_queues()
662 if (adapter->flags & IXGBE_FLAG_FCOE_ENABLED) { in ixgbe_set_rss_queues()
Dixgbe.h588 #define IXGBE_FLAG_FCOE_ENABLED BIT(21) macro
Dixgbe_main.c4263 if ((adapter->flags & IXGBE_FLAG_FCOE_ENABLED) && in ixgbe_set_rx_buffer_len()
6302 adapter->flags &= ~IXGBE_FLAG_FCOE_ENABLED; in ixgbe_sw_init()
6346 adapter->flags &= ~IXGBE_FLAG_FCOE_ENABLED; in ixgbe_sw_init()
8525 if (!sb_dev && (adapter->flags & IXGBE_FLAG_FCOE_ENABLED)) in ixgbe_select_queue()