Searched refs:qeth_is_supported (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/s390/net/ |
D | qeth_l3_main.c | 511 if (!qeth_is_supported(card, IPA_IPV6)) in qeth_l3_setrouting_v6() 744 if (!qeth_is_supported(card, IPA_ARP_PROCESSING)) { in qeth_l3_start_ipa_arp_processing() 766 if (!qeth_is_supported(card, IPA_SOURCE_MAC)) { in qeth_l3_start_ipa_source_mac() 788 if (!qeth_is_supported(card, IPA_FULL_VLAN)) { in qeth_l3_start_ipa_vlan() 812 if (!qeth_is_supported(card, IPA_MULTICASTING)) { in qeth_l3_start_ipa_multicast() 874 if (!qeth_is_supported(card, IPA_IPV6)) { in qeth_l3_start_ipa_ipv6() 888 if (!qeth_is_supported(card, IPA_FILTERING)) { in qeth_l3_start_ipa_broadcast() 1006 if (!qeth_is_supported(card, IPA_IPV6)) { in qeth_l3_get_unique_id() 1146 if (!qeth_is_supported(card, IPA_FULL_VLAN)) in qeth_l3_add_vlan_mc() 1230 if (!qeth_is_supported(card, IPA_FULL_VLAN)) in qeth_l3_add_vlan_mc6() [all …]
|
D | qeth_core.h | 219 #define qeth_is_supported(c, f) \ macro 229 qeth_is_supported6(c, f) : qeth_is_supported(c, f))
|
D | qeth_core_main.c | 5177 if (qeth_is_supported(card, IPA_IPV6)) { in qeth_core_hardsetup_card() 5182 if (qeth_is_supported(card, IPA_SETADAPTERPARMS)) { in qeth_core_hardsetup_card() 6465 if (qeth_is_supported(card, IPA_INBOUND_CHECKSUM)) in qeth_set_ipa_rx_csum() 6555 if (!qeth_is_supported(card, IPA_OUTBOUND_CHECKSUM)) in qeth_fix_features() 6559 if (!qeth_is_supported(card, IPA_INBOUND_CHECKSUM) && in qeth_fix_features() 6562 if (!qeth_is_supported(card, IPA_OUTBOUND_TSO)) in qeth_fix_features()
|
D | qeth_l2_main.c | 918 if (qeth_is_supported(card, IPA_OUTBOUND_CHECKSUM)) { in qeth_l2_setup_netdev() 927 if (qeth_is_supported(card, IPA_INBOUND_CHECKSUM) || in qeth_l2_setup_netdev()
|