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.c647 bp = bp->buf_nextp; in rds_reinit_send_pool()
731 bp->buf_nextp = NULL; in rds_free_buf()
737 bp = bp->buf_nextp; in rds_free_buf()
741 bp->buf_nextp = NULL; in rds_free_buf()
774 bp1 = bp1->buf_nextp; in rds_get_buf()
779 bp1->buf_nextp = NULL; in rds_get_buf()
1012 bp1 = bp1->buf_nextp; in rds_get_send_buf()
1018 bp1->buf_nextp = NULL; in rds_get_send_buf()
1117 bp1 = bp1->buf_nextp; in rds_free_recv_buf()
1119 bp1->buf_nextp = NULL; in rds_free_recv_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