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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_tso.h86 int ipv, int cast_type)
98 qeth_fill_header(card, &hdr->hdr, skb, ipv, cast_type);
85 qeth_tso_prepare_packet(struct qeth_card *card, struct sk_buff *skb, int ipv, int cast_type) argument
H A Dqeth_proc.c73 qeth_get_router_str(struct qeth_card *card, int ipv) argument
77 if (ipv == 4) {
H A Dqeth_main.c3893 int ipv, int cast_type)
3895 if (!ipv && (card->info.type == QETH_CARD_TYPE_OSAE))
3902 if (card->qdio.do_prio_queueing && (ipv == 4)) {
3917 } else if (card->qdio.do_prio_queueing && (ipv == 6)) {
3941 __qeth_prepare_skb(struct qeth_card *card, struct sk_buff *skb, int ipv) argument
3946 ((ipv == 6) || card->options.layer2) ) {
3978 struct qeth_hdr **hdr, int ipv)
3996 *hdr = __qeth_prepare_skb(card, new_skb, ipv);
4094 struct sk_buff *skb, int ipv, int cast_type)
4111 hdr->hdr.l3.ext_flags = (ipv
3892 qeth_get_priority_queue(struct qeth_card *card, struct sk_buff *skb, int ipv, int cast_type) argument
3977 qeth_prepare_skb(struct qeth_card *card, struct sk_buff *skb, struct qeth_hdr **hdr, int ipv) argument
4093 qeth_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, struct sk_buff *skb, int ipv, int cast_type) argument
4441 int ipv = 0; local
[all...]

Completed in 119 milliseconds