Searched refs:qeth_is_supported6 (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/s390/net/ |
| D | qeth_core.h | 196 #define qeth_is_supported6(c, f) \ macro 202 qeth_is_supported6(c, f) : qeth_is_supported(c, f))
|
| D | qeth_l2_main.c | 732 if (qeth_is_supported6(card, IPA_OUTBOUND_CHECKSUM_V6)) { in qeth_l2_setup_netdev() 737 qeth_is_supported6(card, IPA_INBOUND_CHECKSUM_V6)) { in qeth_l2_setup_netdev() 745 if (qeth_is_supported6(card, IPA_OUTBOUND_TSO)) { in qeth_l2_setup_netdev()
|
| D | qeth_l3_main.c | 2197 if (qeth_is_supported6(card, IPA_OUTBOUND_CHECKSUM_V6)) { in qeth_l3_setup_netdev() 2201 if (qeth_is_supported6(card, IPA_OUTBOUND_TSO)) { in qeth_l3_setup_netdev()
|
| D | qeth_core_main.c | 6053 if (!qeth_is_supported6(card, IPA_INBOUND_CHECKSUM_V6)) in qeth_set_ipa_rx_csum() 6150 if (!qeth_is_supported6(card, IPA_OUTBOUND_CHECKSUM_V6)) in qeth_fix_features() 6153 !qeth_is_supported6(card, IPA_INBOUND_CHECKSUM_V6)) in qeth_fix_features() 6157 if (!qeth_is_supported6(card, IPA_OUTBOUND_TSO)) in qeth_fix_features()
|