Lines Matching refs:ipv
2702 struct sk_buff *skb, int ipv, int cast_type) in qeth_l3_fill_header() argument
2715 if ((ipv == 4) || (card->info.type == QETH_CARD_TYPE_IQD)) in qeth_l3_fill_header()
2726 if (ipv == 4) { in qeth_l3_fill_header()
2737 } else if (ipv == 6) { in qeth_l3_fill_header()
2838 int ipv = qeth_get_ip_version(skb); in qeth_l3_hard_start_xmit() local
2843 qeth_get_priority_queue(card, skb, ipv, cast_type) : in qeth_l3_hard_start_xmit()
2851 (((card->options.cq != QETH_CQ_ENABLED) && !ipv) || in qeth_l3_hard_start_xmit()
2896 if (ipv == 4) { in qeth_l3_hard_start_xmit()
2900 if (ipv != 4 && skb_vlan_tag_present(new_skb)) { in qeth_l3_hard_start_xmit()
2931 qeth_l3_fill_header(card, hdr, new_skb, ipv, cast_type); in qeth_l3_hard_start_xmit()
2938 qeth_l3_fill_header(card, hdr, new_skb, ipv, in qeth_l3_hard_start_xmit()
2944 qeth_l3_fill_header(card, hdr, new_skb, ipv, in qeth_l3_hard_start_xmit()