Searched refs:qeth_reply (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/s390/net/ |
D | qeth_core.h | 631 struct qeth_reply { struct 634 int (*callback)(struct qeth_card *, struct qeth_reply *, argument 982 (struct qeth_card *, struct qeth_reply *, unsigned long), 1008 int (*reply_cb)(struct qeth_card *, struct qeth_reply*, unsigned long), 1038 struct qeth_reply *, unsigned long), 1040 int qeth_setassparms_cb(struct qeth_card *, struct qeth_reply *, unsigned long);
|
D | qeth_core_main.c | 586 static struct qeth_reply *qeth_alloc_reply(struct qeth_card *card) in qeth_alloc_reply() 588 struct qeth_reply *reply; in qeth_alloc_reply() 590 reply = kzalloc(sizeof(struct qeth_reply), GFP_ATOMIC); in qeth_alloc_reply() 599 static void qeth_get_reply(struct qeth_reply *reply) in qeth_get_reply() 604 static void qeth_put_reply(struct qeth_reply *reply) in qeth_put_reply() 707 struct qeth_reply *reply, *r; in qeth_clear_ipacmd_list() 826 struct qeth_reply *reply, *r; in qeth_send_control_data_cb() 2094 struct qeth_reply *cb_reply, in qeth_send_control_data() 2101 struct qeth_reply *reply = NULL; in qeth_send_control_data() 2190 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 | 246 struct qeth_reply *reply, in qeth_l2_send_setdelvlan_cb() 1686 struct qeth_reply *reply, unsigned long data) in qeth_bridgeport_query_support_cb() 1731 struct qeth_reply *reply, unsigned long data) in qeth_bridgeport_query_ports_cb() 1795 struct qeth_reply *reply, unsigned long data) in qeth_bridgeport_set_cb() 1998 struct qeth_reply *reply, in qeth_l2_vnicc_request_cb()
|
D | qeth_l3_main.c | 945 struct qeth_reply *reply, unsigned long data) in qeth_l3_iqd_read_initial_mac_cb() 981 struct qeth_reply *reply, unsigned long data) in qeth_l3_get_unique_id_cb() 1025 qeth_diags_trace_cb(struct qeth_card *card, struct qeth_reply *reply, in qeth_diags_trace_cb() 1616 struct qeth_reply *reply, unsigned long data) in qeth_l3_arp_query_cb() 1701 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_l3_send_ipa_arp_cmd() argument
|