Home
last modified time | relevance | path

Searched refs:resp_size (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Ddriver.h142 size_t resp_size);
156 size_t resp_size);
162 struct ibv_alloc_pd_resp *resp, size_t resp_size);
168 struct ibv_open_xrcd_resp *resp, size_t resp_size);
175 struct ibv_reg_mr_resp *resp, size_t resp_size);
185 struct ibv_alloc_mw_resp *resp, size_t resp_size);
192 struct ibv_create_cq_resp *resp, size_t resp_size);
201 size_t resp_size);
207 struct ibv_resize_cq_resp *resp, size_t resp_size);
213 struct ibv_create_srq_resp *resp, size_t resp_size);
[all …]
H A Dcmd.c49 size_t resp_size) in ibv_cmd_get_context() argument
54 IBV_INIT_CMD_RESP(cmd, cmd_size, GET_CONTEXT, resp, resp_size); in ibv_cmd_get_context()
59 (void) VALGRIND_MAKE_MEM_DEFINED(resp, resp_size); in ibv_cmd_get_context()
142 size_t resp_size) in ibv_cmd_query_device_ex() argument
160 resp_size); in ibv_cmd_query_device_ex()
169 (void)VALGRIND_MAKE_MEM_DEFINED(resp, resp_size); in ibv_cmd_query_device_ex()
285 struct ibv_alloc_pd_resp *resp, size_t resp_size) in ibv_cmd_alloc_pd() argument
287 IBV_INIT_CMD_RESP(cmd, cmd_size, ALLOC_PD, resp, resp_size); in ibv_cmd_alloc_pd()
292 (void) VALGRIND_MAKE_MEM_DEFINED(resp, resp_size); in ibv_cmd_alloc_pd()
317 struct ibv_open_xrcd_resp *resp, size_t resp_size) in ibv_cmd_open_xrcd() argument
[all …]
H A Dibverbs.h88 #define IBV_INIT_CMD_RESP_EX_V(cmd, cmd_size, size, opcode, out, resp_size,\ argument
98 (cmd)->hdr.out_words = ((resp_size) / 8); \
101 (((outsize) - (resp_size)) / 8); \
/freebsd/usr.sbin/bhyve/amd64/
H A Dfwctl.c280 size_t resp_size; member
304 rinfo.resp_size = 0; in fwctl_request_done()
306 rinfo.resp_size = rinfo.resp_biov[0].iov_len; in fwctl_request_done()
403 roundup(rinfo.resp_size, sizeof(uint32_t)); in fwctl_response()
419 remlen = rinfo.resp_size - rinfo.resp_off; in fwctl_response()
431 rinfo.resp_off >= rinfo.resp_size) { in fwctl_response()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_tlv.h127 return ((struct cmdq_base *)GET_TLV_DATA(req))->resp_size; in __get_cmdq_base_resp_size()
129 return req->resp_size; in __get_cmdq_base_resp_size()
136 ((struct cmdq_base *)GET_TLV_DATA(req))->resp_size = val; in __set_cmdq_base_resp_size()
138 req->resp_size = val; in __set_cmdq_base_resp_size()
H A Dqplib_sp.c107 req.resp_size = sbuf.size / BNXT_QPLIB_CMDQE_UNITS; in bnxt_qplib_get_dev_attr()
936 size_t resp_size; in bnxt_qplib_query_cc_param() local
943 resp_size = sizeof(*ext_sb); in bnxt_qplib_query_cc_param()
945 resp_size = sizeof(*sb); in bnxt_qplib_query_cc_param()
946 sbuf.size = ALIGN(resp_size, BNXT_QPLIB_CMDQE_UNITS); in bnxt_qplib_query_cc_param()
952 req.resp_size = sbuf.size / BNXT_QPLIB_CMDQE_UNITS; in bnxt_qplib_query_cc_param()
1050 req.resp_size = sbuf.size / BNXT_QPLIB_CMDQE_UNITS; in bnxt_qplib_get_roce_error_stats()
1180 req.resp_size = sbuf.size; in bnxt_qplib_qext_stat()
H A Dqplib_fp.c753 req.resp_size = sbuf.size / BNXT_QPLIB_CMDQE_UNITS; in bnxt_qplib_query_srq()
1520 req.resp_size = sbuf.size / BNXT_QPLIB_CMDQE_UNITS; in bnxt_qplib_query_qp()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drfi.c119 int resp_size = sizeof(*resp); in iwl_rfi_get_freq_table() local
136 resp_size)) { in iwl_rfi_get_freq_table()
141 resp = kmemdup(cmd.resp_pkt->data, resp_size, GFP_KERNEL); in iwl_rfi_get_freq_table()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_vf.c107 u8 *done, u32 resp_size) in ecore_send_msg2pf() argument
121 resp_size += sizeof(struct channel_list_end_tlv); in ecore_send_msg2pf()
130 resp_size); in ecore_send_msg2pf()
1261 u32 resp_size = 0; in ecore_vf_pf_vport_update() local
1266 resp_size = sizeof(*resp); in ecore_vf_pf_vport_update()
1282 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update()
1303 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update()
1316 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update()
1328 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update()
1343 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update()
[all …]
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h545 struct sdp_chrecvbuf *resp_size; in sdp_alloc_mb_chrcvbuf_ack() local
547 mb = sdp_alloc_mb(sk, SDP_MID_CHRCVBUF_ACK, sizeof(*resp_size), wait); in sdp_alloc_mb_chrcvbuf_ack()
550 resp_size = (struct sdp_chrecvbuf *)mb_put(mb, sizeof *resp_size); in sdp_alloc_mb_chrcvbuf_ack()
551 resp_size->size = htonl(size); in sdp_alloc_mb_chrcvbuf_ack()
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_xact.c139 vmbus_xact_ctx_create(bus_dma_tag_t dtag, size_t req_size, size_t resp_size, in vmbus_xact_ctx_create() argument
145 KASSERT(resp_size > 0, ("response size is 0")); in vmbus_xact_ctx_create()
149 ctx->xc_resp_size = resp_size; in vmbus_xact_ctx_create()
/freebsd/contrib/wpa/src/common/
H A Dwpa_helpers.c62 char *resp, size_t resp_size) in wpa_command_resp() argument
71 len = resp_size; in wpa_command_resp()
H A Dwpa_helpers.h15 char *resp, size_t resp_size);
/freebsd/sys/dev/hyperv/include/
H A Dvmbus_xact.h37 size_t req_size, size_t resp_size,
/freebsd/sys/ofed/drivers/infiniband/core/
H A Drdma_core.h107 u8 resp_size; member
H A Dib_uverbs_main.c517 if (hdr->out_words * 8 < method_elm->resp_size) in verify_hdr()
550 if (hdr->out_words * 4 < method_elm->resp_size) in verify_hdr()
632 out_len - method_elm->resp_size; in ib_uverbs_write()
633 out_len = method_elm->resp_size; in ib_uverbs_write()
H A Dib_uverbs_uapi.c93 method_elm->resp_size = def->write.resp_size; in uapi_create_write()
H A Dib_uverbs_std_types_device.c37 attrs->ucore.outlen < method_elm->resp_size) in UVERBS_HANDLER()
H A Dib_uverbs_cmd.c3734 .write.req_size = sizeof(req), .write.resp_size = sizeof(resp)
3760 .write.resp_size = offsetofend(resp, resp_last_member)
/freebsd/sys/dev/mana/
H A Dgdma.h205 uint32_t req_size, uint32_t resp_size) in mana_gd_init_req_hdr() argument
215 hdr->resp.msg_size = resp_size; in mana_gd_init_req_hdr()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h69045 uint8_t resp_size; member
69115 uint8_t resp_size; member
69486 uint8_t resp_size; member
69585 uint8_t resp_size; member
69958 uint8_t resp_size; member
70023 uint8_t resp_size; member
70333 uint8_t resp_size; member
70409 uint8_t resp_size; member
70744 uint8_t resp_size; member
70806 uint8_t resp_size; member
[all …]
/freebsd/sys/dev/liquidio/
H A Dlio_main.c1234 uint32_t ifidx_or_pfnum, resp_size; in lio_setup_nic_devices() local
1243 resp_size = sizeof(struct lio_if_cfg_resp); in lio_setup_nic_devices()
1246 sc = lio_alloc_soft_command(octeon_dev, data_size, resp_size, in lio_setup_nic_devices()
/freebsd/sys/ofed/include/rdma/
H A Duverbs_ioctl.h370 u8 resp_size; member
/freebsd/contrib/ofed/librdmacm/
H A Dcma.c67 #define CMA_INIT_CMD_RESP(req, req_size, op, resp, resp_size) \ argument
70 (req)->out = resp_size; \