Searched refs:qeth_is_supported (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/s390/net/ |
| D | qeth_l3_main.c | 535 if (!qeth_is_supported(card, IPA_IPV6)) in qeth_l3_setrouting_v6() 765 if (!qeth_is_supported(card, IPA_ARP_PROCESSING)) { in qeth_l3_start_ipa_arp_processing() 787 if (!qeth_is_supported(card, IPA_SOURCE_MAC)) { in qeth_l3_start_ipa_source_mac() 809 if (!qeth_is_supported(card, IPA_FULL_VLAN)) { in qeth_l3_start_ipa_vlan() 833 if (!qeth_is_supported(card, IPA_MULTICASTING)) { in qeth_l3_start_ipa_multicast() 896 if (!qeth_is_supported(card, IPA_IPV6)) { in qeth_l3_start_ipa_ipv6() 911 if (!qeth_is_supported(card, IPA_FILTERING)) { in qeth_l3_start_ipa_broadcast() 1026 if (!qeth_is_supported(card, IPA_IPV6)) { in qeth_l3_get_unique_id() 1164 if (!qeth_is_supported(card, IPA_FULL_VLAN)) in qeth_l3_add_vlan_mc() 1248 if (!qeth_is_supported(card, IPA_FULL_VLAN)) in qeth_l3_add_vlan_mc6() [all …]
|
| D | qeth_core.h | 192 #define qeth_is_supported(c, f) \ macro 202 qeth_is_supported6(c, f) : qeth_is_supported(c, f))
|
| D | qeth_l2_main.c | 727 if (qeth_is_supported(card, IPA_OUTBOUND_CHECKSUM)) { in qeth_l2_setup_netdev() 736 if (qeth_is_supported(card, IPA_INBOUND_CHECKSUM) || in qeth_l2_setup_netdev() 741 if (qeth_is_supported(card, IPA_OUTBOUND_TSO)) { in qeth_l2_setup_netdev()
|
| D | qeth_core_main.c | 4961 if (qeth_is_supported(card, IPA_IPV6)) { in qeth_core_hardsetup_card() 4966 if (qeth_is_supported(card, IPA_SETADAPTERPARMS)) { in qeth_core_hardsetup_card() 6050 if (qeth_is_supported(card, IPA_INBOUND_CHECKSUM)) in qeth_set_ipa_rx_csum() 6148 if (!qeth_is_supported(card, IPA_OUTBOUND_CHECKSUM)) in qeth_fix_features() 6152 if (!qeth_is_supported(card, IPA_INBOUND_CHECKSUM) && in qeth_fix_features() 6155 if (!qeth_is_supported(card, IPA_OUTBOUND_TSO)) in qeth_fix_features()
|