Home
last modified time | relevance | path

Searched refs:IXGBE_FLAG_FCOE_CAPABLE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c817 if (!(adapter->flags & IXGBE_FLAG_FCOE_CAPABLE)) in ixgbe_fcoe_ddp_enable()
863 if (!(adapter->flags & IXGBE_FLAG_FCOE_CAPABLE)) in ixgbe_fcoe_enable()
Dixgbe.h629 #define IXGBE_FLAG_FCOE_CAPABLE (u32)(1 << 20) macro
Dixgbe_main.c5225 adapter->flags |= IXGBE_FLAG_FCOE_CAPABLE; in ixgbe_sw_init()
5251 adapter->flags &= ~IXGBE_FLAG_FCOE_CAPABLE; in ixgbe_sw_init()
8568 if (adapter->flags & IXGBE_FLAG_FCOE_CAPABLE) { in ixgbe_probe()
8574 adapter->flags &= ~IXGBE_FLAG_FCOE_CAPABLE; in ixgbe_probe()