Searched refs:qeth_is_supported (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/s390/net/ |
A D | qeth_l3_main.c | 475 if (!qeth_is_supported(card, IPA_IPV6)) in qeth_l3_setrouting_v6() 706 if (!qeth_is_supported(card, IPA_ARP_PROCESSING)) { in qeth_l3_start_ipa_arp_processing() 728 if (!qeth_is_supported(card, IPA_SOURCE_MAC)) { in qeth_l3_start_ipa_source_mac() 750 if (!qeth_is_supported(card, IPA_FULL_VLAN)) { in qeth_l3_start_ipa_vlan() 774 if (!qeth_is_supported(card, IPA_MULTICASTING)) { in qeth_l3_start_ipa_multicast() 837 if (!qeth_is_supported(card, IPA_IPV6)) { in qeth_l3_start_ipa_ipv6() 852 if (!qeth_is_supported(card, IPA_FILTERING)) { in qeth_l3_start_ipa_broadcast() 959 if (!qeth_is_supported(card, IPA_IPV6)) in qeth_l3_get_unique_id() 1091 if (!qeth_is_supported(card, IPA_IPV6)) in qeth_l3_add_mcast_rtnl() 1162 if (qeth_is_supported(card, IPA_FULL_VLAN)) in qeth_l3_rx_mode_work() [all …]
|
A D | qeth_core_mpc.h | 56 #define qeth_is_supported(c, f) \ macro 62 qeth_is_supported(c, f))
|
A 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()
|
A D | qeth_core_main.c | 5264 if (qeth_is_supported(card, IPA_IPV6)) { in qeth_hardsetup_card() 5269 if (qeth_is_supported(card, IPA_SETADAPTERPARMS)) { in qeth_hardsetup_card() 6722 if (qeth_is_supported(card, IPA_INBOUND_CHECKSUM)) in qeth_set_ipa_rx_csum() 6843 if (!qeth_is_supported(card, IPA_OUTBOUND_CHECKSUM)) in qeth_fix_features() 6847 if (!qeth_is_supported(card, IPA_INBOUND_CHECKSUM) && in qeth_fix_features() 6850 if (!qeth_is_supported(card, IPA_OUTBOUND_TSO)) in qeth_fix_features()
|
Completed in 30 milliseconds