Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/clients/iser/
H A Diser_xfer.c103 chan->ic_sq_post_count++; in iser_xfer_hello_msg()
104 if (chan->ic_sq_post_count > chan->ic_sq_max_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()
188 if (chan->ic_sq_post_count > chan->ic_sq_max_post_count) in iser_xfer_helloreply_msg()
189 chan->ic_sq_max_post_count = 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()
378 if (chan->ic_sq_post_count > chan->ic_sq_max_post_count) in iser_xfer_ctrlpdu()
[all …]
H A Diser_cq.c126 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()
/titanic_41/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_ib.h148 uint_t ic_sq_post_count; member