Searched refs:qeth_is_supported (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/s390/net/ |
D | qeth_l3_main.c | 691 if (!qeth_is_supported(card, IPA_IPV6)) in qeth_l3_setrouting_v6() 994 if (!qeth_is_supported(card, IPA_SETADAPTERPARMS)) { in qeth_l3_setadapter_parms() 1092 if (!qeth_is_supported(card, IPA_ARP_PROCESSING)) { in qeth_l3_start_ipa_arp_processing() 1114 if (!qeth_is_supported(card, IPA_IP_FRAGMENTATION)) { in qeth_l3_start_ipa_ip_fragmentation() 1139 if (!qeth_is_supported(card, IPA_SOURCE_MAC)) { in qeth_l3_start_ipa_source_mac() 1161 if (!qeth_is_supported(card, IPA_FULL_VLAN)) { in qeth_l3_start_ipa_vlan() 1185 if (!qeth_is_supported(card, IPA_MULTICASTING)) { in qeth_l3_start_ipa_multicast() 1258 if (!qeth_is_supported(card, IPA_IPV6)) { in qeth_l3_start_ipa_ipv6() 1275 if (!qeth_is_supported(card, IPA_FILTERING)) { in qeth_l3_start_ipa_broadcast() 1319 if (qeth_is_supported(card, IPA_INBOUND_CHECKSUM) in qeth_l3_start_ipa_checksum() [all …]
|
D | qeth_core.h | 199 #define qeth_is_supported(c, f) \ macro 209 qeth_is_supported6(c, f) : qeth_is_supported(c, f))
|
D | qeth_l2_main.c | 413 if (!qeth_is_supported(card, IPA_OUTBOUND_CHECKSUM)) in qeth_l2_fix_features() 415 if (!qeth_is_supported(card, IPA_INBOUND_CHECKSUM)) in qeth_l2_fix_features() 679 if (qeth_is_supported(card, IPA_SETADAPTERPARMS)) { in qeth_l2_request_initial_mac() 1137 if (qeth_is_supported(card, IPA_INBOUND_CHECKSUM)) in qeth_l2_start_ipassists()
|
D | qeth_core_main.c | 4197 if ((!qeth_is_supported(card, IPA_IP_FRAGMENTATION)) && in qeth_change_mtu() 5091 if (qeth_is_supported(card, IPA_SETADAPTERPARMS)) { in qeth_core_hardsetup_card() 6100 if (!qeth_is_supported(card, IPA_OUTBOUND_CHECKSUM)) in qeth_start_ipa_tx_checksum()
|