Searched refs:qeth_reply (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/s390/net/ |
D | qeth_core.h | 634 struct qeth_reply { struct 637 int (*callback)(struct qeth_card *, struct qeth_reply *, argument 911 (struct qeth_card *, struct qeth_reply *, unsigned long), 950 int (*reply_cb)(struct qeth_card *, struct qeth_reply*, unsigned long), 982 struct qeth_reply *, unsigned long),
|
D | qeth_core_main.c | 552 static struct qeth_reply *qeth_alloc_reply(struct qeth_card *card) in qeth_alloc_reply() 554 struct qeth_reply *reply; in qeth_alloc_reply() 556 reply = kzalloc(sizeof(struct qeth_reply), GFP_ATOMIC); in qeth_alloc_reply() 565 static void qeth_get_reply(struct qeth_reply *reply) in qeth_get_reply() 571 static void qeth_put_reply(struct qeth_reply *reply) in qeth_put_reply() 676 struct qeth_reply *reply, *r; in qeth_clear_ipacmd_list() 815 struct qeth_reply *reply, *r; in qeth_send_control_data_cb() 2049 struct qeth_reply *cb_reply, in qeth_send_control_data() 2055 struct qeth_reply *reply = NULL; in qeth_send_control_data() 2148 static int qeth_cm_enable_cb(struct qeth_card *card, struct qeth_reply *reply, in qeth_cm_enable_cb() [all …]
|
D | qeth_l2_main.c | 296 struct qeth_reply *reply, unsigned long data) in qeth_l2_send_setdelvlan_cb() 1873 struct qeth_reply *reply, unsigned long data) in qeth_bridgeport_query_support_cb() 1926 struct qeth_reply *reply, unsigned long data) in qeth_bridgeport_query_ports_cb() 1999 struct qeth_reply *reply, unsigned long data) in qeth_bridgeport_set_cb()
|
D | qeth_l3_main.c | 1017 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
|