Searched refs:IXGBE_ETQF (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_fcoe.c | 656 IXGBE_WRITE_REG(hw, IXGBE_ETQF(IXGBE_ETQF_FILTER_FCOE), etqf); in ixgbe_configure_fcoe() 691 IXGBE_WRITE_REG(hw, IXGBE_ETQF(IXGBE_ETQF_FILTER_FIP), etqf); in ixgbe_configure_fcoe()
|
D | ixgbe_ptp.c | 1091 IXGBE_WRITE_REG(hw, IXGBE_ETQF(IXGBE_ETQF_FILTER_1588), in ixgbe_ptp_set_timestamp_mode() 1096 IXGBE_WRITE_REG(hw, IXGBE_ETQF(IXGBE_ETQF_FILTER_1588), 0); in ixgbe_ptp_set_timestamp_mode()
|
D | ixgbe_sriov.c | 1699 IXGBE_WRITE_REG(hw, IXGBE_ETQF(IXGBE_ETQF_FILTER_LLDP), in ixgbe_ndo_set_vf_spoofchk() 1704 IXGBE_WRITE_REG(hw, IXGBE_ETQF(IXGBE_ETQF_FILTER_FC), in ixgbe_ndo_set_vf_spoofchk()
|
D | ixgbe_type.h | 372 #define IXGBE_ETQF(_i) (0x05128 + ((_i) * 4)) /* EType Queue Filter */ macro
|