Searched refs:qeth_send_ipa_cmd (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/s390/net/ |
D | qeth_l2_main.c | 310 return qeth_send_ipa_cmd(card, iob, in qeth_l2_send_setdelvlan() 574 return qeth_send_ipa_cmd(card, iob, NULL, NULL); in qeth_l2_send_setdelmac() 1733 if (qeth_send_ipa_cmd(card, iob, qeth_bridgeport_query_support_cb, in qeth_bridgeport_query_support() 1809 rc = qeth_send_ipa_cmd(card, iob, qeth_bridgeport_query_ports_cb, in qeth_bridgeport_query_ports() 1875 rc = qeth_send_ipa_cmd(card, iob, qeth_bridgeport_set_cb, in qeth_bridgeport_setrole()
|
D | qeth_core_main.c | 2978 int qeth_send_ipa_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, in qeth_send_ipa_cmd() function 3004 EXPORT_SYMBOL_GPL(qeth_send_ipa_cmd); 3016 rc = qeth_send_ipa_cmd(card, iob, NULL, NULL); in qeth_send_startlan() 3082 rc = qeth_send_ipa_cmd(card, iob, qeth_query_setadapterparms_cb, NULL); in qeth_query_setadapterparms() 3134 rc = qeth_send_ipa_cmd(card, iob, qeth_query_ipassists_cb, NULL); in qeth_query_ipassists() 3175 return qeth_send_ipa_cmd(card, iob, in qeth_query_switch_attributes() 3207 return qeth_send_ipa_cmd(card, iob, qeth_query_setdiagass_cb, NULL); in qeth_query_setdiagass() 3276 return qeth_send_ipa_cmd(card, iob, qeth_hw_trap_cb, NULL); in qeth_hw_trap() 4226 qeth_send_ipa_cmd(card, iob, qeth_setadp_promisc_mode_cb, NULL); in qeth_setadp_promisc_mode() 4302 rc = qeth_send_ipa_cmd(card, iob, qeth_setadpparms_change_macaddr_cb, in qeth_setadpparms_change_macaddr() [all …]
|
D | qeth_l3_main.c | 560 rc = qeth_send_ipa_cmd(card, iob, NULL, NULL); in qeth_l3_send_setdelmc() 607 rc = qeth_send_ipa_cmd(card, iob, NULL, NULL); in qeth_l3_send_setdelip() 625 rc = qeth_send_ipa_cmd(card, iob, NULL, NULL); in qeth_l3_send_setrouting() 1085 rc = qeth_send_ipa_cmd(card, iob, reply_cb, reply_param); in qeth_l3_send_setassparms() 1513 rc = qeth_send_ipa_cmd(card, iob, qeth_l3_iqd_read_initial_mac_cb, in qeth_l3_iqd_read_initial_mac() 1558 rc = qeth_send_ipa_cmd(card, iob, qeth_l3_get_unique_id_cb, NULL); in qeth_l3_get_unique_id() 1635 return qeth_send_ipa_cmd(card, iob, qeth_diags_trace_cb, NULL); in qeth_diags_trace()
|
D | qeth_core.h | 902 int qeth_send_ipa_cmd(struct qeth_card *, struct qeth_cmd_buffer *,
|