Searched refs:wr_count (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/libibverbs/ |
H A D | cmd.c | 1457 unsigned wr_count = 0; in ibv_cmd_post_send() local 1463 wr_count++; in ibv_cmd_post_send() 1467 cmd_size = sizeof *cmd + wr_count * sizeof *n + sge_count * sizeof *s; in ibv_cmd_post_send() 1472 cmd->wr_count = wr_count; in ibv_cmd_post_send() 1477 s = (struct ibv_sge *) (n + wr_count); in ibv_cmd_post_send() 1527 wr_count = resp.bad_wr; in ibv_cmd_post_send() 1528 if (wr_count) { in ibv_cmd_post_send() 1530 while (--wr_count) in ibv_cmd_post_send() 1547 unsigned wr_count = 0; in ibv_cmd_post_recv() local 1553 wr_count++; in ibv_cmd_post_recv() [all …]
|
H A D | kern-abi.h | 985 __u32 wr_count; member 1007 __u32 wr_count; member 1023 __u32 wr_count; member
|
/freebsd/sys/ofed/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 832 __u32 wr_count; member 851 __u32 wr_count; member 864 __u32 wr_count; member
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_cmd.c | 2019 wqes = uverbs_request_next_ptr(&iter, cmd.wqe_size * cmd.wr_count); in ib_uverbs_post_send() 2043 for (i = 0; i < cmd.wr_count; ++i) { in ib_uverbs_post_send() 2195 ib_uverbs_unmarshall_recv(struct uverbs_req_iter *iter, u32 wr_count, in ib_uverbs_unmarshall_recv() argument 2209 wqes = uverbs_request_next_ptr(iter, wqe_size * wr_count); in ib_uverbs_unmarshall_recv() 2226 for (i = 0; i < wr_count; ++i) { in ib_uverbs_unmarshall_recv() 2306 wr = ib_uverbs_unmarshall_recv(&iter, cmd.wr_count, cmd.wqe_size, in ib_uverbs_post_recv() 2357 wr = ib_uverbs_unmarshall_recv(&iter, cmd.wr_count, cmd.wqe_size, in ib_uverbs_post_srq_recv()
|