Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c770 uint_t nposted; in iser_ib_post_recv() local
869 nposted = 0; in iser_ib_post_recv()
870 status = ibt_post_recv(chanhdl, wrlist, npost, &nposted); in iser_ib_post_recv()
871 if ((status != IBT_SUCCESS) || (nposted != npost)) { in iser_ib_post_recv()
874 npost, nposted, status); in iser_ib_post_recv()
875 total_num -= nposted; in iser_ib_post_recv()
880 total_num -= nposted; in iser_ib_post_recv()