Searched refs:ethflow (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dgianfar_ethtool.c683 static void ethflow_to_filer_rules (struct gfar_private *priv, u64 ethflow) argument
687 if (ethflow & RXH_L2DA) {
703 if (ethflow & RXH_VLAN) {
712 if (ethflow & RXH_IP_SRC) {
721 if (ethflow & (RXH_IP_DST)) {
730 if (ethflow & RXH_L3_PROTO) {
739 if (ethflow & RXH_L4_B_0_1) {
748 if (ethflow & RXH_L4_B_2_3) {
758 static int gfar_ethflow_to_filer_table(struct gfar_private *priv, u64 ethflow, u64 class) argument
832 ethflow_to_filer_rules(priv, ethflow);
[all...]
H A Dniu.c6924 u64 ethflow = 0; local
6927 ethflow |= RXH_L2DA;
6929 ethflow |= RXH_VLAN;
6931 ethflow |= RXH_IP_SRC;
6933 ethflow |= RXH_IP_DST;
6935 ethflow |= RXH_L3_PROTO;
6937 ethflow |= RXH_L4_B_0_1;
6939 ethflow |= RXH_L4_B_2_3;
6941 return ethflow;
6945 static int niu_ethflow_to_flowkey(u64 ethflow, u6 argument
[all...]

Completed in 41 milliseconds