Home
last modified time | relevance | path

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

/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.c4034 .rxnfc_field = RXH_L2DA,
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c1640 if (info->data & RXH_L2DA) in mvpp2_ethtool_rxfh_set()
1674 info->data |= RXH_L2DA; in mvpp2_ethtool_rxfh_get()
/linux/include/uapi/linux/
H A Dethtool.h2403 #define RXH_L2DA (1 << 1) macro
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_rpc.c39 #define RX_HASH_OPT_L2 RXH_L2DA
H A Dfbnic_ethtool.c1409 (RXH_L2DA | RXH_DISCARD)
/linux/net/ethtool/
H A Drss.c535 #define RFH_MASK (RXH_L2DA | RXH_VLAN | RXH_IP_SRC | RXH_IP_DST | \
/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c611 if (ethflow & RXH_L2DA) { in ethflow_to_filer_rules()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c738 #define ENETC_RSSHASH_L3 (RXH_L2DA | RXH_VLAN | RXH_L3_PROTO | RXH_IP_SRC | \
/linux/drivers/net/ethernet/sun/
H A Dniu.c7051 ethflow |= RXH_L2DA; in niu_flowkey_to_ethflow()
7073 if (ethflow & RXH_L2DA) in niu_ethflow_to_flowkey()