Lines Matching refs:ipv
1582 int ipv) in qeth_l3_get_cast_type_rcu() argument
1601 switch (ipv) { in qeth_l3_get_cast_type_rcu()
1618 int ipv = qeth_get_ip_version(skb); in qeth_l3_get_cast_type() local
1623 dst = qeth_dst_check_rcu(skb, ipv); in qeth_l3_get_cast_type()
1624 cast_type = qeth_l3_get_cast_type_rcu(skb, dst, ipv); in qeth_l3_get_cast_type()
1643 int ipv, unsigned int data_len) in qeth_l3_fill_header() argument
1667 qeth_tx_csum(skb, &hdr->hdr.l3.ext_flags, ipv); in qeth_l3_fill_header()
1669 if (ipv == 4) in qeth_l3_fill_header()
1674 if (ipv == 4 || IS_IQD(card)) { in qeth_l3_fill_header()
1686 dst = qeth_dst_check_rcu(skb, ipv); in qeth_l3_fill_header()
1691 cast_type = qeth_l3_get_cast_type_rcu(skb, dst, ipv); in qeth_l3_fill_header()
1694 if (ipv == 4) { in qeth_l3_fill_header()
1697 } else if (ipv == 6) { in qeth_l3_fill_header()
1725 struct qeth_qdio_out_q *queue, int ipv) in qeth_l3_xmit() argument
1739 return qeth_xmit(card, skb, queue, ipv, qeth_l3_fill_header); in qeth_l3_xmit()
1747 int ipv = qeth_get_ip_version(skb); in qeth_l3_hard_start_xmit() local
1758 if ((card->options.cq != QETH_CQ_ENABLED && !ipv) || in qeth_l3_hard_start_xmit()
1770 if (ipv == 4 || IS_IQD(card)) in qeth_l3_hard_start_xmit()
1771 rc = qeth_l3_xmit(card, skb, queue, ipv); in qeth_l3_hard_start_xmit()
1773 rc = qeth_xmit(card, skb, queue, ipv, qeth_l3_fill_header); in qeth_l3_hard_start_xmit()