ipv               822 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	u8 ipv;
ipv               834 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	ipv = mlx5e_etype_to_ipv(etype);
ipv               835 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	if (match_ipv_outer && ipv) {
ipv               838 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 		MLX5_SET(fte_match_param, spec->match_value, outer_headers.ip_version, ipv);
ipv               984 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	u8 ipv;
ipv               990 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	ipv = mlx5e_etype_to_ipv(etype);
ipv               991 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	if (etype && ipv) {
ipv               994 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 		MLX5_SET(fte_match_param, spec->match_value, inner_headers.ip_version, ipv);
ipv               935 drivers/s390/net/qeth_core.h static inline struct dst_entry *qeth_dst_check_rcu(struct sk_buff *skb, int ipv)
ipv               942 drivers/s390/net/qeth_core.h 		dst = dst_check(dst, (ipv == 6) ? rt6_get_cookie(rt) : 0);
ipv               958 drivers/s390/net/qeth_core.h static inline void qeth_tx_csum(struct sk_buff *skb, u8 *flags, int ipv)
ipv               961 drivers/s390/net/qeth_core.h 	if ((ipv == 4 && ip_hdr(skb)->protocol == IPPROTO_UDP) ||
ipv               962 drivers/s390/net/qeth_core.h 	    (ipv == 6 && ipv6_hdr(skb)->nexthdr == IPPROTO_UDP))
ipv              1098 drivers/s390/net/qeth_core.h 	      struct qeth_qdio_out_q *queue, int ipv,
ipv              1101 drivers/s390/net/qeth_core.h 				  int ipv, unsigned int data_len));
ipv              4018 drivers/s390/net/qeth_core_main.c 	      struct qeth_qdio_out_q *queue, int ipv,
ipv              4021 drivers/s390/net/qeth_core_main.c 				  int ipv, unsigned int data_len))
ipv              4054 drivers/s390/net/qeth_core_main.c 	fill_header(queue, hdr, skb, ipv, frame_len);
ipv               167 drivers/s390/net/qeth_l2_main.c 				int ipv, unsigned int data_len)
ipv               179 drivers/s390/net/qeth_l2_main.c 			qeth_tx_csum(skb, &hdr->hdr.l2.flags[1], ipv);
ipv              1872 drivers/s390/net/qeth_l3_main.c 				     int ipv)
ipv              1891 drivers/s390/net/qeth_l3_main.c 	switch (ipv) {
ipv              1908 drivers/s390/net/qeth_l3_main.c 	int ipv = qeth_get_ip_version(skb);
ipv              1913 drivers/s390/net/qeth_l3_main.c 	dst = qeth_dst_check_rcu(skb, ipv);
ipv              1914 drivers/s390/net/qeth_l3_main.c 	cast_type = qeth_l3_get_cast_type_rcu(skb, dst, ipv);
ipv              1933 drivers/s390/net/qeth_l3_main.c 				int ipv, unsigned int data_len)
ipv              1957 drivers/s390/net/qeth_l3_main.c 			qeth_tx_csum(skb, &hdr->hdr.l3.ext_flags, ipv);
ipv              1959 drivers/s390/net/qeth_l3_main.c 			if (ipv == 4)
ipv              1964 drivers/s390/net/qeth_l3_main.c 	if (ipv == 4 || IS_IQD(card)) {
ipv              1976 drivers/s390/net/qeth_l3_main.c 	dst = qeth_dst_check_rcu(skb, ipv);
ipv              1981 drivers/s390/net/qeth_l3_main.c 		cast_type = qeth_l3_get_cast_type_rcu(skb, dst, ipv);
ipv              1984 drivers/s390/net/qeth_l3_main.c 	if (ipv == 4) {
ipv              1990 drivers/s390/net/qeth_l3_main.c 	} else if (ipv == 6) {
ipv              2023 drivers/s390/net/qeth_l3_main.c 			struct qeth_qdio_out_q *queue, int ipv)
ipv              2037 drivers/s390/net/qeth_l3_main.c 	return qeth_xmit(card, skb, queue, ipv, qeth_l3_fill_header);
ipv              2045 drivers/s390/net/qeth_l3_main.c 	int ipv = qeth_get_ip_version(skb);
ipv              2056 drivers/s390/net/qeth_l3_main.c 		if ((card->options.cq != QETH_CQ_ENABLED && !ipv) ||
ipv              2068 drivers/s390/net/qeth_l3_main.c 	if (ipv == 4 || IS_IQD(card))
ipv              2069 drivers/s390/net/qeth_l3_main.c 		rc = qeth_l3_xmit(card, skb, queue, ipv);
ipv              2071 drivers/s390/net/qeth_l3_main.c 		rc = qeth_xmit(card, skb, queue, ipv, qeth_l3_fill_header);