Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/net/
Dlcs.c757 lcs_get_reply(struct lcs_reply *reply) in lcs_get_reply()
763 lcs_put_reply(struct lcs_reply *reply) in lcs_put_reply()
769 static struct lcs_reply *
772 struct lcs_reply *reply; in lcs_alloc_reply()
776 reply = kzalloc(sizeof(struct lcs_reply), GFP_ATOMIC); in lcs_alloc_reply()
795 struct lcs_reply *reply; in lcs_notify_lancmd_waiters()
800 reply = list_entry(l, struct lcs_reply, list); in lcs_notify_lancmd_waiters()
822 struct lcs_reply *reply = from_timer(reply, t, timer); in lcs_lancmd_timeout()
823 struct lcs_reply *list_reply, *r; in lcs_lancmd_timeout()
848 struct lcs_reply *reply; in lcs_send_lancmd()
Dlcs.h272 struct lcs_reply { struct