Lines Matching refs:ethflow
607 static void ethflow_to_filer_rules (struct gfar_private *priv, u64 ethflow)
611 if (ethflow & RXH_L2DA) {
627 if (ethflow & RXH_VLAN) {
636 if (ethflow & RXH_IP_SRC) {
645 if (ethflow & (RXH_IP_DST)) {
654 if (ethflow & RXH_L3_PROTO) {
663 if (ethflow & RXH_L4_B_0_1) {
672 if (ethflow & RXH_L4_B_2_3) {
682 static int gfar_ethflow_to_filer_table(struct gfar_private *priv, u64 ethflow,
765 ethflow_to_filer_rules(priv, ethflow);