Searched refs:wr_count (Results 1 – 7 of 7) sorted by relevance
1260 int wr_count; in svc_rdma_send() local1267 wr_count = 1; in svc_rdma_send()1269 wr_count++; in svc_rdma_send()1274 if (xprt->sc_sq_depth < atomic_read(&xprt->sc_sq_count) + wr_count) { in svc_rdma_send()1290 for (i = 0; i < wr_count; i++) in svc_rdma_send()1294 atomic_add(wr_count, &xprt->sc_sq_count); in svc_rdma_send()1298 atomic_sub(wr_count, &xprt->sc_sq_count); in svc_rdma_send()1299 for (i = 0; i < wr_count; i ++) in svc_rdma_send()
716 __u32 wr_count; member735 __u32 wr_count; member748 __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()
2456 if (in_len < sizeof cmd + cmd.wqe_size * cmd.wr_count + in ib_uverbs_post_send()2474 for (i = 0; i < cmd.wr_count; ++i) { in ib_uverbs_post_send()2585 cmd.wr_count * cmd.wqe_size + in ib_uverbs_post_send()2628 u32 wr_count, in ib_uverbs_unmarshall_recv() argument2638 if (in_len < wqe_size * wr_count + in ib_uverbs_unmarshall_recv()2651 for (i = 0; i < wr_count; ++i) { in ib_uverbs_unmarshall_recv()2685 buf + wr_count * wqe_size + in ib_uverbs_unmarshall_recv()2726 in_len - sizeof cmd, cmd.wr_count, in ib_uverbs_post_recv()2776 in_len - sizeof cmd, cmd.wr_count, in ib_uverbs_post_srq_recv()
439 u32 wr_count; /* bytes written */ member