Home
last modified time | relevance | path

Searched refs:imm_data (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12.1/sys/ofed/include/rdma/
H A Dib_hdrs.h97 __be32 imm_data; member
101 __be32 imm_data; member
107 __be32 imm_data; member
H A Dib_verbs.h908 __be32 imm_data; member
1238 __be32 imm_data; member
/freebsd-12.1/contrib/ofed/libibverbs/
H A Dcompat-1_0.c90 __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 Dkern-abi.h495 __be32 imm_data; member
817 __be32 imm_data; member
H A Dcmd.c568 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 Dverbs.h477 __be32 imm_data; member
948 __be32 imm_data; member
/freebsd-12.1/contrib/ipfilter/
H A Dipmon.h16 void *imm_data; member
/freebsd-12.1/contrib/ipfilter/lib/
H A Dsave_file.c124 fwrite(msg->imm_data, msg->imm_dsize, 1, file->fp);
/freebsd-12.1/contrib/ofed/libmlx4/
H A Dqp.c264 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 Dcq.c328 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 Drdma_common.h701 __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 Dudaddy.c213 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 Dmckey.c218 send_wr.imm_data = htobe32(node->cma_id->qp->qp_num); in post_sends()
/freebsd-12.1/contrib/ofed/libmlx5/
H A Dqp.c261 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 Dcq.c234 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 Dib_user_verbs.h435 __u32 imm_data; member
726 __u32 imm_data; member
/freebsd-12.1/sys/dev/mthca/
H A Dmthca_cq.c621 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 Dmthca_qp.c1510 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 Dmlx4_ib_cq.c813 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 Dcxgb_adapter.h180 uint32_t imm_data; member
H A Dcxgb_sge.c165 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 Drsocket.c145 #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 Dmlx5_ib_cq.c202 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 Dipmon_y.y454 msg.imm_data = ipl;
/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c1619 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()

12