Home
last modified time | relevance | path

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

/titanic_41/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);
/titanic_41/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);
/titanic_41/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
830 return (hermon_post_send_ud(state, qp, wr, num_wr, num_posted)); in hermon_post_send()
834 return (hermon_post_send_rc(state, qp, wr, num_wr, num_posted)); in hermon_post_send()
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
[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()
/titanic_41/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);
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c97 ibt_send_wr_t *wr, uint_t num_wr, uint_t *num_posted) in tavor_post_send() argument
166 numremain = num_wr; in tavor_post_send()
168 while ((wrindx < num_wr) && (status == DDI_SUCCESS)) { in tavor_post_send()
397 ibt_recv_wr_t *wr, uint_t num_wr, uint_t *num_posted) in tavor_post_recv() argument
470 numremain = num_wr; in tavor_post_recv()
472 while ((wrindx < num_wr) && (status == DDI_SUCCESS)) { in tavor_post_recv()
652 ibt_recv_wr_t *wr, uint_t num_wr, uint_t *num_posted) in tavor_post_srq() argument
707 numremain = num_wr; in tavor_post_srq()
709 while ((wrindx < num_wr) && (status == DDI_SUCCESS)) { in tavor_post_srq()
H A Dtavor_ci.c2383 uint_t num_wr, uint_t *num_posted_p) in tavor_ci_post_send() argument
2392 ASSERT(num_wr != 0); in tavor_ci_post_send()
2415 status = tavor_post_send(state, qphdl, wr_p, num_wr, num_posted_p); in tavor_ci_post_send()
2435 uint_t num_wr, uint_t *num_posted_p) in tavor_ci_post_recv() argument
2444 ASSERT(num_wr != 0); in tavor_ci_post_recv()
2467 status = tavor_post_recv(state, qphdl, wr_p, num_wr, num_posted_p); in tavor_ci_post_recv()
2998 ibt_recv_wr_t *wr, uint_t num_wr, uint_t *num_posted_p) in tavor_ci_post_srq() argument
3034 status = tavor_post_srq(state, srqhdl, wr, num_wr, num_posted_p); in tavor_ci_post_srq()