Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c956 ASSERT(ep->ep_seglbp != NULL); in rds_poll_data_completions()
957 ep->ep_seglbp->buf_nextp = bp; in rds_poll_data_completions()
958 ep->ep_seglbp = bp; in rds_poll_data_completions()
961 ep->ep_seglbp = NULL; in rds_poll_data_completions()
972 ep->ep_seglbp = bp; in rds_poll_data_completions()
976 ep->ep_seglbp->buf_nextp = bp; in rds_poll_data_completions()
977 ep->ep_seglbp = bp; in rds_poll_data_completions()
H A Drdsib_ep.c405 ep->ep_seglbp = NULL; in rds_ep_init()
719 ep->ep_seglbp = NULL; in rds_session_close()
750 ep->ep_seglbp = NULL; in rds_session_close()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_ep.h258 rds_buf_t *ep_seglbp; member