Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/net/
Dlcs.c775 lcs_get_reply(struct lcs_reply *reply) in lcs_get_reply()
782 lcs_put_reply(struct lcs_reply *reply) in lcs_put_reply()
791 static struct lcs_reply *
794 struct lcs_reply *reply; in lcs_alloc_reply()
798 reply = kzalloc(sizeof(struct lcs_reply), GFP_ATOMIC); in lcs_alloc_reply()
817 struct lcs_reply *reply; in lcs_notify_lancmd_waiters()
822 reply = list_entry(l, struct lcs_reply, list); in lcs_notify_lancmd_waiters()
844 struct lcs_reply *reply, *list_reply, *r; in lcs_lancmd_timeout()
848 reply = (struct lcs_reply *) data; in lcs_lancmd_timeout()
870 struct lcs_reply *reply; in lcs_send_lancmd()
Dlcs.h270 struct lcs_reply { struct