Searched refs:qeth_reply (Results 1 – 4 of 4) sorted by relevance
/drivers/s390/net/ |
D | qeth_core.h | 622 struct qeth_reply { struct 625 int (*callback)(struct qeth_card *, struct qeth_reply *, argument 874 (struct qeth_card *, struct qeth_reply *, unsigned long), 911 int qeth_default_setadapterparms_cb(struct qeth_card *, struct qeth_reply *, 914 int (*reply_cb)(struct qeth_card *, struct qeth_reply*, unsigned long),
|
D | qeth_l2_main.c | 33 struct qeth_reply*, 130 struct qeth_reply *reply, in qeth_l2_send_setgroupmac_cb() 159 struct qeth_reply *reply, in qeth_l2_send_delgroupmac_cb() 266 struct qeth_reply *reply, unsigned long data) in qeth_l2_send_setdelvlan_cb() 538 struct qeth_reply*, in qeth_l2_send_setdelmac() argument 553 struct qeth_reply *reply, in qeth_l2_send_setmac_cb() 598 struct qeth_reply *reply, in qeth_l2_send_delmac_cb()
|
D | qeth_core_main.c | 485 static struct qeth_reply *qeth_alloc_reply(struct qeth_card *card) in qeth_alloc_reply() 487 struct qeth_reply *reply; in qeth_alloc_reply() 489 reply = kzalloc(sizeof(struct qeth_reply), GFP_ATOMIC); in qeth_alloc_reply() 498 static void qeth_get_reply(struct qeth_reply *reply) in qeth_get_reply() 504 static void qeth_put_reply(struct qeth_reply *reply) in qeth_put_reply() 589 struct qeth_reply *reply, *r; in qeth_clear_ipacmd_list() 721 struct qeth_reply *reply, *r; in qeth_send_control_data_cb() 1962 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_send_control_data() argument 1968 struct qeth_reply *reply = NULL; in qeth_send_control_data() 2061 static int qeth_cm_enable_cb(struct qeth_card *card, struct qeth_reply *reply, in qeth_cm_enable_cb() [all …]
|
D | qeth_l3_main.c | 1063 struct qeth_reply *reply, unsigned long data) in qeth_l3_default_setassparms_cb() 1114 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_l3_send_setassparms() argument 1522 struct qeth_reply *reply, unsigned long data) in qeth_l3_iqd_read_initial_mac_cb() 1556 struct qeth_reply *reply, unsigned long data) in qeth_l3_get_unique_id_cb() 1598 qeth_diags_trace_cb(struct qeth_card *card, struct qeth_reply *reply, in qeth_diags_trace_cb() 2384 struct qeth_reply *reply, unsigned long data) in qeth_l3_arp_query_cb() 2469 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_l3_send_ipa_arp_cmd() argument
|