Home
last modified time | relevance | path

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

/freebsd/sys/dev/iser/
H A Diser_verbs.c101 ib_conn->post_recv_buf_count--; in iser_handle_comp_error()
866 ib_conn->post_recv_buf_count++; in iser_post_recvl()
870 ib_conn->post_recv_buf_count--; in iser_post_recvl()
898 ib_conn->post_recv_buf_count += count; in iser_post_recvm()
902 ib_conn->post_recv_buf_count -= count; in iser_post_recvm()
H A Diser_initiator.c510 ib_conn->post_recv_buf_count--; in iser_rcv_completion()
515 outstanding = ib_conn->post_recv_buf_count; in iser_rcv_completion()
H A Dicl_iser.h412 int post_recv_buf_count; member