Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c651 etqf = ETH_P_FCOE | IXGBE_ETQF_FCOE | IXGBE_ETQF_FILTER_EN; in ixgbe_configure_fcoe()
686 etqf = ETH_P_FIP | IXGBE_ETQF_FILTER_EN; in ixgbe_configure_fcoe()
H A Dixgbe_sriov.c1702 (IXGBE_ETQF_FILTER_EN | in ixgbe_ndo_set_vf_spoofchk()
1707 (IXGBE_ETQF_FILTER_EN | in ixgbe_ndo_set_vf_spoofchk()
H A Dixgbe_ptp.c1092 (IXGBE_ETQF_FILTER_EN | /* enable filter */ in ixgbe_ptp_set_timestamp_mode()
H A Dixgbe_type.h1762 #define IXGBE_ETQF_FILTER_EN 0x80000000 /* bit 31 */ macro