Home
last modified time | relevance | path

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

/openbmc/linux/net/rds/
H A Dib_recv.c57 recv->r_frag = NULL; in rds_ib_recv_init_ring()
231 if (recv->r_frag) { in rds_ib_recv_clear_one()
233 rds_ib_frag_free(ic, recv->r_frag); in rds_ib_recv_clear_one()
234 recv->r_frag = NULL; in rds_ib_recv_clear_one()
337 WARN_ON(recv->r_frag); /* leak! */ in rds_ib_recv_refill_one()
339 if (!recv->r_frag) in rds_ib_recv_refill_one()
911 rds_ib_frag_free(ic, recv->r_frag); in rds_ib_process_recv()
912 recv->r_frag = NULL; in rds_ib_process_recv()
952 recv->r_frag = NULL; in rds_ib_process_recv()
1024 if (recv->r_frag) { in rds_ib_recv_cqe_handler()
[all …]
H A Dib.h114 struct rds_page_frag *r_frag; member