Home
last modified time | relevance | path

Searched refs:buf_nextp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_buf.c297 bp[ix].buf_nextp = &bp[ix + 1]; in rds_init_recv_caches()
304 bp[NDataRX - 1].buf_nextp = NULL; in rds_init_recv_caches()
315 bp[ix].buf_nextp = &bp[ix + 1]; in rds_init_recv_caches()
320 bp[nbuf - 1].buf_nextp = NULL; in rds_init_recv_caches()
505 bp[ix].buf_nextp = &bp[ix + 1]; in rds_init_send_pool()
514 bp[nbuf - 1].buf_nextp = NULL; in rds_init_send_pool()
534 bp[ix].buf_nextp = &bp[ix + 1]; in rds_init_send_pool()
541 bp[nbuf - 1].buf_nextp = NULL; in rds_init_send_pool()
647 bp = bp->buf_nextp; in rds_reinit_send_pool()
723 pool->pool_tailp->buf_nextp = bp; in rds_free_buf()
[all …]
H A Drdsib_ib.c799 bp1 = bp1->buf_nextp; in rds_post_recv_buf()
817 bp = bp->buf_nextp; in rds_post_recv_buf()
897 bp->buf_nextp = NULL; in rds_poll_data_completions()
957 ep->ep_seglbp->buf_nextp = bp; in rds_poll_data_completions()
976 ep->ep_seglbp->buf_nextp = bp; in rds_poll_data_completions()
1113 bp->buf_nextp = NULL; in rds_poll_send_completions()
1115 tailp->buf_nextp = bp; in rds_poll_send_completions()
H A Drdsib_ep.c1626 bp1 = bp1->buf_nextp; in rds_build_n_post_msg()
1652 bp1 = bp1->buf_nextp; in rds_build_n_post_msg()
1784 bp = bp->buf_nextp; in rds_resend_messages()
1810 bp = bp->buf_nextp; in rds_resend_messages()
1811 spool->pool_tailp->buf_nextp = NULL; in rds_resend_messages()
1835 bp = bp->buf_nextp; in rds_resend_messages()
2245 bp1 = bp->buf_nextp; in rds_received_msg()
2264 bp1 = bp1->buf_nextp; in rds_received_msg()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_buf.h107 struct rds_buf_s *buf_nextp; member