Searched refs:lcs_reply (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dlcs.h276 struct lcs_reply { struct
H A Dlcs.c778 lcs_get_reply(struct lcs_reply *reply)
785 lcs_put_reply(struct lcs_reply *reply)
794 static struct lcs_reply *
797 struct lcs_reply *reply;
801 reply = kzalloc(sizeof(struct lcs_reply), GFP_ATOMIC);
820 struct lcs_reply *reply;
825 reply = list_entry(l, struct lcs_reply, list);
847 struct lcs_reply *reply, *list_reply, *r;
851 reply = (struct lcs_reply *) data;
873 struct lcs_reply *repl
[all...]

Completed in 231 milliseconds