Searched refs:qeth_adp_supported (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/s390/net/ |
D | qeth_core.h | 195 #define qeth_adp_supported(c, f) \ macro
|
D | qeth_l3_main.c | 1006 if (qeth_adp_supported(card, IPA_SETADP_ALTER_MAC_ADDRESS)) { in qeth_l3_setadapter_parms() 2108 if (qeth_adp_supported(card, IPA_SETADP_SET_PROMISC_MODE)) in qeth_l3_handle_promisc_mode() 2111 qeth_adp_supported(card, IPA_SETADP_SET_DIAG_ASSIST)) { in qeth_l3_handle_promisc_mode() 2137 if (!qeth_adp_supported(card, IPA_SETADP_SET_PROMISC_MODE)) in qeth_l3_set_multicast_list()
|
D | qeth_core_main.c | 3119 if (!qeth_adp_supported(card, IPA_SETADP_QUERY_SWITCH_ATTRIBUTES)) in qeth_query_switch_attributes() 4382 qeth_adp_supported(card, IPA_SETADP_SET_ACCESS_CONTROL)) { in qeth_set_access_ctrl_online() 4581 if ((!qeth_adp_supported(card, IPA_SETADP_SET_SNMP_CONTROL)) && in qeth_snmp_command() 4671 if (!qeth_adp_supported(card, IPA_SETADP_QUERY_OAT)) { in qeth_query_oat_command() 4758 if (!qeth_adp_supported(card, IPA_SETADP_QUERY_CARD_INFO)) in qeth_query_card_info() 5098 if (qeth_adp_supported(card, IPA_SETADP_SET_DIAG_ASSIST)) { in qeth_core_hardsetup_card()
|
D | qeth_l2_main.c | 853 if (qeth_adp_supported(card, IPA_SETADP_SET_PROMISC_MODE)) in qeth_l2_set_rx_mode()
|