Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_xfer.c103 chan->ic_sq_post_count++; in iser_xfer_hello_msg()
105 chan->ic_sq_max_post_count = chan->ic_sq_post_count; in iser_xfer_hello_msg()
113 chan->ic_sq_post_count--; in iser_xfer_hello_msg()
187 chan->ic_sq_post_count++; in iser_xfer_helloreply_msg()
198 chan->ic_sq_post_count--; in iser_xfer_helloreply_msg()
377 chan->ic_sq_post_count++; in iser_xfer_ctrlpdu()
390 chan->ic_sq_post_count--; in iser_xfer_ctrlpdu()
480 iser_chan->ic_sq_post_count++; in iser_xfer_buf_to_ini()
491 iser_chan->ic_sq_post_count--; in iser_xfer_buf_to_ini()
582 iser_chan->ic_sq_post_count++; in iser_xfer_buf_from_ini()
[all …]
H A Diser_cq.c127 iser_chan->ic_sq_post_count--; in iser_ib_poll_send_completions()
H A Diser_ib.c677 while (chan->ic_sq_post_count != 0) { in iser_ib_free_rc_channel()
/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_ib.h148 uint_t ic_sq_post_count; member