Searched refs:ipv (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_l2_main.c235 struct sk_buff *skb, int ipv, int cast_type)
653 int ipv = qeth_get_ip_version(skb); local
656 [qeth_get_priority_queue(card, skb, ipv, cast_type)];
690 qeth_l2_fill_header(card, hdr, new_skb, ipv, cast_type);
703 qeth_l2_fill_header(card, hdr, new_skb, ipv, cast_type);
234 qeth_l2_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, struct sk_buff *skb, int ipv, int cast_type) argument
H A Dqeth_l3_main.c2788 struct sk_buff *skb, int ipv, int cast_type)
2799 if ((ipv == 4) || (card->info.type == QETH_CARD_TYPE_IQD))
2807 if (ipv == 4) {
2819 } else if (ipv == 6) {
2921 int ipv = qeth_get_ip_version(skb); local
2924 [qeth_get_priority_queue(card, skb, ipv, cast_type)];
2930 if (((card->info.type == QETH_CARD_TYPE_IQD) && (!ipv)) ||
2971 if (ipv == 4) {
2978 if (ipv == 6 && card->vlangrp &&
3012 qeth_l3_fill_header(card, hdr, new_skb, ipv, cast_typ
2787 qeth_l3_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, struct sk_buff *skb, int ipv, int cast_type) argument
[all...]
H A Dqeth_core_main.c2954 int ipv, int cast_type)
2956 if (!ipv && (card->info.type == QETH_CARD_TYPE_OSD ||
2964 if (card->qdio.do_prio_queueing && (ipv == 4)) {
2981 } else if (card->qdio.do_prio_queueing && (ipv == 6)) {
2953 qeth_get_priority_queue(struct qeth_card *card, struct sk_buff *skb, int ipv, int cast_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dctxrx.c3280 u8_t ipv; local
3298 ipv = zmw_tx_buf_readb(dev, buf, ZM_80211_FRAME_IP_OFFSET) >> 4;
3299 if (ipv == 0x4) //IPv4

Completed in 84 milliseconds