Searched refs:qeth_send_ipa_cmd (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/s390/net/ |
H A D | qeth_core_main.c | 2925 * qeth_send_ipa_cmd() - send an IPA command 2930 int qeth_send_ipa_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, qeth_send_ipa_cmd() function 2956 EXPORT_SYMBOL_GPL(qeth_send_ipa_cmd); variable 2968 rc = qeth_send_ipa_cmd(card, iob, NULL, NULL); qeth_send_startlan() 3034 rc = qeth_send_ipa_cmd(card, iob, qeth_query_setadapterparms_cb, NULL); qeth_query_setadapterparms() 3086 rc = qeth_send_ipa_cmd(card, iob, qeth_query_ipassists_cb, NULL); qeth_query_ipassists() 3127 return qeth_send_ipa_cmd(card, iob, qeth_query_switch_attributes() 3159 return qeth_send_ipa_cmd(card, iob, qeth_query_setdiagass_cb, NULL); qeth_query_setdiagass() 3228 return qeth_send_ipa_cmd(card, iob, qeth_hw_trap_cb, NULL); qeth_hw_trap() 4178 qeth_send_ipa_cmd(card, iob, qeth_setadp_promisc_mode_cb, NULL); qeth_setadp_promisc_mode() 4254 rc = qeth_send_ipa_cmd(card, iob, qeth_setadpparms_change_macaddr_cb, qeth_setadpparms_change_macaddr() 4368 rc = qeth_send_ipa_cmd(card, iob, qeth_setadpparms_set_access_ctrl_cb, qeth_setadpparms_set_access_ctrl() 4701 rc = qeth_send_ipa_cmd(card, iob, qeth_setadpparms_query_oat_cb, qeth_query_oat_command() 4764 return qeth_send_ipa_cmd(card, iob, qeth_query_card_info_cb, qeth_query_card_info() 5340 rc = qeth_send_ipa_cmd(card, iob, reply_cb, reply_param); qeth_send_setassparms()
|
H A D | qeth_l2_main.c | 324 return qeth_send_ipa_cmd(card, iob, qeth_l2_send_setdelvlan() 625 return qeth_send_ipa_cmd(card, iob, NULL, NULL); qeth_l2_send_setdelmac() 1914 if (qeth_send_ipa_cmd(card, iob, qeth_bridgeport_query_support_cb, qeth_bridgeport_query_support() 1990 rc = qeth_send_ipa_cmd(card, iob, qeth_bridgeport_query_ports_cb, qeth_bridgeport_query_ports() 2055 rc = qeth_send_ipa_cmd(card, iob, qeth_bridgeport_set_cb, qeth_bridgeport_setrole()
|
H A D | qeth_l3_main.c | 560 rc = qeth_send_ipa_cmd(card, iob, NULL, NULL); qeth_l3_send_setdelmc() 607 rc = qeth_send_ipa_cmd(card, iob, NULL, NULL); qeth_l3_send_setdelip() 625 rc = qeth_send_ipa_cmd(card, iob, NULL, NULL); qeth_l3_send_setrouting() 1407 rc = qeth_send_ipa_cmd(card, iob, qeth_l3_iqd_read_initial_mac_cb, qeth_l3_iqd_read_initial_mac() 1452 rc = qeth_send_ipa_cmd(card, iob, qeth_l3_get_unique_id_cb, NULL); qeth_l3_get_unique_id() 1529 return qeth_send_ipa_cmd(card, iob, qeth_diags_trace_cb, NULL); qeth_diags_trace()
|
H A D | qeth_core.h | 909 int qeth_send_ipa_cmd(struct qeth_card *, struct qeth_cmd_buffer *,
|
Completed in 148 milliseconds