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

/freebsd-11-stable/sys/dev/iser/
H A Diser_verbs.c86 * Notes: Update post_recv_buf_count in case of recv error completion.
102 ib_conn->post_recv_buf_count--;
877 ib_conn->post_recv_buf_count++;
881 ib_conn->post_recv_buf_count--;
908 ib_conn->post_recv_buf_count += count;
912 ib_conn->post_recv_buf_count -= count;
H A Diser_initiator.c507 /* decrementing conn->post_recv_buf_count only --after-- freeing the *
511 ib_conn->post_recv_buf_count--;
516 outstanding = ib_conn->post_recv_buf_count;
H A Dicl_iser.h414 int post_recv_buf_count; member in struct:ib_conn

Completed in 108 milliseconds