Searched refs:qeth_is_supported (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | qeth_l3_main.c | 476 if (!qeth_is_supported(card, IPA_IPV6)) in qeth_l3_setrouting_v6() 707 if (!qeth_is_supported(card, IPA_ARP_PROCESSING)) { in qeth_l3_start_ipa_arp_processing() 729 if (!qeth_is_supported(card, IPA_SOURCE_MAC)) { in qeth_l3_start_ipa_source_mac() 751 if (!qeth_is_supported(card, IPA_FULL_VLAN)) { in qeth_l3_start_ipa_vlan() 775 if (!qeth_is_supported(card, IPA_MULTICASTING)) { in qeth_l3_start_ipa_multicast() 838 if (!qeth_is_supported(card, IPA_IPV6)) { in qeth_l3_start_ipa_ipv6() 853 if (!qeth_is_supported(card, IPA_FILTERING)) { in qeth_l3_start_ipa_broadcast() 961 if (!qeth_is_supported(card, IPA_IPV6)) in qeth_l3_get_unique_id() 1093 if (!qeth_is_supported(card, IPA_IPV6)) in qeth_l3_add_mcast_rtnl() 1182 if (qeth_is_supported(card, IPA_FULL_VLAN)) in qeth_l3_rx_mode_work() [all …]
|
| H A D | qeth_core_mpc.h | 58 #define qeth_is_supported(c, f) \ macro 64 qeth_is_supported(c, f))
|
| H A D | qeth_l2_main.c | 919 if (qeth_is_supported(card, IPA_OUTBOUND_CHECKSUM)) { in qeth_l2_setup_netdev() 928 if (qeth_is_supported(card, IPA_INBOUND_CHECKSUM) || in qeth_l2_setup_netdev() 933 if (qeth_is_supported(card, IPA_OUTBOUND_TSO)) { in qeth_l2_setup_netdev()
|
| H A D | qeth_core_main.c | 5244 if (qeth_is_supported(card, IPA_IPV6)) { in qeth_hardsetup_card() 5249 if (qeth_is_supported(card, IPA_SETADAPTERPARMS)) { in qeth_hardsetup_card() 6730 if (qeth_is_supported(card, IPA_INBOUND_CHECKSUM)) in qeth_set_ipa_rx_csum() 6851 if (!qeth_is_supported(card, IPA_OUTBOUND_CHECKSUM)) in qeth_fix_features() 6855 if (!qeth_is_supported(card, IPA_INBOUND_CHECKSUM) && in qeth_fix_features() 6858 if (!qeth_is_supported(card, IPA_OUTBOUND_TSO)) in qeth_fix_features()
|