Lines Matching refs:ipv
1585 int ipv)
1604 switch (ipv) {
1621 int ipv = qeth_get_ip_version(skb);
1626 dst = qeth_dst_check_rcu(skb, ipv);
1627 cast_type = qeth_l3_get_cast_type_rcu(skb, dst, ipv);
1646 int ipv, unsigned int data_len)
1670 qeth_tx_csum(skb, &hdr->hdr.l3.ext_flags, ipv);
1672 if (ipv == 4)
1677 if (ipv == 4 || IS_IQD(card)) {
1689 dst = qeth_dst_check_rcu(skb, ipv);
1694 cast_type = qeth_l3_get_cast_type_rcu(skb, dst, ipv);
1697 if (ipv == 4) {
1700 } else if (ipv == 6) {
1728 struct qeth_qdio_out_q *queue, int ipv)
1742 return qeth_xmit(card, skb, queue, ipv, qeth_l3_fill_header);
1750 int ipv = qeth_get_ip_version(skb);
1761 if ((card->options.cq != QETH_CQ_ENABLED && !ipv) ||
1773 if (ipv == 4 || IS_IQD(card))
1774 rc = qeth_l3_xmit(card, skb, queue, ipv);
1776 rc = qeth_xmit(card, skb, queue, ipv, qeth_l3_fill_header);