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

/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c605 static void ethflow_to_filer_rules (struct gfar_private *priv, u64 ethflow) argument
609 if (ethflow & RXH_L2DA) {
625 if (ethflow & RXH_VLAN) {
634 if (ethflow & RXH_IP_SRC) {
643 if (ethflow & (RXH_IP_DST)) {
652 if (ethflow & RXH_L3_PROTO) {
661 if (ethflow & RXH_L4_B_0_1) {
670 if (ethflow & RXH_L4_B_2_3) {
680 static int gfar_ethflow_to_filer_table(struct gfar_private *priv, u64 ethflow, argument
763 ethflow_to_filer_rules(priv, ethflow);
[all...]
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c7028 u64 ethflow = 0; local
7031 ethflow |= RXH_L2DA;
7033 ethflow |= RXH_VLAN;
7035 ethflow |= RXH_IP_SRC;
7037 ethflow |= RXH_IP_DST;
7039 ethflow |= RXH_L3_PROTO;
7041 ethflow |= RXH_L4_B_0_1;
7043 ethflow |= RXH_L4_B_2_3;
7045 return ethflow;
7049 static int niu_ethflow_to_flowkey(u64 ethflow, u6 argument
[all...]

Completed in 106 milliseconds