Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c769 int npre, int npost) in allocate_entry() argument
780 attribute, npre, npost)); in allocate_entry()
792 int npre, int npost) in set_entry() argument
821 e->e_post_uses = npost; in set_entry()
863 int npre, int npost) in add_entry_table() argument
884 attribute, npre, npost); in add_entry_table()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c716 uint_t npost, nspace, rcv_len; in rds_post_recv_buf() local
809 npost = nspace; in rds_post_recv_buf()
810 while (npost) { in rds_post_recv_buf()
811 jx = (npost > RDS_POST_FEW_ATATIME) ? in rds_post_recv_buf()
812 RDS_POST_FEW_ATATIME : npost; in rds_post_recv_buf()
823 "%d", npost, ret); in rds_post_recv_buf()
824 npost -= kx; in rds_post_recv_buf()
828 npost -= jx; in rds_post_recv_buf()
832 if (npost != 0) { in rds_post_recv_buf()
834 "EP(%p) Failed to post %d WRs", ep, npost); in rds_post_recv_buf()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c769 int total_num, npost; in iser_ib_post_recv() local
857 npost = (total_num > ISER_IB_RQ_POST_MAX) ? in iser_ib_post_recv()
861 for (i = 0; i < npost; i++) { 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()