Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c431 nfc->data |= RXH_VLAN; in otx2_get_rss_hash_opts()
481 if (nfc->data & RXH_VLAN) in otx2_set_rss_hash_opts()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dethtool.h685 #define RXH_VLAN (1 << 2) macro
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dethtool-copy.h1048 #define RXH_VLAN (1 << 2) macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.h579 #define DPAA2_RXH_SUPPORTED (RXH_L2DA | RXH_VLAN | RXH_L3_PROTO \
H A Ddpaa2-eth.c3468 .rxnfc_field = RXH_VLAN,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dethtool.h1661 #define RXH_VLAN (1 << 2) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dethtool.h1661 #define RXH_VLAN (1 << 2) macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c1646 if (info->data & RXH_VLAN) in mvpp2_ethtool_rxfh_set()
1680 info->data |= RXH_VLAN; in mvpp2_ethtool_rxfh_get()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dethtool.h1838 #define RXH_VLAN (1 << 2) macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c285 #define ENETC_RSSHASH_L3 (RXH_L2DA | RXH_VLAN | RXH_L3_PROTO | RXH_IP_SRC | \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c615 if (ethflow & RXH_VLAN) { in ethflow_to_filer_rules()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A Dniu.c7015 ethflow |= RXH_VLAN; in niu_flowkey_to_ethflow()
7037 if (ethflow & RXH_VLAN) in niu_ethflow_to_flowkey()