Searched defs:posted (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_wr.c49 * posted - Address to return the number of work requests
50 * successfully posted. May be NULL.
57 uint_t *posted)
63 chan->ch_qp.qp_ibc_qp_hdl, wr_list, size, posted));
74 * posted - Address to return the number of work requests
75 * successfully posted. May be NULL.
82 uint_t *posted)
88 chan->ch_qp.qp_ibc_qp_hdl, wr_list, size, posted));
56 ibt_post_send(ibt_channel_hdl_t chan, ibt_send_wr_t *wr_list, uint_t size, uint_t *posted) argument
81 ibt_post_recv(ibt_channel_hdl_t chan, ibt_recv_wr_t *wr_list, uint_t size, uint_t *posted) argument
H A Dibtl_srq.c186 * posted - Address to return the number of work requests
187 * successfully posted. May be NULL.
194 uint_t *posted)
200 srq->srq_ibc_srq_hdl, wr_list, size, posted));
193 ibt_post_srq(ibt_srq_hdl_t srq, ibt_recv_wr_t *wr_list, uint_t size, uint_t *posted) argument
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_bus.c401 scsa1394_bus_alloc_buf_normal(void *hdl, sbp2_bus_buf_t *buf, boolean_t posted) argument
414 aa.aa_type = posted ? T1394_ADDR_POSTED_WRITE : T1394_ADDR_NORMAL;
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c1036 SRPT_DPRINTF_L3("ch_srp_cmd, new task (%p) posted",
1251 SRPT_DPRINTF_L3("ch_srp_task_mgmt, new mgmt task(%p) posted",
1349 uint_t posted; local
1391 status = ibt_post_send(ch->ch_chan_hdl, &wr, 1, &posted);
H A Dsrpt_ioc.c49 * of receive WQ entries that can be posted to the IOC shared
1161 uint_t posted; local
1169 posted = 0;
1171 status = ibt_post_srq(ioc->ioc_srq_hdl, &wr, 1, &posted);
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_recv.c176 unsigned int posted = 0; local
213 &ic->i_recv_wrs[0], i, &posted);
215 "attempted: %d posted: %d WRs ret %d",
216 i, posted, ret);
222 i - posted);
229 if (ic->i_flowctl && posted)
230 rdsv3_ib_advertise_credits(conn, posted);
232 RDSV3_DPRINTF4("rdsv3_ib_recv_refill", "Return: conn: %p, posted: %d",
233 conn, posted);
587 * It's kind of lame that we're copying from the posted receiv
[all...]
H A Dib_send.c323 * - posted credits: this tells us how many WRs we recently
324 * posted to the receive queue. This value is transferred
334 * until we've posted new buffers and are ready to transmit these
343 * and the counter of posted buffers atomically - when we use the
345 * and grab the posted credits counter. Hence, we have to use a
362 unsigned int avail, posted, got = 0, advertise; local
375 posted = IB_GET_POST_CREDITS(oldval);
379 "wanted (%u): credits=%u posted=%u\n", wanted, avail, posted);
382 if (avail && !posted)
448 rdsv3_ib_advertise_credits(struct rdsv3_connection *conn, unsigned int posted) argument
571 uint32_t posted; local
995 uint32_t posted; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c5944 uint32_t posted = 0; local
6327 posted = 1;
6701 if (!posted) {

Completed in 104 milliseconds