Home
last modified time | relevance | path

Searched refs:RXH_VLAN (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dethtool.h685 #define RXH_VLAN (1 << 2) macro
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.h648 #define DPAA2_RXH_SUPPORTED (RXH_L2DA | RXH_VLAN | RXH_L3_PROTO \
H A Ddpaa2-eth.c4038 .rxnfc_field = RXH_VLAN,
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c584 nfc->data |= RXH_VLAN; in otx2_get_rss_hash_opts()
639 if (nfc->data & RXH_VLAN) in otx2_set_rss_hash_opts()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c1652 if (info->data & RXH_VLAN) in mvpp2_ethtool_rxfh_set()
1686 info->data |= RXH_VLAN; in mvpp2_ethtool_rxfh_get()
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h2022 #define RXH_VLAN (1 << 2) macro
/openbmc/linux/include/uapi/linux/
H A Dethtool.h2022 #define RXH_VLAN (1 << 2) macro
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c625 if (ethflow & RXH_VLAN) { 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.c7033 ethflow |= RXH_VLAN; in niu_flowkey_to_ethflow()
7055 if (ethflow & RXH_VLAN) in niu_ethflow_to_flowkey()