Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c763 if (adapter->flags & IXGBE_FLAG_FCOE_ENABLED) in ixgbe_fcoe_enable()
772 adapter->flags |= IXGBE_FLAG_FCOE_ENABLED; in ixgbe_fcoe_enable()
807 if (!(adapter->flags & IXGBE_FLAG_FCOE_ENABLED)) in ixgbe_fcoe_disable()
824 adapter->flags &= ~IXGBE_FLAG_FCOE_ENABLED; in ixgbe_fcoe_disable()
Dixgbe_lib.c179 if (!(adapter->flags & IXGBE_FLAG_FCOE_ENABLED)) in ixgbe_cache_ring_fcoe()
339 if (!(adapter->flags & IXGBE_FLAG_FCOE_ENABLED)) in ixgbe_set_fcoe_queues()
395 if (adapter->flags & IXGBE_FLAG_FCOE_ENABLED) { in ixgbe_set_dcb_queues()
Dixgbe.h426 #define IXGBE_FLAG_FCOE_ENABLED (u32)(1 << 27) macro
Dixgbe_main.c3141 if ((adapter->flags & IXGBE_FLAG_FCOE_ENABLED) && in ixgbe_set_rx_buffer_len()
3786 if (adapter->flags & IXGBE_FLAG_FCOE_ENABLED) in ixgbe_configure()
4391 adapter->flags &= ~IXGBE_FLAG_FCOE_ENABLED; in ixgbe_sw_init()
6172 (adapter->flags & IXGBE_FLAG_FCOE_ENABLED)) { in ixgbe_select_queue()
6279 (adapter->flags & IXGBE_FLAG_FCOE_ENABLED)) { in ixgbe_xmit_frame_ring()
7220 if (adapter->flags & IXGBE_FLAG_FCOE_ENABLED) in ixgbe_remove()