Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/net/
A Dqeth_l3_main.c296 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l3_setdelip_cb()
317 struct qeth_ipa_cmd *cmd; in qeth_l3_send_setdelmc()
368 struct qeth_ipa_cmd *cmd; in qeth_l3_send_setdelip()
400 struct qeth_ipa_cmd *cmd; in qeth_l3_send_setrouting()
910 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l3_iqd_read_initial_mac_cb()
941 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l3_get_unique_id_cb()
978 struct qeth_ipa_cmd *cmd; in qeth_diags_trace_cb()
1035 struct qeth_ipa_cmd *cmd; in qeth_diags_trace()
1213 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l3_arp_cmd_cb()
1297 struct qeth_ipa_cmd *cmd; in qeth_l3_arp_query_cb()
[all …]
A Dqeth_l2_main.c69 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l2_send_setdelmac_cb()
77 struct qeth_ipa_cmd *cmd; in qeth_l2_send_setdelmac()
217 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l2_send_setdelvlan_cb()
232 struct qeth_ipa_cmd *cmd; in qeth_l2_send_setdelvlan()
1335 struct qeth_ipa_cmd *cmd) in qeth_bridge_state_change()
1552 struct qeth_ipa_cmd *cmd) in qeth_bridgeport_makerc()
1676 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_bridgeport_query_support_cb()
1720 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_bridgeport_query_ports_cb()
1782 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *)data; in qeth_bridgeport_set_cb()
1909 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l2_vnicc_request_cb()
[all …]
A Dqeth_core_main.c3067 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_send_ipa_cmd_cb()
3106 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_send_startlan_cb()
3137 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_query_setadapterparms_cb()
3244 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_query_switch_attributes_cb()
3300 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_query_setdiagass_cb()
3350 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_hw_trap_cb()
4356 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_setadp_promisc_mode_cb()
4393 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_setadpparms_change_macaddr_cb()
4438 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_setadpparms_set_access_ctrl_cb()
4720 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()
774 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