Lines Matching refs:ipv
2812 struct sk_buff *skb, int ipv, int cast_type) in qeth_l3_fill_header() argument
2825 if ((ipv == 4) || (card->info.type == QETH_CARD_TYPE_IQD)) in qeth_l3_fill_header()
2836 if (ipv == 4) { in qeth_l3_fill_header()
2847 } else if (ipv == 6) { in qeth_l3_fill_header()
2948 int ipv = qeth_get_ip_version(skb); in qeth_l3_hard_start_xmit() local
2953 qeth_get_priority_queue(card, skb, ipv, cast_type) : in qeth_l3_hard_start_xmit()
2961 (((card->options.cq != QETH_CQ_ENABLED) && !ipv) || in qeth_l3_hard_start_xmit()
3006 if (ipv == 4) { in qeth_l3_hard_start_xmit()
3010 if (ipv != 4 && skb_vlan_tag_present(new_skb)) { in qeth_l3_hard_start_xmit()
3041 qeth_l3_fill_header(card, hdr, new_skb, ipv, cast_type); in qeth_l3_hard_start_xmit()
3048 qeth_l3_fill_header(card, hdr, new_skb, ipv, in qeth_l3_hard_start_xmit()
3054 qeth_l3_fill_header(card, hdr, new_skb, ipv, in qeth_l3_hard_start_xmit()