Searched refs:qeth_is_supported (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/drivers/s390/net/ |
| D | qeth_l3_main.c | 474 if (!qeth_is_supported(card, IPA_IPV6)) in qeth_l3_setrouting_v6() 705 if (!qeth_is_supported(card, IPA_ARP_PROCESSING)) { in qeth_l3_start_ipa_arp_processing() 727 if (!qeth_is_supported(card, IPA_SOURCE_MAC)) { in qeth_l3_start_ipa_source_mac() 749 if (!qeth_is_supported(card, IPA_FULL_VLAN)) { in qeth_l3_start_ipa_vlan() 773 if (!qeth_is_supported(card, IPA_MULTICASTING)) { in qeth_l3_start_ipa_multicast() 836 if (!qeth_is_supported(card, IPA_IPV6)) { in qeth_l3_start_ipa_ipv6() 851 if (!qeth_is_supported(card, IPA_FILTERING)) { in qeth_l3_start_ipa_broadcast() 958 if (!qeth_is_supported(card, IPA_IPV6)) in qeth_l3_get_unique_id() 1090 if (!qeth_is_supported(card, IPA_IPV6)) in qeth_l3_add_mcast_rtnl() 1161 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 | 5262 if (qeth_is_supported(card, IPA_IPV6)) { in qeth_hardsetup_card() 5267 if (qeth_is_supported(card, IPA_SETADAPTERPARMS)) { in qeth_hardsetup_card() 6720 if (qeth_is_supported(card, IPA_INBOUND_CHECKSUM)) in qeth_set_ipa_rx_csum() 6841 if (!qeth_is_supported(card, IPA_OUTBOUND_CHECKSUM)) in qeth_fix_features() 6845 if (!qeth_is_supported(card, IPA_INBOUND_CHECKSUM) && in qeth_fix_features() 6848 if (!qeth_is_supported(card, IPA_OUTBOUND_TSO)) in qeth_fix_features()
|