Home
last modified time | relevance | path

Searched refs:response (Results 1 – 25 of 69) sorted by relevance

123

/f-stack/dpdk/drivers/event/dlb/pf/
H A Ddlb_pf.c136 *(struct dlb_cmd_response *)arg->response = response; in dlb_pf_sched_domain_create()
158 *(struct dlb_cmd_response *)cfg->response = response; in dlb_pf_ldb_credit_pool_create()
180 *(struct dlb_cmd_response *)cfg->response = response; in dlb_pf_dir_credit_pool_create()
216 *(struct dlb_cmd_response *)cfg->response = response; in dlb_pf_ldb_queue_create()
238 *(struct dlb_cmd_response *)cfg->response = response; in dlb_pf_dir_queue_create()
342 *(struct dlb_cmd_response *)cfg->response = response; in dlb_pf_ldb_port_create()
420 *(struct dlb_cmd_response *)cfg->response = response; in dlb_pf_dir_port_create()
445 *(struct dlb_cmd_response *)args->response = response; in dlb_pf_get_sn_allocation()
502 *(struct dlb_cmd_response *)cfg->response = response; in dlb_pf_sched_domain_start()
546 *(struct dlb_cmd_response *)cfg->response = response; in dlb_pf_map_qid()
[all …]
/f-stack/dpdk/drivers/event/dlb2/pf/
H A Ddlb2_pf.c133 arg->response = response; in dlb2_pf_sched_domain_create()
168 cfg->response = response; in dlb2_pf_ldb_queue_create()
190 args->response = response; in dlb2_pf_get_sn_occupancy()
208 args->response = response; in dlb2_pf_get_sn_allocation()
226 args->response = response; in dlb2_pf_set_sn_allocation()
319 cfg->response = response; in dlb2_pf_ldb_port_create()
395 cfg->response = response; in dlb2_pf_dir_port_create()
424 cfg->response = response; in dlb2_pf_dir_queue_create()
449 cfg->response = response; in dlb2_pf_map_qid()
474 cfg->response = response; in dlb2_pf_unmap_qid()
[all …]
/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2_user.h121 struct dlb2_cmd_response response; member
163 struct dlb2_cmd_response response; member
226 struct dlb2_cmd_response response; member
246 struct dlb2_cmd_response response; member
267 struct dlb2_cmd_response response; member
288 struct dlb2_cmd_response response; member
318 struct dlb2_cmd_response response; member
342 struct dlb2_cmd_response response; member
382 struct dlb2_cmd_response response; member
413 struct dlb2_cmd_response response; member
[all …]
H A Ddlb2.c480 dlb2_error_strings[cfg->response.status]); in dlb2_hw_create_sched_domain()
485 handle->domain_id = cfg->response.id; in dlb2_hw_create_sched_domain()
693 return cfg.response.id; in dlb2_get_sn_allocation()
732 return cfg.response.id; in dlb2_get_sn_occupancy()
860 qm_qid = cfg.response.id; in dlb2_hw_create_ldb_queue()
1171 qm_port_id = cfg.response.id; in dlb2_hw_create_ldb_port()
1350 qm_port_id = cfg.response.id; in dlb2_hw_create_dir_port()
1615 return cfg.response.id; in dlb2_hw_create_dir_queue()
1977 return cfg.response.id; in dlb2_eventdev_port_unlinks_in_progress()
3565 return cfg.response.id; in dlb2_get_ldb_queue_depth()
[all …]
/f-stack/dpdk/drivers/event/dlb/
H A Ddlb_user.h184 __u64 response; member
260 __u64 response; member
281 __u64 response; member
306 __u64 response; member
334 __u64 response; member
359 __u64 response; member
379 __u64 response; member
408 __u64 response; member
432 __u64 response; member
499 __u64 response; member
[all …]
H A Ddlb.c397 cfg.response = (uintptr_t)&response; in dlb_ldb_credit_pool_create()
429 cfg.response = (uintptr_t)&response; in dlb_dir_credit_pool_create()
720 cfg.response = (uintptr_t)&response; in dlb_hw_unmap_ldb_qid_from_port()
857 cfg.response = (uintptr_t)&response; in dlb_eventdev_port_unlinks_in_progress()
932 cfg.response = (uintptr_t)&response; in dlb_hw_create_ldb_port()
1124 cfg.response = (uintptr_t)&response; in dlb_hw_create_dir_port()
1272 cfg.response = (uintptr_t)&response; in dlb_hw_create_ldb_queue()
1316 cfg.response = (uintptr_t)&response; in dlb_get_sn_allocation()
1338 cfg.response = (uintptr_t)&response; in dlb_set_sn_allocation()
1359 cfg.response = (uintptr_t)&response; in dlb_get_sn_occupancy()
[all …]
/f-stack/freebsd/contrib/openzfs/.github/
H A Dno-response.yml1 # Configuration for probot-no-response - https://github.com/probot/no-response
3 # Number of days of inactivity before an Issue is closed for lack of response
5 # Label requiring a response
7 # Comment to post when closing an Issue for lack of response. Set to `false` to disable
9 This issue has been automatically closed because there has been no response
/f-stack/app/redis-5.0.5/utils/
H A Dgenerate-command-help.rb59 response = client.get url.path
60 if response.is_a?(Net::HTTPSuccess)
61 @commands = JSON.parse(response.body)
63 response.error!
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl_stapling.c224 OCSP_RESPONSE *response; in ngx_ssl_stapling_file() local
238 if (response == NULL) { in ngx_ssl_stapling_file()
620 len = ctx->response->last - ctx->response->pos; in ngx_ssl_stapling_ocsp_handler()
621 p = ctx->response->pos; in ngx_ssl_stapling_ocsp_handler()
725 response.len = len; in ngx_ssl_stapling_ocsp_handler()
726 response.data = ngx_alloc(response.len, ctx->log); in ngx_ssl_stapling_ocsp_handler()
732 ngx_memcpy(response.data, ctx->response->pos, response.len); in ngx_ssl_stapling_ocsp_handler()
1154 size = ctx->response->end - ctx->response->last; in ngx_ssl_ocsp_read_handler()
1382 b = ctx->response; in ngx_ssl_ocsp_parse_status_line()
1651 for (p = ctx->response->pos; p < ctx->response->last; p++) { in ngx_ssl_ocsp_parse_header_line()
[all …]
/f-stack/dpdk/drivers/bus/fslmc/mc/
H A Dmc_sys.c57 uint64_t response; in mc_send_command() local
69 response = ioread64(mc_io->regs); in mc_send_command()
70 status = mc_cmd_read_status((struct mc_command *)&response); in mc_send_command()
/f-stack/dpdk/doc/guides/prog_guide/
H A Devent_crypto_adapter.rst45 The application needs to specify event information (response information)
71 operation in addition to the event information (response information)
207 Set event request/response information
218 to provide only the response information.
221 decide whether request/response data is located in the crypto session/
224 response in the ``rte_crypto_op``.
227 will be used to set request/response data. The same data will be obtained
233 will be used to set request/response data. The same data will be obtained
236 For session-less it is mandatory to place the request/response data with
254 /* Copy response information */
[all …]
H A Dtelemetry_lib.rst10 response containing the requested telemetry information.
84 into a JSON response before sending to the client.
91 callback needs to return five integer values in the data response, it can be
100 The resulting response to the client shows the list data provided above
121 The resulting response to the client shows the key/value data provided above
138 Giving the following response to the client::
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_spi_transaction.c382 unsigned char *response = dev->buffer->tran_resp; in do_transaction() local
403 transaction, RESPONSE_LEN, response, in do_transaction()
409 if (size != ((unsigned int)(response[2] & 0xff) << 8 | in do_transaction()
410 (unsigned int)(response[3] & 0xff))) in do_transaction()
417 transaction, size, response, in do_transaction()
423 *data++ = *response++; in do_transaction()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_auth_http_module.c324 if (ctx->response == NULL) { in ngx_mail_auth_http_read_handler()
334 size = ctx->response->end - ctx->response->last; in ngx_mail_auth_http_read_handler()
339 ctx->response->last += n; in ngx_mail_auth_http_read_handler()
375 for (p = ctx->response->pos; p < ctx->response->last; p++) { in ngx_mail_auth_http_ignore_status_line()
444 ctx->response->pos = p; in ngx_mail_auth_http_ignore_status_line()
451 p = ctx->response->start - 1; in ngx_mail_auth_http_ignore_status_line()
455 ctx->response->pos = p + 1; in ngx_mail_auth_http_ignore_status_line()
934 for (p = ctx->response->pos; p < ctx->response->last; p++) { in ngx_mail_auth_http_parse_header_line()
1079 ctx->response->pos = p; in ngx_mail_auth_http_parse_header_line()
1086 ctx->response->pos = p + 1; in ngx_mail_auth_http_parse_header_line()
[all …]
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dfips_validation.rst55 running it will generate a response file or ``.rsp``. Differences between the
58 response file. Also if doing decryption it will not have the plain text until it
59 finished the work and in the response file it will be added onto the end of each
103 * rsp-file: The path that the response file or folder is stored. separated by
/f-stack/app/nginx-1.16.1/
H A DCHANGES1152 response from cache.
1432 response will be made.
2917 response.
3345 response saving only.
4048 response header.
5192 check a response length.
6027 header line in response.
6861 *) Bugfix: nginx returned the 502 response, if the complete response
7805 returned the 408 response.
7934 the response header if the no response was transferred to a client.
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/regulator/
H A Dmax8973-regulator.txt29 -maxim,enable-high-etr-sensitivity: boolean, Enhanced transient response
33 Enhanced transient response (ETR) will affect the configuration of CKADV.
/f-stack/freebsd/contrib/device-tree/Bindings/mailbox/
H A Dxlnx,zynqmp-ipi-mailbox.txt50 - IPI response msg buffer written by local and read
56 - IPI response msg buffer written by remote and read
/f-stack/freebsd/netgraph/
H A Dng_ksocket.c1030 struct ng_mesg *response; in ng_ksocket_incoming2() local
1045 NG_MKMESSAGE(response, NGM_KSOCKET_COOKIE, in ng_ksocket_incoming2()
1047 if (response != NULL) { in ng_ksocket_incoming2()
1048 response->header.flags |= NGF_RESP; in ng_ksocket_incoming2()
1049 response->header.token = priv->response_token; in ng_ksocket_incoming2()
1050 *(int32_t *)response->data = error; in ng_ksocket_incoming2()
1057 response, priv->response_addr, 0); in ng_ksocket_incoming2()
/f-stack/dpdk/drivers/common/qat/
H A Dqat_qp.c966 struct icp_qat_fw_comn_resp response; in qat_cq_get_fw_version() local
986 if (qat_cq_dequeue_response(qp, &response)) { in qat_cq_get_fw_version()
989 QAT_DP_HEXDUMP_LOG(DEBUG, "NULL response:", &response, in qat_cq_get_fw_version()
990 sizeof(response)); in qat_cq_get_fw_version()
993 if (QAT_FIELD_GET(response.comn_hdr.hdr_flags, in qat_cq_get_fw_version()
996 return response.resrvd[0]; /* return LW4 */ in qat_cq_get_fw_version()
/f-stack/freebsd/contrib/device-tree/Bindings/misc/
H A Dolpc,xo1.75-ec.txt8 to receive a transfer (that is, when TX FIFO contains the response data) by
H A Dolpc,xo1.75-ec.yaml16 response data) by strobing the ACK pin with the ready signal. See the
/f-stack/dpdk/drivers/net/atlantic/
H A Datl_ethdev.c741 struct macsec_msg_fw_response response; in atl_dev_configure_macsec() local
756 hw->aq_fw_ops->send_macsec_req(hw, &msg_macsec, &response); in atl_dev_configure_macsec()
758 if (response.result) in atl_dev_configure_macsec()
791 hw->aq_fw_ops->send_macsec_req(hw, &msg_macsec, &response); in atl_dev_configure_macsec()
793 if (response.result) in atl_dev_configure_macsec()
813 hw->aq_fw_ops->send_macsec_req(hw, &msg_macsec, &response); in atl_dev_configure_macsec()
815 if (response.result) in atl_dev_configure_macsec()
831 hw->aq_fw_ops->send_macsec_req(hw, &msg_macsec, &response); in atl_dev_configure_macsec()
833 if (response.result) in atl_dev_configure_macsec()
849 hw->aq_fw_ops->send_macsec_req(hw, &msg_macsec, &response); in atl_dev_configure_macsec()
[all …]
/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c704 struct macsec_msg_fw_response *response) in aq_fw2x_send_macsec_request() argument
709 if (!req || !response) in aq_fw2x_send_macsec_request()
741 (u32 *)(void *)response, in aq_fw2x_send_macsec_request()
742 RTE_ALIGN(sizeof(*response) / sizeof(u32), sizeof(u32))); in aq_fw2x_send_macsec_request()
/f-stack/freebsd/contrib/device-tree/Bindings/devfreq/event/
H A Dexynos-nocp.txt8 capture packets with header or data on the data request response network,

123