Searched refs:cast_type (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/s390/net/ |
D | qeth_l3_main.c | 967 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() 2734 int cast_type = RTN_UNSPEC; in qeth_l3_get_cast_type() local 2743 cast_type = n->type; in qeth_l3_get_cast_type() 2746 if ((cast_type == RTN_BROADCAST) || in qeth_l3_get_cast_type() [all …]
|
D | qeth_l2_main.c | 256 struct sk_buff *skb, int cast_type) in qeth_l2_fill_header() argument 264 if (cast_type == RTN_MULTICAST) in qeth_l2_fill_header() 266 else if (cast_type == RTN_BROADCAST) in qeth_l2_fill_header() 719 int cast_type = qeth_l2_get_cast_type(card, skb); in qeth_l2_hard_start_xmit() local 726 if (card->qdio.do_prio_queueing || (cast_type && in qeth_l2_hard_start_xmit() 729 qeth_get_ip_version(skb), cast_type)]; in qeth_l2_hard_start_xmit() 761 qeth_l2_fill_header(card, hdr, new_skb, cast_type); in qeth_l2_hard_start_xmit() 774 qeth_l2_fill_header(card, hdr, new_skb, cast_type); in qeth_l2_hard_start_xmit()
|
D | qeth_core_main.c | 3814 int ipv, int cast_type) in qeth_get_priority_queue() argument 3819 if (cast_type && card->info.is_multicast_different) in qeth_get_priority_queue()
|