Home
last modified time | relevance | path

Searched refs:buf_ep (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_buf.c506 bp[ix].buf_ep = ep; in rds_init_send_pool()
515 bp[nbuf - 1].buf_ep = ep; in rds_init_send_pool()
535 bp[ix].buf_ep = ep; in rds_init_send_pool()
542 bp[nbuf - 1].buf_ep = ep; in rds_init_send_pool()
730 bp->buf_ep = NULL; in rds_free_buf()
736 bp->buf_ep = NULL; in rds_free_buf()
740 bp->buf_ep = NULL; in rds_free_buf()
1101 ep = bp->buf_ep; in rds_free_recv_buf()
H A Drdsib_ib.c794 bp1->buf_ep = ep; in rds_post_recv_buf()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_buf.h108 struct rds_ep_s *buf_ep; member