Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h591 #define IXGBE_FLAG2_RSC_CAPABLE BIT(0) macro
Dixgbe_sriov.c93 adapter->flags2 &= ~(IXGBE_FLAG2_RSC_CAPABLE | in __ixgbe_enable_sriov()
Dixgbe_main.c6171 adapter->flags2 |= IXGBE_FLAG2_RSC_CAPABLE; in ixgbe_sw_init()
6216 adapter->flags2 &= ~IXGBE_FLAG2_RSC_CAPABLE; in ixgbe_sw_init()
9559 if (!(adapter->flags2 & IXGBE_FLAG2_RSC_CAPABLE)) in ixgbe_fix_features()
9598 } else if ((adapter->flags2 & IXGBE_FLAG2_RSC_CAPABLE) && in ixgbe_set_features()
10691 if (adapter->flags2 & IXGBE_FLAG2_RSC_CAPABLE) in ixgbe_probe()
Dixgbe_ethtool.c2303 if (!(adapter->flags2 & IXGBE_FLAG2_RSC_CAPABLE) || in ixgbe_update_rsc()