Searched defs:qeth_reply (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/s390/net/ |
D | qeth_core.h | 634 struct qeth_reply { struct 637 int (*callback)(struct qeth_card *, struct qeth_reply *, argument 639 u32 seqno; 640 unsigned long offset; 641 atomic_t received; 642 int rc; 643 void *param; 644 struct qeth_card *card; 645 atomic_t refcnt;
|
D | qeth_core_main.c | 2931 int (*reply_cb)(struct qeth_card *, struct qeth_reply*, in qeth_send_ipa_cmd() 4481 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_send_ipa_snmp_cmd() 5326 struct qeth_reply *, unsigned long), in qeth_send_setassparms()
|
D | qeth_l3_main.c | 2323 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_l3_send_ipa_arp_cmd()
|