Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/net/
Dqeth_core.h899 static inline void qeth_tx_csum(struct sk_buff *skb, u8 *flags, int ipv) in qeth_tx_csum() argument
902 if ((ipv == 4 && ip_hdr(skb)->protocol == IPPROTO_UDP) || in qeth_tx_csum()
903 (ipv == 6 && ipv6_hdr(skb)->nexthdr == IPPROTO_UDP)) in qeth_tx_csum()
905 if (ipv == 4) { in qeth_tx_csum()
946 int ipv);
949 int ipv, int cast_type) in qeth_get_tx_queue() argument
955 return card->qdio.out_qs[qeth_get_priority_queue(card, skb, ipv)]; in qeth_get_tx_queue()
Dqeth_l3_main.c2036 struct sk_buff *skb, int ipv, int cast_type, in qeth_l3_fill_header() argument
2048 if ((ipv == 4) || (card->info.type == QETH_CARD_TYPE_IQD)) in qeth_l3_fill_header()
2056 qeth_tx_csum(skb, &hdr->hdr.l3.ext_flags, ipv); in qeth_l3_fill_header()
2062 if (!ipv) { in qeth_l3_fill_header()
2075 if (ipv == 4) { in qeth_l3_fill_header()
2167 struct qeth_qdio_out_q *queue, int ipv, in qeth_l3_xmit_offload() argument
2198 qeth_l3_fill_header(card, hdr, skb, ipv, cast_type, frame_len); in qeth_l3_xmit_offload()
2230 struct qeth_qdio_out_q *queue, int ipv, int cast_type) in qeth_l3_xmit() argument
2251 if (ipv == 4) { in qeth_l3_xmit()
2285 qeth_l3_fill_header(card, hdr, new_skb, ipv, cast_type, in qeth_l3_xmit()
[all …]
Dqeth_l2_main.c645 struct qeth_qdio_out_q *queue, int cast_type, int ipv) in qeth_l2_xmit() argument
672 qeth_tx_csum(skb, &hdr->hdr.l2.flags[1], ipv); in qeth_l2_xmit()
727 int ipv = qeth_get_ip_version(skb); in qeth_l2_hard_start_xmit() local
737 queue = qeth_get_tx_queue(card, skb, ipv, cast_type); in qeth_l2_hard_start_xmit()
748 rc = qeth_l2_xmit(card, skb, queue, cast_type, ipv); in qeth_l2_hard_start_xmit()
Dqeth_core_main.c3754 int ipv) in qeth_get_priority_queue() argument
3762 switch (ipv) { in qeth_get_priority_queue()