Searched defs:qeth_reply (Results 1 – 3 of 3) 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 636 u32 seqno; 637 unsigned long offset; 638 atomic_t received; 639 int rc; 640 void *param; 641 struct qeth_card *card; 642 refcount_t refcnt;
|
D | qeth_core_main.c | 2939 int (*reply_cb)(struct qeth_card *, struct qeth_reply*, in qeth_send_ipa_cmd() 4500 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_send_ipa_snmp_cmd() 5470 struct qeth_reply *, unsigned long), in qeth_send_setassparms()
|
D | qeth_l3_main.c | 1701 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_l3_send_ipa_arp_cmd()
|