Home
last modified time | relevance | path

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

/linux/drivers/s390/net/
A Dqeth_l3_main.c295 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l3_setdelip_cb()
316 struct qeth_ipa_cmd *cmd; in qeth_l3_send_setdelmc()
367 struct qeth_ipa_cmd *cmd; in qeth_l3_send_setdelip()
399 struct qeth_ipa_cmd *cmd; in qeth_l3_send_setrouting()
909 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l3_iqd_read_initial_mac_cb()
940 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l3_get_unique_id_cb()
977 struct qeth_ipa_cmd *cmd; in qeth_diags_trace_cb()
1034 struct qeth_ipa_cmd *cmd; in qeth_diags_trace()
1212 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l3_arp_cmd_cb()
1296 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()
1320 struct qeth_ipa_cmd *cmd) in qeth_bridge_state_change()
1537 struct qeth_ipa_cmd *cmd) in qeth_bridgeport_makerc()
1661 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_bridgeport_query_support_cb()
1705 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_bridgeport_query_ports_cb()
1767 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *)data; in qeth_bridgeport_set_cb()
1894 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l2_vnicc_request_cb()
[all …]
A Dqeth_core_main.c3032 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_send_ipa_cmd_cb()
3071 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_send_startlan_cb()
3102 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_query_setadapterparms_cb()
3209 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_query_switch_attributes_cb()
3265 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_query_setdiagass_cb()
3315 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_hw_trap_cb()
4324 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_setadp_promisc_mode_cb()
4361 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_setadpparms_change_macaddr_cb()
4688 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *)data; in qeth_setadpparms_query_oat_cb()
4764 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *)data; in qeth_query_card_info_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 32 milliseconds