Searched refs:qeth_is_supported (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/s390/net/ |
D | qeth_l3_main.c | 478 if (!qeth_is_supported(card, IPA_IPV6)) in qeth_l3_setrouting_v6() 709 if (!qeth_is_supported(card, IPA_ARP_PROCESSING)) { in qeth_l3_start_ipa_arp_processing() 731 if (!qeth_is_supported(card, IPA_SOURCE_MAC)) { in qeth_l3_start_ipa_source_mac() 753 if (!qeth_is_supported(card, IPA_FULL_VLAN)) { in qeth_l3_start_ipa_vlan() 777 if (!qeth_is_supported(card, IPA_MULTICASTING)) { in qeth_l3_start_ipa_multicast() 840 if (!qeth_is_supported(card, IPA_IPV6)) { in qeth_l3_start_ipa_ipv6() 855 if (!qeth_is_supported(card, IPA_FILTERING)) { in qeth_l3_start_ipa_broadcast() 962 if (!qeth_is_supported(card, IPA_IPV6)) in qeth_l3_get_unique_id() 1094 if (!qeth_is_supported(card, IPA_IPV6)) in qeth_l3_add_mcast_rtnl() 1165 if (qeth_is_supported(card, IPA_FULL_VLAN)) in qeth_l3_rx_mode_work() [all …]
|
D | qeth_core_mpc.h | 56 #define qeth_is_supported(c, f) \ macro 62 qeth_is_supported(c, f))
|
D | qeth_l2_main.c | 1106 if (qeth_is_supported(card, IPA_OUTBOUND_CHECKSUM)) { in qeth_l2_setup_netdev() 1115 if (qeth_is_supported(card, IPA_INBOUND_CHECKSUM) || in qeth_l2_setup_netdev() 1120 if (qeth_is_supported(card, IPA_OUTBOUND_TSO)) { in qeth_l2_setup_netdev()
|
D | qeth_core_main.c | 5291 if (qeth_is_supported(card, IPA_IPV6)) { in qeth_hardsetup_card() 5296 if (qeth_is_supported(card, IPA_SETADAPTERPARMS)) { in qeth_hardsetup_card() 6747 if (qeth_is_supported(card, IPA_INBOUND_CHECKSUM)) in qeth_set_ipa_rx_csum() 6868 if (!qeth_is_supported(card, IPA_OUTBOUND_CHECKSUM)) in qeth_fix_features() 6872 if (!qeth_is_supported(card, IPA_INBOUND_CHECKSUM) && in qeth_fix_features() 6875 if (!qeth_is_supported(card, IPA_OUTBOUND_TSO)) in qeth_fix_features()
|