Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c796 if (!(adapter->flags & IXGBE_FLAG_FCOE_CAPABLE)) in ixgbe_fcoe_ddp_enable()
842 if (!(adapter->flags & IXGBE_FLAG_FCOE_CAPABLE)) in ixgbe_fcoe_enable()
Dixgbe.h637 #define IXGBE_FLAG_FCOE_CAPABLE BIT(20) macro
Dixgbe_main.c6340 adapter->flags |= IXGBE_FLAG_FCOE_CAPABLE; in ixgbe_sw_init()
6384 adapter->flags &= ~IXGBE_FLAG_FCOE_CAPABLE; in ixgbe_sw_init()
6415 adapter->flags &= ~IXGBE_FLAG_FCOE_CAPABLE; in ixgbe_sw_init()
11020 if (adapter->flags & IXGBE_FLAG_FCOE_CAPABLE) { in ixgbe_probe()
11026 adapter->flags &= ~IXGBE_FLAG_FCOE_CAPABLE; in ixgbe_probe()