Searched defs:qeth_reply (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/s390/net/ |
D | qeth_core.h | 622 struct qeth_reply { struct 625 int (*callback)(struct qeth_card *, struct qeth_reply *, argument 627 u32 seqno; 628 unsigned long offset; 629 atomic_t received; 630 int rc; 631 void *param; 632 struct qeth_card *card; 633 atomic_t refcnt;
|
D | qeth_l2_main.c | 538 struct qeth_reply*, in qeth_l2_send_setdelmac()
|
D | qeth_core_main.c | 1962 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_send_control_data() 2829 int (*reply_cb)(struct qeth_card *, struct qeth_reply*, in qeth_send_ipa_cmd() 4269 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_send_ipa_snmp_cmd()
|
D | qeth_l3_main.c | 1114 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_l3_send_setassparms() 2469 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_l3_send_ipa_arp_cmd()
|