Home
last modified time | relevance | path

Searched refs:cast_type (Results 1 – 3 of 3) sorted by relevance

/drivers/s390/net/
Dqeth_l3_main.c967 static inline u8 qeth_l3_get_qeth_hdr_flags4(int cast_type) in qeth_l3_get_qeth_hdr_flags4() argument
969 if (cast_type == RTN_MULTICAST) in qeth_l3_get_qeth_hdr_flags4()
971 if (cast_type == RTN_BROADCAST) in qeth_l3_get_qeth_hdr_flags4()
976 static inline u8 qeth_l3_get_qeth_hdr_flags6(int cast_type) in qeth_l3_get_qeth_hdr_flags6() argument
979 if (cast_type == RTN_MULTICAST) in qeth_l3_get_qeth_hdr_flags6()
981 if (cast_type == RTN_ANYCAST) in qeth_l3_get_qeth_hdr_flags6()
983 if (cast_type == RTN_BROADCAST) in qeth_l3_get_qeth_hdr_flags6()
2624 int cast_type = RTN_UNSPEC; in qeth_l3_get_cast_type() local
2633 cast_type = n->type; in qeth_l3_get_cast_type()
2636 if ((cast_type == RTN_BROADCAST) || in qeth_l3_get_cast_type()
[all …]
Dqeth_l2_main.c270 struct sk_buff *skb, int cast_type) in qeth_l2_fill_header() argument
278 if (cast_type == RTN_MULTICAST) in qeth_l2_fill_header()
280 else if (cast_type == RTN_BROADCAST) in qeth_l2_fill_header()
866 int cast_type = qeth_l2_get_cast_type(card, skb); in qeth_l2_hard_start_xmit() local
873 if (card->qdio.do_prio_queueing || (cast_type && in qeth_l2_hard_start_xmit()
876 qeth_get_ip_version(skb), cast_type)]; in qeth_l2_hard_start_xmit()
908 qeth_l2_fill_header(card, hdr, new_skb, cast_type); in qeth_l2_hard_start_xmit()
921 qeth_l2_fill_header(card, hdr, new_skb, cast_type); in qeth_l2_hard_start_xmit()
Dqeth_core_main.c3777 int ipv, int cast_type) in qeth_get_priority_queue() argument
3782 if (cast_type && card->info.is_multicast_different) in qeth_get_priority_queue()