Searched refs:ipv (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/s390/net/ |
D | qeth_l3_main.c | 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() [all …]
|
D | qeth_core_main.c | 3766 int ipv, int cast_type) in qeth_get_priority_queue() argument 3778 switch (ipv) { in qeth_get_priority_queue()
|