Home
last modified time | relevance | path

Searched refs:RXH_L3_PROTO (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.h648 #define DPAA2_RXH_SUPPORTED (RXH_L2DA | RXH_VLAN | RXH_L3_PROTO \
653 #define DPAA2_RXH_DEFAULT (RXH_L3_PROTO | RXH_IP_SRC | RXH_IP_DST | \
H A Ddpaa2-eth.c4057 .rxnfc_field = RXH_L3_PROTO,
/openbmc/u-boot/include/linux/
H A Dethtool.h686 #define RXH_L3_PROTO (1 << 3) macro
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c1654 if (info->data & RXH_L3_PROTO) in mvpp2_ethtool_rxfh_set()
1689 info->data |= RXH_L3_PROTO; in mvpp2_ethtool_rxfh_get()
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h2023 #define RXH_L3_PROTO (1 << 3) macro
/openbmc/linux/include/uapi/linux/
H A Dethtool.h2023 #define RXH_L3_PROTO (1 << 3) macro
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c652 if (ethflow & RXH_L3_PROTO) { in ethflow_to_filer_rules()
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c480 #define ENETC_RSSHASH_L3 (RXH_L2DA | RXH_VLAN | RXH_L3_PROTO | RXH_IP_SRC | \
/openbmc/linux/drivers/net/ethernet/sun/
H A Dniu.c7039 ethflow |= RXH_L3_PROTO; in niu_flowkey_to_ethflow()
7061 if (ethflow & RXH_L3_PROTO) in niu_ethflow_to_flowkey()