Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/s390/net/
Dlcs.c758 lcs_get_reply(struct lcs_reply *reply) in lcs_get_reply()
764 lcs_put_reply(struct lcs_reply *reply) in lcs_put_reply()
770 static struct lcs_reply *
773 struct lcs_reply *reply; in lcs_alloc_reply()
777 reply = kzalloc(sizeof(struct lcs_reply), GFP_ATOMIC); in lcs_alloc_reply()
796 struct lcs_reply *reply; in lcs_notify_lancmd_waiters()
801 reply = list_entry(l, struct lcs_reply, list); in lcs_notify_lancmd_waiters()
823 struct lcs_reply *reply = from_timer(reply, t, timer); in lcs_lancmd_timeout()
824 struct lcs_reply *list_reply, *r; in lcs_lancmd_timeout()
849 struct lcs_reply *reply; in lcs_send_lancmd()
Dlcs.h272 struct lcs_reply { struct