Searched refs:wr_count (Results 1 – 7 of 7) sorted by relevance
1262 int wr_count; in svc_rdma_send() local1269 wr_count = 1; in svc_rdma_send()1271 wr_count++; in svc_rdma_send()1276 if (xprt->sc_sq_depth < atomic_read(&xprt->sc_sq_count) + wr_count) { in svc_rdma_send()1292 for (i = 0; i < wr_count; i++) in svc_rdma_send()1296 atomic_add(wr_count, &xprt->sc_sq_count); in svc_rdma_send()1300 atomic_sub(wr_count, &xprt->sc_sq_count); in svc_rdma_send()1301 for (i = 0; i < wr_count; i ++) in svc_rdma_send()
671 __u32 wr_count; member690 __u32 wr_count; member703 __u32 wr_count; member
671 u32 wr_count; member733 u32 wr_count; member
207 bdma_chan->wr_count = bdma_chan->wr_count_next = 0; in tsi721_bdma_ch_init()318 if (bdma_chan->wr_count == bdma_chan->wr_count_next) { in tsi721_start_dma()332 bdma_chan->wr_count = bdma_chan->wr_count_next; in tsi721_start_dma()
1335 priv->omsg_ring[mbox].wr_count++; in tsi721_add_outb_message()1341 priv->omsg_ring[mbox].wr_count++; in tsi721_add_outb_message()1347 iowrite32(priv->omsg_ring[mbox].wr_count, in tsi721_add_outb_message()1463 priv->omsg_ring[ch].wr_count = priv->omsg_ring[ch].tx_slot; in tsi721_omsg_handler()1620 priv->omsg_ring[mbox].wr_count = 0; in tsi721_open_outb_mbox()
2195 if (in_len < sizeof cmd + cmd.wqe_size * cmd.wr_count + in ib_uverbs_post_send()2213 for (i = 0; i < cmd.wr_count; ++i) { in ib_uverbs_post_send()2305 cmd.wr_count * cmd.wqe_size + in ib_uverbs_post_send()2348 u32 wr_count, in ib_uverbs_unmarshall_recv() argument2358 if (in_len < wqe_size * wr_count + in ib_uverbs_unmarshall_recv()2371 for (i = 0; i < wr_count; ++i) { in ib_uverbs_unmarshall_recv()2405 buf + wr_count * wqe_size + in ib_uverbs_unmarshall_recv()2445 in_len - sizeof cmd, cmd.wr_count, in ib_uverbs_post_recv()2494 in_len - sizeof cmd, cmd.wr_count, in ib_uverbs_post_srq_recv()
439 u32 wr_count; /* bytes written */ member