Searched refs:qeth_is_supported (Results 1 – 4 of 4) sorted by relevance
/drivers/s390/net/ |
D | qeth_l3_main.c | 477 if (!qeth_is_supported(card, IPA_IPV6)) in qeth_l3_setrouting_v6() 708 if (!qeth_is_supported(card, IPA_ARP_PROCESSING)) { in qeth_l3_start_ipa_arp_processing() 730 if (!qeth_is_supported(card, IPA_SOURCE_MAC)) { in qeth_l3_start_ipa_source_mac() 752 if (!qeth_is_supported(card, IPA_FULL_VLAN)) { in qeth_l3_start_ipa_vlan() 776 if (!qeth_is_supported(card, IPA_MULTICASTING)) { in qeth_l3_start_ipa_multicast() 839 if (!qeth_is_supported(card, IPA_IPV6)) { in qeth_l3_start_ipa_ipv6() 854 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 | 1092 if (qeth_is_supported(card, IPA_OUTBOUND_CHECKSUM)) { in qeth_l2_setup_netdev() 1101 if (qeth_is_supported(card, IPA_INBOUND_CHECKSUM) || in qeth_l2_setup_netdev() 1106 if (qeth_is_supported(card, IPA_OUTBOUND_TSO)) { in qeth_l2_setup_netdev()
|
D | qeth_core_main.c | 5350 if (qeth_is_supported(card, IPA_IPV6)) { in qeth_hardsetup_card() 5355 if (qeth_is_supported(card, IPA_SETADAPTERPARMS)) { in qeth_hardsetup_card() 6809 if (qeth_is_supported(card, IPA_INBOUND_CHECKSUM)) in qeth_set_ipa_rx_csum() 6930 if (!qeth_is_supported(card, IPA_OUTBOUND_CHECKSUM)) in qeth_fix_features() 6934 if (!qeth_is_supported(card, IPA_INBOUND_CHECKSUM) && in qeth_fix_features() 6937 if (!qeth_is_supported(card, IPA_OUTBOUND_TSO)) in qeth_fix_features()
|