ethtype_key        99 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		u16 ethtype_key, ethtype_mask;
ethtype_key       102 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		ethtype_key = ntohs(match.key->n_proto);
ethtype_key       105 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		if (ethtype_key == ETH_P_ALL) {
ethtype_key       106 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 			ethtype_key = 0;
ethtype_key       110 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		if (ethtype_key == ETH_P_IPV6)
ethtype_key       113 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		fs->val.ethtype = ethtype_key;
ethtype_key       232 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	u16 ethtype_key = 0;
ethtype_key       252 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		ethtype_key = ntohs(match.key->n_proto);
ethtype_key       257 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		u16 eth_ip_type = ethtype_key & ethtype_mask;