Home
last modified time | relevance | path

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

/linux/net/rds/
A Dib_recv.c56 recv->r_frag = NULL; in rds_ib_recv_init_ring()
230 if (recv->r_frag) { in rds_ib_recv_clear_one()
232 rds_ib_frag_free(ic, recv->r_frag); in rds_ib_recv_clear_one()
233 recv->r_frag = NULL; in rds_ib_recv_clear_one()
336 WARN_ON(recv->r_frag); /* leak! */ in rds_ib_recv_refill_one()
338 if (!recv->r_frag) in rds_ib_recv_refill_one()
909 rds_ib_frag_free(ic, recv->r_frag); in rds_ib_process_recv()
910 recv->r_frag = NULL; in rds_ib_process_recv()
950 recv->r_frag = NULL; in rds_ib_process_recv()
1022 if (recv->r_frag) { in rds_ib_recv_cqe_handler()
[all …]
A Dib.h114 struct rds_page_frag *r_frag; member

Completed in 11 milliseconds