Searched refs:ic_sq_post_count (Results 1 – 4 of 4) sorted by relevance
103 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 …]
126 iser_chan->ic_sq_post_count--; in iser_ib_poll_send_completions()
677 while (chan->ic_sq_post_count != 0) { in iser_ib_free_rc_channel()
148 uint_t ic_sq_post_count; member