Searched refs:svc_recv (Results 1 – 3 of 3) sorted by relevance
311 struct svc_recv { struct
392 static struct svc_recv *rib_init_svc_recv(rib_qp_t *, ibt_wr_ds_t *);393 static int rib_free_svc_recv(struct svc_recv *);1321 struct svc_recv *s_recvp; in rib_svc_rcq_handler()1338 s_recvp = (struct svc_recv *)(uintptr_t)wc.wc_id; in rib_svc_rcq_handler()2564 struct svc_recv *s_recvp; in rib_svc_post()3563 static struct svc_recv *3566 struct svc_recv *recvp; in rib_init_svc_recv()3568 recvp = kmem_zalloc(sizeof (struct svc_recv), KM_SLEEP); in rib_init_svc_recv()3576 rib_free_svc_recv(struct svc_recv *recvp) in rib_free_svc_recv()
607 #define svc_recv(xprt, msg) \ macro