Searched refs:qeth_reply (Results 1 – 4 of 4) sorted by relevance
/drivers/s390/net/ |
D | qeth_core.h | 618 struct qeth_reply { struct 621 int (*callback)(struct qeth_card *, struct qeth_reply *, argument 881 (struct qeth_card *, struct qeth_reply *, unsigned long), 918 int (*reply_cb)(struct qeth_card *, struct qeth_reply*, unsigned long),
|
D | qeth_l2_main.c | 31 struct qeth_reply*, 128 struct qeth_reply *reply, in qeth_l2_send_setgroupmac_cb() 157 struct qeth_reply *reply, in qeth_l2_send_delgroupmac_cb() 264 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 | 522 static struct qeth_reply *qeth_alloc_reply(struct qeth_card *card) in qeth_alloc_reply() 524 struct qeth_reply *reply; in qeth_alloc_reply() 526 reply = kzalloc(sizeof(struct qeth_reply), GFP_ATOMIC); in qeth_alloc_reply() 535 static void qeth_get_reply(struct qeth_reply *reply) in qeth_get_reply() 541 static void qeth_put_reply(struct qeth_reply *reply) in qeth_put_reply() 638 struct qeth_reply *reply, *r; in qeth_clear_ipacmd_list() 770 struct qeth_reply *reply, *r; in qeth_send_control_data_cb() 2018 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_send_control_data() argument 2024 struct qeth_reply *reply = NULL; in qeth_send_control_data() 2117 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 | 1013 struct qeth_reply *reply, unsigned long data) in qeth_l3_default_setassparms_cb() 1064 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_l3_send_setassparms() argument 1473 struct qeth_reply *reply, unsigned long data) in qeth_l3_iqd_read_initial_mac_cb() 1507 struct qeth_reply *reply, unsigned long data) in qeth_l3_get_unique_id_cb() 1549 qeth_diags_trace_cb(struct qeth_card *card, struct qeth_reply *reply, in qeth_diags_trace_cb() 2332 struct qeth_reply *reply, unsigned long data) in qeth_l3_arp_query_cb() 2417 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_l3_send_ipa_arp_cmd() argument
|