Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/net/
H A Dlcs.c753 lcs_get_reply(struct lcs_reply *reply) in lcs_get_reply()
759 lcs_put_reply(struct lcs_reply *reply) in lcs_put_reply()
765 static struct lcs_reply *
768 struct lcs_reply *reply; in lcs_alloc_reply()
772 reply = kzalloc(sizeof(struct lcs_reply), GFP_ATOMIC); in lcs_alloc_reply()
791 struct lcs_reply *reply; in lcs_notify_lancmd_waiters()
796 reply = list_entry(l, struct lcs_reply, list); in lcs_notify_lancmd_waiters()
818 struct lcs_reply *reply = from_timer(reply, t, timer); in lcs_lancmd_timeout()
819 struct lcs_reply *list_reply, *r; in lcs_lancmd_timeout()
844 struct lcs_reply *reply; in lcs_send_lancmd()
H A Dlcs.h272 struct lcs_reply { struct