Home
last modified time | relevance | path

Searched refs:qeth_reply (Results 1 – 4 of 4) sorted by relevance

/drivers/s390/net/
Dqeth_core.h639 struct qeth_reply { struct
642 int (*callback)(struct qeth_card *, struct qeth_reply *, argument
919 (struct qeth_card *, struct qeth_reply *, unsigned long),
958 int (*reply_cb)(struct qeth_card *, struct qeth_reply*, unsigned long),
990 struct qeth_reply *, unsigned long),
Dqeth_core_main.c562 static struct qeth_reply *qeth_alloc_reply(struct qeth_card *card) in qeth_alloc_reply()
564 struct qeth_reply *reply; in qeth_alloc_reply()
566 reply = kzalloc(sizeof(struct qeth_reply), GFP_ATOMIC); in qeth_alloc_reply()
575 static void qeth_get_reply(struct qeth_reply *reply) in qeth_get_reply()
581 static void qeth_put_reply(struct qeth_reply *reply) in qeth_put_reply()
686 struct qeth_reply *reply, *r; in qeth_clear_ipacmd_list()
825 struct qeth_reply *reply, *r; in qeth_send_control_data_cb()
2060 struct qeth_reply *cb_reply, in qeth_send_control_data()
2066 struct qeth_reply *reply = NULL; in qeth_send_control_data()
2162 static int qeth_cm_enable_cb(struct qeth_card *card, struct qeth_reply *reply, in qeth_cm_enable_cb()
[all …]
Dqeth_l2_main.c296 struct qeth_reply *reply, unsigned long data) in qeth_l2_send_setdelvlan_cb()
1881 struct qeth_reply *reply, unsigned long data) in qeth_bridgeport_query_support_cb()
1934 struct qeth_reply *reply, unsigned long data) in qeth_bridgeport_query_ports_cb()
2007 struct qeth_reply *reply, unsigned long data) in qeth_bridgeport_set_cb()
Dqeth_l3_main.c1017 struct qeth_reply *reply, unsigned long data) in qeth_l3_default_setassparms_cb()
1377 struct qeth_reply *reply, unsigned long data) in qeth_l3_iqd_read_initial_mac_cb()
1413 struct qeth_reply *reply, unsigned long data) in qeth_l3_get_unique_id_cb()
1457 qeth_diags_trace_cb(struct qeth_card *card, struct qeth_reply *reply, in qeth_diags_trace_cb()
2238 struct qeth_reply *reply, unsigned long data) in qeth_l3_arp_query_cb()
2323 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_l3_send_ipa_arp_cmd() argument