Home
last modified time | relevance | path

Searched refs:qeth_ipa_cmd (Results 1 – 5 of 5) sorted by relevance

/drivers/s390/net/
A Dqeth_l3_main.c300 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l3_setdelip_cb()
321 struct qeth_ipa_cmd *cmd; in qeth_l3_send_setdelmc()
372 struct qeth_ipa_cmd *cmd; in qeth_l3_send_setdelip()
404 struct qeth_ipa_cmd *cmd; in qeth_l3_send_setrouting()
914 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l3_iqd_read_initial_mac_cb()
945 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l3_get_unique_id_cb()
982 struct qeth_ipa_cmd *cmd; in qeth_diags_trace_cb()
1039 struct qeth_ipa_cmd *cmd; in qeth_diags_trace()
1217 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l3_arp_cmd_cb()
1301 struct qeth_ipa_cmd *cmd; in qeth_l3_arp_query_cb()
[all …]
A Dqeth_l2_main.c71 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l2_send_setdelmac_cb()
79 struct qeth_ipa_cmd *cmd; in qeth_l2_send_setdelmac()
219 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l2_send_setdelvlan_cb()
234 struct qeth_ipa_cmd *cmd; in qeth_l2_send_setdelvlan()
1337 struct qeth_ipa_cmd *cmd) in qeth_bridge_state_change()
1554 struct qeth_ipa_cmd *cmd) in qeth_bridgeport_makerc()
1678 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_bridgeport_query_support_cb()
1722 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_bridgeport_query_ports_cb()
1784 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *)data; in qeth_bridgeport_set_cb()
1911 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l2_vnicc_request_cb()
[all …]
A Dqeth_core_main.c3109 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_send_ipa_cmd_cb()
3148 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_send_startlan_cb()
3179 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_query_setadapterparms_cb()
3286 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_query_switch_attributes_cb()
3342 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_query_setdiagass_cb()
3392 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_hw_trap_cb()
4385 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_setadp_promisc_mode_cb()
4422 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_setadpparms_change_macaddr_cb()
4467 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_setadpparms_set_access_ctrl_cb()
4749 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *)data; in qeth_setadpparms_query_oat_cb()
[all …]
A Dqeth_core.h637 static inline struct qeth_ipa_cmd *__ipa_reply(struct qeth_cmd_buffer *iob) in __ipa_reply()
642 return (struct qeth_ipa_cmd *) PDU_ENCAPSULATION(iob->data); in __ipa_reply()
645 static inline struct qeth_ipa_cmd *__ipa_cmd(struct qeth_cmd_buffer *iob) in __ipa_cmd()
647 return (struct qeth_ipa_cmd *)(iob->data + IPA_PDU_HEADER_SIZE); in __ipa_cmd()
773 struct qeth_ipa_cmd *cmd);
A Dqeth_core_mpc.h828 struct qeth_ipa_cmd { struct
849 #define IPA_DATA_SIZEOF(field) sizeof_field(struct qeth_ipa_cmd, data.field) argument

Completed in 34 milliseconds