Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/net/
Dqeth_core.h636 struct qeth_reply { struct
639 int (*callback)(struct qeth_card *, struct qeth_reply *, argument
992 (struct qeth_card *, struct qeth_reply *, unsigned long),
1018 int (*reply_cb)(struct qeth_card *, struct qeth_reply*, unsigned long),
1048 struct qeth_reply *, unsigned long),
1050 int qeth_setassparms_cb(struct qeth_card *, struct qeth_reply *, unsigned long);
Dqeth_core_main.c581 static struct qeth_reply *qeth_alloc_reply(struct qeth_card *card) in qeth_alloc_reply()
583 struct qeth_reply *reply; in qeth_alloc_reply()
585 reply = kzalloc(sizeof(struct qeth_reply), GFP_ATOMIC); in qeth_alloc_reply()
594 static void qeth_get_reply(struct qeth_reply *reply) in qeth_get_reply()
599 static void qeth_put_reply(struct qeth_reply *reply) in qeth_put_reply()
702 struct qeth_reply *reply, *r; in qeth_clear_ipacmd_list()
821 struct qeth_reply *reply, *r; in qeth_send_control_data_cb()
2108 struct qeth_reply *cb_reply, in qeth_send_control_data()
2115 struct qeth_reply *reply = NULL; in qeth_send_control_data()
2205 static int qeth_cm_enable_cb(struct qeth_card *card, struct qeth_reply *reply, in qeth_cm_enable_cb()
[all …]
Dqeth_l2_main.c246 struct qeth_reply *reply, in qeth_l2_send_setdelvlan_cb()
1696 struct qeth_reply *reply, unsigned long data) in qeth_bridgeport_query_support_cb()
1741 struct qeth_reply *reply, unsigned long data) in qeth_bridgeport_query_ports_cb()
1805 struct qeth_reply *reply, unsigned long data) in qeth_bridgeport_set_cb()
2008 struct qeth_reply *reply, in qeth_l2_vnicc_request_cb()
Dqeth_l3_main.c947 struct qeth_reply *reply, unsigned long data) in qeth_l3_iqd_read_initial_mac_cb()
983 struct qeth_reply *reply, unsigned long data) in qeth_l3_get_unique_id_cb()
1027 qeth_diags_trace_cb(struct qeth_card *card, struct qeth_reply *reply, in qeth_diags_trace_cb()
1618 struct qeth_reply *reply, unsigned long data) in qeth_l3_arp_query_cb()
1703 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_l3_send_ipa_arp_cmd() argument