Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_wr.h177 ibt_send_wr_t *wr_p, uint_t num_wr, uint_t *num_posted);
179 ibt_recv_wr_t *wr_p, uint_t num_wr, uint_t *num_posted);
181 ibt_recv_wr_t *wr_p, uint_t num_wr, uint_t *num_posted);
H A Dhermon_srq.h172 ibt_recv_wr_t *wr_p, uint_t num_wr, uint_t *num_posted);
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_wr.h290 ibt_send_wr_t *wr_p, uint_t num_wr, uint_t *num_posted);
292 ibt_recv_wr_t *wr_p, uint_t num_wr, uint_t *num_posted);
294 ibt_recv_wr_t *wr_p, uint_t num_wr, uint_t *num_posted);
H A Dtavor_srq.h217 ibt_recv_wr_t *wr_p, uint_t num_wr, uint_t *num_posted);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c74 ibt_send_wr_t *wr, uint_t num_wr, uint_t *num_posted) in hermon_post_send_ud() argument
376 if (--num_wr > 0) { in hermon_post_send_ud()
427 ibt_send_wr_t *wr, uint_t num_wr, uint_t *num_posted) in hermon_post_send_rc() argument
719 if (--num_wr > 0) { in hermon_post_send_rc()
780 ibt_send_wr_t *wr, uint_t num_wr, uint_t *num_posted) in hermon_post_send() argument
878 numremain = num_wr; in hermon_post_send()
880 while ((wrindx < num_wr) && (status == DDI_SUCCESS)) { in hermon_post_send()
1113 ibt_recv_wr_t *wr, uint_t num_wr, uint_t *num_posted) in hermon_post_recv() argument
1175 for (wrindx = 0; wrindx < num_wr; wrindx++) { in hermon_post_recv()
1223 ibt_recv_wr_t *wr, uint_t num_wr, uint_t *num_posted) in hermon_post_srq() argument
[all …]
H A Dhermon_ci.c1706 uint_t num_wr, uint_t *num_posted_p) in hermon_ci_post_send() argument
1713 ASSERT(num_wr != 0); in hermon_ci_post_send()
1720 status = hermon_post_send(state, qphdl, wr_p, num_wr, num_posted_p); in hermon_ci_post_send()
1732 uint_t num_wr, uint_t *num_posted_p) in hermon_ci_post_recv() argument
1739 ASSERT(num_wr != 0); in hermon_ci_post_recv()
1745 status = hermon_post_recv(state, qphdl, wr_p, num_wr, num_posted_p); in hermon_ci_post_recv()
2029 ibt_recv_wr_t *wr, uint_t num_wr, uint_t *num_posted_p) in hermon_ci_post_srq() argument
2038 status = hermon_post_srq(state, srqhdl, wr, num_wr, num_posted_p); in hermon_ci_post_srq()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibci.h310 ibt_send_wr_t *wr_p, uint_t num_wr, uint_t *num_posted);
312 ibt_recv_wr_t *wr_p, uint_t num_wr, uint_t *num_posted);
337 ibt_recv_wr_t *wr, uint_t num_wr, uint_t *num_posted_p);
H A Dibti_common.h1317 uint_t num_wr, uint_t *posted);
1320 uint_t num_wr, uint_t *posted);
1323 uint_t num_wr, uint_t *posted);
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c2007 uint_t num_wr, uint_t *num_posted_p) in tavor_ci_post_send() argument
2014 ASSERT(num_wr != 0); in tavor_ci_post_send()
2031 status = tavor_post_send(state, qphdl, wr_p, num_wr, num_posted_p); in tavor_ci_post_send()
2047 uint_t num_wr, uint_t *num_posted_p) in tavor_ci_post_recv() argument
2054 ASSERT(num_wr != 0); in tavor_ci_post_recv()
2071 status = tavor_post_recv(state, qphdl, wr_p, num_wr, num_posted_p); in tavor_ci_post_recv()
2482 ibt_recv_wr_t *wr, uint_t num_wr, uint_t *num_posted_p) in tavor_ci_post_srq() argument
2507 status = tavor_post_srq(state, srqhdl, wr, num_wr, num_posted_p); in tavor_ci_post_srq()
H A Dtavor_wr.c97 ibt_send_wr_t *wr, uint_t num_wr, uint_t *num_posted) in tavor_post_send() argument
158 numremain = num_wr; in tavor_post_send()
160 while ((wrindx < num_wr) && (status == DDI_SUCCESS)) { in tavor_post_send()
384 ibt_recv_wr_t *wr, uint_t num_wr, uint_t *num_posted) in tavor_post_recv() argument
446 numremain = num_wr; in tavor_post_recv()
448 while ((wrindx < num_wr) && (status == DDI_SUCCESS)) { in tavor_post_recv()
623 ibt_recv_wr_t *wr, uint_t num_wr, uint_t *num_posted) in tavor_post_srq() argument
670 numremain = num_wr; in tavor_post_srq()
672 while ((wrindx < num_wr) && (status == DDI_SUCCESS)) { in tavor_post_srq()