Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h639 #define IXGBE_FLAG2_RSC_CAPABLE BIT(0) macro
Dixgbe_sriov.c93 adapter->flags2 &= ~(IXGBE_FLAG2_RSC_CAPABLE | in __ixgbe_enable_sriov()
Dixgbe_main.c6333 adapter->flags2 |= IXGBE_FLAG2_RSC_CAPABLE; in ixgbe_sw_init()
6382 adapter->flags2 &= ~IXGBE_FLAG2_RSC_CAPABLE; in ixgbe_sw_init()
9841 if (!(adapter->flags2 & IXGBE_FLAG2_RSC_CAPABLE)) in ixgbe_fix_features()
9880 } else if ((adapter->flags2 & IXGBE_FLAG2_RSC_CAPABLE) && in ixgbe_set_features()
11051 if (adapter->flags2 & IXGBE_FLAG2_RSC_CAPABLE) in ixgbe_probe()
Dixgbe_ethtool.c2396 if (!(adapter->flags2 & IXGBE_FLAG2_RSC_CAPABLE) || in ixgbe_update_rsc()