| /freebsd-12.1/sys/ofed/include/rdma/ |
| H A D | ib_hdrs.h | 97 __be32 imm_data; member 101 __be32 imm_data; member 107 __be32 imm_data; member
|
| H A D | ib_verbs.h | 908 __be32 imm_data; member 1238 __be32 imm_data; member
|
| /freebsd-12.1/contrib/ofed/libibverbs/ |
| H A D | compat-1_0.c | 90 __be32 imm_data; member 427 else if (TEST_SIZE_2_POINT (imm_data, sg_list) && in post_send_wrapper_1_0() 433 offsetof(struct ibv_send_wr, imm_data) - in post_send_wrapper_1_0() 435 sizeof real_wr->imm_data); in post_send_wrapper_1_0() 442 real_wr->imm_data = w->imm_data; in post_send_wrapper_1_0()
|
| H A D | kern-abi.h | 495 __be32 imm_data; member 817 __be32 imm_data; member
|
| H A D | cmd.c | 568 wc[i].imm_data = resp->wc[i].imm_data; in ibv_cmd_poll_cq() 1406 tmp->imm_data = i->imm_data; in ibv_cmd_post_send()
|
| H A D | verbs.h | 477 __be32 imm_data; member 948 __be32 imm_data; member
|
| /freebsd-12.1/contrib/ipfilter/ |
| H A D | ipmon.h | 16 void *imm_data; member
|
| /freebsd-12.1/contrib/ipfilter/lib/ |
| H A D | save_file.c | 124 fwrite(msg->imm_data, msg->imm_dsize, 1, file->fp);
|
| /freebsd-12.1/contrib/ofed/libmlx4/ |
| H A D | qp.c | 264 ctrl->imm = wr->imm_data; in mlx4_post_send() 307 set_local_inv_seg(wqe, wr->imm_data); in mlx4_post_send() 323 ctrl->imm = htobe32(wr->imm_data); in mlx4_post_send()
|
| H A D | cq.c | 328 wc->imm_data = cqe->immed_rss_invalid; in mlx4_parse_cqe() 333 wc->imm_data = be32toh(cqe->immed_rss_invalid); in mlx4_parse_cqe() 342 wc->imm_data = cqe->immed_rss_invalid; in mlx4_parse_cqe()
|
| /freebsd-12.1/sys/dev/qlnx/qlnxe/ |
| H A D | rdma_common.h | 701 __le32 imm_data /* The immediate data in case of RDMA_WITH_IMM */; member 744 __le32 imm_data /* The immediate data in case of RDMA_WITH_IMM */; member
|
| /freebsd-12.1/contrib/ofed/librdmacm/examples/ |
| H A D | udaddy.c | 213 send_wr.imm_data = htobe32(node->cma_id->qp->qp_num); in post_sends() 459 node->remote_qpn = be32toh(wc->imm_data); in create_reply_ah()
|
| H A D | mckey.c | 218 send_wr.imm_data = htobe32(node->cma_id->qp->qp_num); in post_sends()
|
| /freebsd-12.1/contrib/ofed/libmlx5/ |
| H A D | qp.c | 261 return wr->imm_data; in send_ieth() 263 return htobe32(wr->imm_data); in send_ieth() 745 ctrl->imm = htobe32(wr->imm_data); in _mlx5_post_send() 790 ctrl->imm = htobe32(wr->imm_data); in _mlx5_post_send()
|
| H A D | cq.c | 234 wc->imm_data = cqe->imm_inval_pkey; in handle_responder() 242 wc->imm_data = cqe->imm_inval_pkey; in handle_responder() 247 wc->imm_data = be32toh(cqe->imm_inval_pkey); in handle_responder()
|
| /freebsd-12.1/sys/ofed/include/uapi/rdma/ |
| H A D | ib_user_verbs.h | 435 __u32 imm_data; member 726 __u32 imm_data; member
|
| /freebsd-12.1/sys/dev/mthca/ |
| H A D | mthca_cq.c | 621 entry->ex.imm_data = cqe->imm_etype_pkey_eec; in mthca_poll_one() 627 entry->ex.imm_data = cqe->imm_etype_pkey_eec; in mthca_poll_one()
|
| H A D | mthca_qp.c | 1510 sqp->ud_header.immediate_data = wr->wr.ex.imm_data; in build_mlx_header() 1657 ((struct mthca_next_seg *) wqe)->imm = wr->ex.imm_data; in mthca_tavor_post_send() 1998 ((struct mthca_next_seg *) wqe)->imm = wr->ex.imm_data; in mthca_arbel_post_send()
|
| /freebsd-12.1/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_cq.c | 813 wc->ex.imm_data = cqe->immed_rss_invalid; in mlx4_ib_poll_one() 827 wc->ex.imm_data = cqe->immed_rss_invalid; in mlx4_ib_poll_one()
|
| /freebsd-12.1/sys/dev/cxgb/ |
| H A D | cxgb_adapter.h | 180 uint32_t imm_data; member
|
| H A D | cxgb_sge.c | 165 uint8_t imm_data[47]; member 484 const struct cpl_rx_data *cpl = (const void *)&resp->imm_data[0]; in get_imm_packet() 487 const struct cpl_rx_pkt *cpl = (const void *)&resp->imm_data[0]; in get_imm_packet() 493 memcpy(mtod(m, uint8_t *), resp->imm_data, m->m_len); in get_imm_packet() 2922 rspq->imm_data++; in process_responses()
|
| /freebsd-12.1/contrib/ofed/librdmacm/ |
| H A D | rsocket.c | 145 #define rs_msg_op(imm_data) (imm_data >> 29) argument 146 #define rs_msg_data(imm_data) (imm_data & 0x1FFFFFFF) argument 1661 wr.imm_data = htobe32(msg); in rs_post_msg() 1710 wr.imm_data = htobe32(msg); in rs_post_write_msg() 1913 msg = be32toh(wc.imm_data); in rs_poll_cq()
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_cq.c | 202 wc->ex.imm_data = cqe->imm_inval_pkey; in handle_responder() 214 wc->ex.imm_data = cqe->imm_inval_pkey; in handle_responder()
|
| /freebsd-12.1/contrib/ipfilter/tools/ |
| H A D | ipmon_y.y | 454 msg.imm_data = ipl;
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_uverbs_cmd.c | 1619 tmp.ex.imm_data = (__u32 __force) wc->ex.imm_data; in copy_wc_to_user() 2654 next->ex.imm_data = in ib_uverbs_post_send() 2655 (__be32 __force) user_wr->ex.imm_data; in ib_uverbs_post_send()
|