Home
last modified time | relevance | path

Searched refs:num_posted (Results 1 – 11 of 11) 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/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
412 if (num_posted != NULL) in hermon_post_send_ud()
413 *num_posted = posted_cnt; in hermon_post_send_ud()
761 if (num_posted != NULL) { in hermon_post_send_rc()
762 *num_posted = posted_cnt; in hermon_post_send_rc()
1094 if (num_posted != NULL) { in hermon_post_send()
1095 *num_posted = total_posted; in hermon_post_send()
1208 if (num_posted != NULL) { in hermon_post_recv()
1209 *num_posted = posted_cnt; in hermon_post_recv()
1287 if (num_posted != NULL) { in hermon_post_srq()
[all …]
/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/sys/fibre-channel/fca/oce/
H A Doce_hw.h326 uint32_t num_posted:8; member
334 uint32_t num_posted:8;
345 uint32_t num_posted:14; member
351 uint32_t num_posted:14;
426 uint32_t num_posted:14; member
432 uint32_t num_posted:14;
/illumos-gate/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
367 if (num_posted != NULL) { in tavor_post_send()
368 *num_posted = posted_cnt; in tavor_post_send()
384 ibt_recv_wr_t *wr, uint_t num_wr, uint_t *num_posted) in tavor_post_recv() argument
607 if (num_posted != NULL) { in tavor_post_recv()
608 *num_posted = posted_cnt; in tavor_post_recv()
623 ibt_recv_wr_t *wr, uint_t num_wr, uint_t *num_posted) in tavor_post_srq() argument
834 if (num_posted != NULL) { in tavor_post_srq()
835 *num_posted = posted_cnt; in tavor_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);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_rx.c246 rxdb_reg.bits.num_posted = OCE_MAX_RQ_POSTS; in oce_rq_post_buffer()
252 rxdb_reg.bits.num_posted = nbufs; in oce_rq_post_buffer()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c2036 uint_t num_posted; in ibd_rc_post_send() local
2089 num_posted = 0; in ibd_rc_post_send()
2091 wrs, n_wrs, &num_posted); in ibd_rc_post_send()
2096 n_wrs, num_posted, ibt_status); in ibd_rc_post_send()
2098 for (i = num_posted; i < n_wrs; i++) in ibd_rc_post_send()
H A Dibd.c3915 uint_t num_posted; in ibd_post_recv_list() local
3941 num_posted = 0; in ibd_post_recv_list()
3943 &num_posted); in ibd_post_recv_list()
3949 IBD_RX_POST_CNT, num_posted, ibt_status); in ibd_post_recv_list()
3951 num_posted - i); in ibd_post_recv_list()
6682 uint_t num_posted; in ibd_post_send() local
6735 num_posted = 0; in ibd_post_send()
6737 wrs, n_wrs, &num_posted); in ibd_post_send()
6742 n_wrs, num_posted, ibt_status); in ibd_post_send()
6744 for (i = num_posted; i < n_wrs; i++) in ibd_post_send()