Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_lib.c79 if (!(adapter->flags & IXGBE_FLAG_FCOE_ENABLED)) in ixgbe_cache_ring_dcb_sriov()
386 if (adapter->flags & IXGBE_FLAG_FCOE_ENABLED) { in ixgbe_set_dcb_sriov_queues()
407 adapter->flags &= ~IXGBE_FLAG_FCOE_ENABLED; in ixgbe_set_dcb_sriov_queues()
467 if (adapter->flags & IXGBE_FLAG_FCOE_ENABLED) { in ixgbe_set_dcb_queues()
559 if (adapter->flags & IXGBE_FLAG_FCOE_ENABLED) { in ixgbe_set_sriov_queues()
641 if (adapter->flags & IXGBE_FLAG_FCOE_ENABLED) { in ixgbe_set_rss_queues()
Dixgbe_fcoe.c681 if (!(adapter->flags & IXGBE_FLAG_FCOE_ENABLED)) in ixgbe_configure_fcoe()
866 if (adapter->flags & IXGBE_FLAG_FCOE_ENABLED) in ixgbe_fcoe_enable()
881 adapter->flags |= IXGBE_FLAG_FCOE_ENABLED; in ixgbe_fcoe_enable()
910 if (!(adapter->flags & IXGBE_FLAG_FCOE_ENABLED)) in ixgbe_fcoe_disable()
921 adapter->flags &= ~IXGBE_FLAG_FCOE_ENABLED; in ixgbe_fcoe_disable()
Dixgbe.h638 #define IXGBE_FLAG_FCOE_ENABLED (u32)(1 << 21) macro
Dixgbe_main.c3771 if ((adapter->flags & IXGBE_FLAG_FCOE_ENABLED) && in ixgbe_set_rx_buffer_len()
5324 adapter->flags &= ~IXGBE_FLAG_FCOE_ENABLED; in ixgbe_sw_init()
5349 adapter->flags &= ~IXGBE_FLAG_FCOE_ENABLED; in ixgbe_sw_init()
7471 if (adapter->flags & IXGBE_FLAG_FCOE_ENABLED) in ixgbe_select_queue()