Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/net/
Dqeth_l3_main.c1975 int cast_type = n->type; in qeth_l3_get_cast_type() local
1979 if ((cast_type == RTN_BROADCAST) || in qeth_l3_get_cast_type()
1980 (cast_type == RTN_MULTICAST) || in qeth_l3_get_cast_type()
1981 (cast_type == RTN_ANYCAST)) in qeth_l3_get_cast_type()
1982 return cast_type; in qeth_l3_get_cast_type()
2024 static u8 qeth_l3_cast_type_to_flag(int cast_type) in qeth_l3_cast_type_to_flag() argument
2026 if (cast_type == RTN_MULTICAST) in qeth_l3_cast_type_to_flag()
2028 if (cast_type == RTN_ANYCAST) in qeth_l3_cast_type_to_flag()
2030 if (cast_type == RTN_BROADCAST) in qeth_l3_cast_type_to_flag()
2036 struct sk_buff *skb, int ipv, int cast_type, in qeth_l3_fill_header() argument
[all …]
Dqeth_l2_main.c197 int cast_type, unsigned int data_len) in qeth_l2_fill_header() argument
206 if (cast_type == RTN_MULTICAST) in qeth_l2_fill_header()
208 else if (cast_type == RTN_BROADCAST) in qeth_l2_fill_header()
645 struct qeth_qdio_out_q *queue, int cast_type, int ipv) in qeth_l2_xmit() argument
670 qeth_l2_fill_header(hdr, skb, cast_type, frame_len); in qeth_l2_xmit()
726 int cast_type = qeth_l2_get_cast_type(card, 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.h949 int ipv, int cast_type) in qeth_get_tx_queue() argument
951 if (IS_IQD(card) && cast_type != RTN_UNICAST) in qeth_get_tx_queue()