Searched refs:qeth_is_supported (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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() 1132 if (!qeth_is_supported(card, IPA_ARP_PROCESSING)) { in qeth_l3_start_ipa_arp_processing() 1154 if (!qeth_is_supported(card, IPA_IP_FRAGMENTATION)) { in qeth_l3_start_ipa_ip_fragmentation() 1179 if (!qeth_is_supported(card, IPA_SOURCE_MAC)) { in qeth_l3_start_ipa_source_mac() 1201 if (!qeth_is_supported(card, IPA_FULL_VLAN)) { in qeth_l3_start_ipa_vlan() 1225 if (!qeth_is_supported(card, IPA_MULTICASTING)) { in qeth_l3_start_ipa_multicast() 1298 if (!qeth_is_supported(card, IPA_IPV6)) { in qeth_l3_start_ipa_ipv6() 1315 if (!qeth_is_supported(card, IPA_FILTERING)) { in qeth_l3_start_ipa_broadcast() 1418 if (!qeth_is_supported(card, IPA_OUTBOUND_CHECKSUM)) in qeth_l3_start_ipa_tx_checksum() [all …]
|
D | qeth_core.h | 196 #define qeth_is_supported(c, f) \ macro 206 qeth_is_supported6(c, f) : qeth_is_supported(c, f))
|
D | qeth_l2_main.c | 628 if (qeth_is_supported(card, IPA_SETADAPTERPARMS)) { in qeth_l2_request_initial_mac()
|
D | qeth_core_main.c | 4245 if ((!qeth_is_supported(card, IPA_IP_FRAGMENTATION)) && in qeth_change_mtu() 5140 if (qeth_is_supported(card, IPA_SETADAPTERPARMS)) { in qeth_core_hardsetup_card()
|