Lines Matching refs:ipv
1871 int ipv) in qeth_l3_get_cast_type_rcu() argument
1890 switch (ipv) { in qeth_l3_get_cast_type_rcu()
1907 int ipv = qeth_get_ip_version(skb); in qeth_l3_get_cast_type() local
1912 dst = qeth_dst_check_rcu(skb, ipv); in qeth_l3_get_cast_type()
1913 cast_type = qeth_l3_get_cast_type_rcu(skb, dst, ipv); in qeth_l3_get_cast_type()
1932 int ipv, unsigned int data_len) in qeth_l3_fill_header() argument
1956 qeth_tx_csum(skb, &hdr->hdr.l3.ext_flags, ipv); in qeth_l3_fill_header()
1958 if (ipv == 4) in qeth_l3_fill_header()
1963 if (ipv == 4 || IS_IQD(card)) { in qeth_l3_fill_header()
1975 dst = qeth_dst_check_rcu(skb, ipv); in qeth_l3_fill_header()
1980 cast_type = qeth_l3_get_cast_type_rcu(skb, dst, ipv); in qeth_l3_fill_header()
1983 if (ipv == 4) { in qeth_l3_fill_header()
1989 } else if (ipv == 6) { in qeth_l3_fill_header()
2022 struct qeth_qdio_out_q *queue, int ipv) in qeth_l3_xmit() argument
2036 return qeth_xmit(card, skb, queue, ipv, qeth_l3_fill_header); in qeth_l3_xmit()
2044 int ipv = qeth_get_ip_version(skb); in qeth_l3_hard_start_xmit() local
2055 if ((card->options.cq != QETH_CQ_ENABLED && !ipv) || in qeth_l3_hard_start_xmit()
2067 if (ipv == 4 || IS_IQD(card)) in qeth_l3_hard_start_xmit()
2068 rc = qeth_l3_xmit(card, skb, queue, ipv); in qeth_l3_hard_start_xmit()
2070 rc = qeth_xmit(card, skb, queue, ipv, qeth_l3_fill_header); in qeth_l3_hard_start_xmit()