/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_wr.h | 177 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 D | hermon_srq.h | 172 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 D | tavor_wr.h | 290 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 D | tavor_srq.h | 217 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 D | hermon_wr.c | 74 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 D | hermon_ci.c | 1706 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 D | ibci.h | 310 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 D | ibti_common.h | 1317 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 D | tavor_wr.c | 97 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 D | tavor_ci.c | 2383 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()
|