Searched refs:post_recv_buf_count (Results 1 – 3 of 3) sorted by relevance
760 ib_conn->post_recv_buf_count = 0; in iser_conn_init()844 ib_conn->post_recv_buf_count++; in iser_post_recvl()848 ib_conn->post_recv_buf_count--; in iser_post_recvl()875 ib_conn->post_recv_buf_count += count; in iser_post_recvm()879 ib_conn->post_recv_buf_count -= count; in iser_post_recvm()
337 WARN_ON(ib_conn->post_recv_buf_count != 1); in iser_post_rx_bufs()593 ib_conn->post_recv_buf_count--; in iser_login_rsp()694 ib_conn->post_recv_buf_count--; in iser_task_rsp()696 outstanding = ib_conn->post_recv_buf_count; in iser_task_rsp()
382 int post_recv_buf_count; member