| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_evb.c | 38 efx_mcdi_req_t req; in efx_mcdi_vswitch_alloc() local 68 rc = req.emr_rc; in efx_mcdi_vswitch_alloc() 103 efx_mcdi_req_t req; in efx_mcdi_vswitch_free() local 117 rc = req.emr_rc; in efx_mcdi_vswitch_free() 138 efx_mcdi_req_t req; in efx_mcdi_vport_alloc() local 172 rc = req.emr_rc; in efx_mcdi_vport_alloc() 211 rc = req.emr_rc; in efx_mcdi_vport_free() 246 rc = req.emr_rc; in efx_mcdi_vport_mac_addr_add() 281 rc = req.emr_rc; in efx_mcdi_vport_mac_addr_del() 318 rc = req.emr_rc; in efx_mcdi_port_assign() [all …]
|
| H A D | ef10_proxy.c | 43 efx_mcdi_req_t req; in efx_mcdi_proxy_configure() local 84 rc = req.emr_rc; in efx_mcdi_proxy_configure() 106 efx_mcdi_req_t req; in efx_mcdi_privilege_modify() local 135 rc = req.emr_rc; in efx_mcdi_privilege_modify() 262 efx_mcdi_req_t req; in efx_mcdi_privilege_mask_set() local 283 rc = req.emr_rc; in efx_mcdi_privilege_mask_set() 313 rc = req.emr_rc; in efx_mcdi_privilege_mask_set() 355 efx_mcdi_req_t req; in efx_mcdi_proxy_complete() local 371 rc = req.emr_rc; in efx_mcdi_proxy_complete() 405 efx_mcdi_req_t req; in efx_mcdi_proxy_cmd() local [all …]
|
| H A D | efx_mcdi.c | 1014 rc = req.emr_rc; in efx_mcdi_get_version() 1025 if (req.emr_out_length_used < req.emr_out_length) { in efx_mcdi_get_version() 1098 rc = req.emr_rc; in efx_mcdi_get_boot_status() 1196 rc = req.emr_rc; in efx_mcdi_get_capabilities() 1280 if (req.emr_rc != 0 && req.emr_rc != EIO) { in efx_mcdi_do_reboot() 1281 rc = req.emr_rc; in efx_mcdi_do_reboot() 1352 rc = req.emr_rc; in efx_mcdi_read_assertion() 1457 rc = req.emr_rc; in efx_mcdi_drv_attach() 1498 rc = req.emr_rc; 1577 rc = req.emr_rc; in efx_mcdi_get_resource_limits() [all …]
|
| H A D | ef10_nic.c | 22 efx_mcdi_req_t req; in efx_mcdi_get_port_assignment() local 38 rc = req.emr_rc; in efx_mcdi_get_port_assignment() 66 efx_mcdi_req_t req; in efx_mcdi_get_port_modes() local 82 rc = req.emr_rc; in efx_mcdi_get_port_modes() 254 rc = req.emr_rc; in efx_mcdi_vadaptor_alloc() 287 rc = req.emr_rc; in efx_mcdi_vadaptor_free() 324 rc = req.emr_rc; 383 rc = req.emr_rc; 442 rc = req.emr_rc; in efx_mcdi_get_clock() 495 rc = req.emr_rc; in efx_mcdi_get_rxdp_config() [all …]
|
| H A D | efx_nvram.c | 550 efx_mcdi_req_t req; in efx_mcdi_nvram_partitions() local 565 rc = req.emr_rc; in efx_mcdi_nvram_partitions() 612 efx_mcdi_req_t req; variable 628 rc = req.emr_rc; 715 rc = req.emr_rc; in efx_mcdi_nvram_info() 783 rc = req.emr_rc; in efx_mcdi_nvram_update_start() 828 rc = req.emr_rc; in efx_mcdi_nvram_read() 876 rc = req.emr_rc; in efx_mcdi_nvram_erase() 939 rc = req.emr_rc; in efx_mcdi_nvram_write() 1004 rc = req.emr_rc; in efx_mcdi_nvram_update_finish() [all …]
|
| H A D | siena_phy.c | 171 efx_mcdi_req_t req; in siena_phy_get_link() local 185 rc = req.emr_rc; in siena_phy_get_link() 245 efx_mcdi_req_t req; in siena_phy_reconfigure() local 306 rc = req.emr_rc; in siena_phy_reconfigure() 342 rc = req.emr_rc; in siena_phy_reconfigure() 360 efx_mcdi_req_t req; in siena_phy_verify() local 375 rc = req.emr_rc; in siena_phy_verify() 528 efx_mcdi_req_t req; in siena_phy_stats_update() local 552 rc = req.emr_rc; in siena_phy_stats_update() 627 efx_mcdi_req_t req; variable [all …]
|
| H A D | ef10_phy.c | 264 efx_mcdi_req_t req; in ef10_phy_get_link() local 278 if (req.emr_rc != 0) { in ef10_phy_get_link() 279 rc = req.emr_rc; in ef10_phy_get_link() 340 efx_mcdi_req_t req; in efx_mcdi_phy_set_link() local 427 rc = req.emr_rc; in efx_mcdi_phy_set_link() 444 efx_mcdi_req_t req; in efx_mcdi_phy_set_led() local 477 rc = req.emr_rc; in efx_mcdi_phy_set_led() 561 efx_mcdi_req_t req; in ef10_phy_verify() local 576 rc = req.emr_rc; in ef10_phy_verify() 710 efx_mcdi_req_t req; variable [all …]
|
| H A D | rhead_tunnel.c | 82 efx_mcdi_req_t req; in efx_mcdi_vnic_encap_rule_add() local 90 req.emr_in_buf = payload; in efx_mcdi_vnic_encap_rule_add() 92 req.emr_out_buf = payload; in efx_mcdi_vnic_encap_rule_add() 127 efx_mcdi_execute(enp, &req); in efx_mcdi_vnic_encap_rule_add() 129 if (req.emr_rc != 0) { in efx_mcdi_vnic_encap_rule_add() 130 rc = req.emr_rc; in efx_mcdi_vnic_encap_rule_add() 162 efx_mcdi_req_t req; in efx_mcdi_vnic_encap_rule_remove() local 169 req.emr_in_buf = payload; in efx_mcdi_vnic_encap_rule_remove() 171 req.emr_out_buf = payload; in efx_mcdi_vnic_encap_rule_remove() 178 if (req.emr_rc != 0) { in efx_mcdi_vnic_encap_rule_remove() [all …]
|
| H A D | efx_lic.c | 303 efx_mcdi_req_t req; in efx_mcdi_fc_license_update_license() local 324 rc = req.emr_rc; in efx_mcdi_fc_license_update_license() 348 efx_mcdi_req_t req; in efx_mcdi_fc_license_get_key_stats() local 370 rc = req.emr_rc; in efx_mcdi_fc_license_get_key_stats() 689 rc = req.emr_rc; in efx_mcdi_licensed_app_state() 739 rc = req.emr_rc; in efx_mcdi_licensing_update_licenses() 782 rc = req.emr_rc; in efx_mcdi_licensing_get_key_stats() 845 rc = req.emr_rc; in efx_mcdi_licensing_v3_update_licenses() 882 rc = req.emr_rc; in efx_mcdi_licensing_v3_report_license() 948 rc = req.emr_rc; in efx_mcdi_licensing_v3_app_state() [all …]
|
| H A D | efx_mae.c | 17 efx_mcdi_req_t req; in efx_mae_get_capabilities() local 25 req.emr_in_buf = payload; in efx_mae_get_capabilities() 32 if (req.emr_rc != 0) { in efx_mae_get_capabilities() 33 rc = req.emr_rc; in efx_mae_get_capabilities() 83 efx_mcdi_req_t req; in efx_mae_get_outer_rule_caps() local 106 rc = req.emr_rc; in efx_mae_get_outer_rule_caps() 165 efx_mcdi_req_t req; in efx_mae_get_action_rule_caps() local 188 rc = req.emr_rc; in efx_mae_get_action_rule_caps() 1473 rc = req.emr_rc; in efx_mae_outer_rule_insert() 1535 rc = req.emr_rc; in efx_mae_outer_rule_remove() [all …]
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_hwrm.c | 169 req->req_type, req->seq_id); in bnxt_hwrm_send_message() 1307 if (req.auto_pause && !req.force_pause) in bnxt_hwrm_port_phy_cfg() 2190 rc = bnxt_hwrm_send_message(bp, &req, sizeof(req), in bnxt_hwrm_vnic_rss_cfg_thor() 3373 req->min_rsscos_ctx = req->max_rsscos_ctx; in bnxt_fill_vf_func_cfg_req_new() 3375 req->min_stat_ctx = req->max_stat_ctx; in bnxt_fill_vf_func_cfg_req_new() 3378 req->min_cmpl_rings = req->max_cmpl_rings; in bnxt_fill_vf_func_cfg_req_new() 3380 req->min_tx_rings = req->max_tx_rings; in bnxt_fill_vf_func_cfg_req_new() 3382 req->min_rx_rings = req->max_rx_rings; in bnxt_fill_vf_func_cfg_req_new() 3384 req->min_l2_ctxs = req->max_l2_ctxs; in bnxt_fill_vf_func_cfg_req_new() 3387 req->min_vnics = req->max_vnics; in bnxt_fill_vf_func_cfg_req_new() [all …]
|
| /f-stack/tools/ifconfig/ |
| H A D | ifbridge.c | 287 memset(&req, 0, sizeof(req)); in setbridge_add() 298 memset(&req, 0, sizeof(req)); in setbridge_delete() 351 memset(&req, 0, sizeof(req)); in setbridge_span() 362 memset(&req, 0, sizeof(req)); in unsetbridge_span() 435 memset(&req, 0, sizeof(req)); in setbridge_flush() 446 memset(&req, 0, sizeof(req)); in setbridge_flushall() 459 memset(&req, 0, sizeof(req)); in setbridge_static() 480 memset(&req, 0, sizeof(req)); in setbridge_deladdr() 613 memset(&req, 0, sizeof(req)); in setbridge_ifpriority() 632 memset(&req, 0, sizeof(req)); in setbridge_ifpathcost() [all …]
|
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_msg.c | 338 req.qcaps_size = size; in tf_msg_session_resc_qcaps() 444 req.req_size = size; in tf_msg_session_resc_alloc() 544 req.flush_size = size; in tf_msg_session_resc_flush() 887 data_size = 2 * req.key_size + req.result_size; in tf_msg_tcam_entry_set() 946 req.count = 1; in tf_msg_tcam_entry_free() 1003 tfp_memcpy(&req.data, in tf_msg_set_tbl_entry() 1242 req, in tf_msg_bulk_get_tbl_entry() 1282 req.fw_session_id = in tf_msg_get_if_tbl_entry() 1284 req.flags = flags; in tf_msg_get_if_tbl_entry() 1336 req.fw_session_id = in tf_msg_set_if_tbl_entry() [all …]
|
| /f-stack/dpdk/drivers/regex/octeontx2/ |
| H A D | otx2_regexdev_mbox.c | 69 req->reelfs = true; in otx2_ree_queues_detach() 138 req->lf = lf; in otx2_ree_config_lf() 140 req->size = size; in otx2_ree_config_lf() 243 if (!req) { in otx2_ree_rule_db_get() 252 req->is_dbi = 0; in otx2_ree_rule_db_get() 271 if (!req) { in otx2_ree_rule_db_get() 280 req->is_dbi = 1; in otx2_ree_rule_db_get() 281 req->offset = 0; in otx2_ree_rule_db_get() 310 if (!req) { in otx2_ree_rule_db_len_get() 348 if (!req) { in ree_db_msg() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | kern_ktrace.c | 320 return (req); in ktr_getrequest_entered() 331 if (req == NULL) in ktr_getrequest() 334 return (req); in ktr_getrequest() 490 if (req == NULL) in ktrsysret() 532 if (req != NULL) in ktrprocexit() 559 if (req == NULL) in ktrprocctor_entered() 725 if (req == NULL) in ktrpsig() 747 if (req == NULL) in ktrcsw() 855 if (req == NULL) in ktrcapfail() 882 if (req == NULL) in ktrfault() [all …]
|
| H A D | kern_sysctl.c | 234 memset(&req, 0, sizeof(req)); in sysctl_load_tunable_by_oid_locked() 1926 if (req->oldlen <= req->oldidx) in sysctl_old_kernel() 1959 bzero(&req, sizeof req); in kernel_sysctl() 1967 req.validlen = req.oldlen; in kernel_sysctl() 1991 if (req.oldptr && req.oldidx > req.validlen) in kernel_sysctl() 2371 bzero(&req, sizeof req); in userland_sysctl() 2385 req.validlen = req.oldlen; in userland_sysctl() 2428 if (req.oldptr && req.oldidx > req.validlen) in userland_sysctl() 2685 bzero(&req, sizeof req); in db_sysctl() 2693 req.validlen = req.oldlen; in db_sysctl() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | impl.h | 633 req) : \ 663 req) : \ 719 req) ( \ argument 723 req) : \ 731 req) : \ 766 req) ( \ argument 809 req) ( \ argument 816 req) ( \ argument 1065 req) ( \ argument 1072 req) ( \ argument [all …]
|
| H A D | ops_impl.h | 372 (req)->rp_optype = ftype; \ 389 (req)->rp_optype = ftype; \ 407 (req)->rp_optype = ftype; \ 425 (req)->rp_optype = ftype; \ 443 (req)->rp_optype = ftype; \ 461 (req)->rp_optype = ftype; \ 478 (req)->rp_optype = ftype; \ 494 (req)->rp_optype = ftype; \ 511 (req)->rp_optype = ftype; \ 524 (req)->rp_optype = ftype; \ [all …]
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | thread.c | 312 if (req == NULL) in thread_pipeline_enable() 404 if (req == NULL) in thread_pipeline_disable() 442 return req; in thread_msg_recv() 537 if (req == NULL) in thread_msg_handle() 804 if (req == NULL) in pipeline_port_in_stats_read() 851 if (req == NULL) in pipeline_port_in_enable() 895 if (req == NULL) in pipeline_port_in_disable() 946 if (req == NULL) in pipeline_port_out_stats_read() 1000 if (req == NULL) in pipeline_table_stats_read() 1700 if (req == NULL) in pipeline_table_rule_delete() [all …]
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_thread.c | 346 if (req == NULL) in softnic_thread_pipeline_enable() 436 if (req == NULL) in softnic_thread_pipeline_disable() 478 return req; in thread_msg_recv() 568 if (req == NULL) in thread_msg_handle() 828 if (req == NULL) in softnic_pipeline_port_in_stats_read() 876 if (req == NULL) in softnic_pipeline_port_in_enable() 921 if (req == NULL) in softnic_pipeline_port_in_disable() 973 if (req == NULL) in softnic_pipeline_port_out_stats_read() 1028 if (req == NULL) in softnic_pipeline_table_stats_read() 1305 if (req == NULL) in softnic_pipeline_table_rule_add() [all …]
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_mcast.c | 10 struct npc_mcam_free_entry_req *req; in nix_mc_addr_list_free() local 20 req->entry = entry->mcam_index; in nix_mc_addr_list_free() 63 if (req == NULL) { in nix_hw_update_mc_addr_list() 73 if (req == NULL) { in nix_hw_update_mc_addr_list() 79 req->intf = NPC_MCAM_RX; in nix_hw_update_mc_addr_list() 80 req->enable_entry = 1; in nix_hw_update_mc_addr_list() 138 req->count = entry_count; in otx2_nix_mc_addr_list_install() 169 if (req == NULL) { in otx2_nix_mc_addr_list_uninstall() 176 if (req == NULL) { in otx2_nix_mc_addr_list_uninstall() 209 if (req == NULL) { in nix_setup_mc_addr_list() [all …]
|
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_ulpi.c | 251 req->hdr.length = sizeof(req->cp); in ng_hci_lp_acl_con_req() 255 bcopy(&ep->bdaddr, &req->cp.bdaddr, sizeof(req->cp.bdaddr)); in ng_hci_lp_acl_con_req() 269 req->cp.pkt_type = htole16(req->cp.pkt_type); in ng_hci_lp_acl_con_req() 444 req->hdr.length = sizeof(req->cp); in ng_hci_lp_sco_con_req() 462 req->cp.pkt_type = htole16(req->cp.pkt_type); in ng_hci_lp_sco_con_req() 618 req->hdr.length = sizeof(req->cp); in ng_hci_lp_le_con_req() 622 bcopy(&ep->bdaddr, &req->cp.peer_addr, sizeof(req->cp.peer_addr)); in ng_hci_lp_le_con_req() 731 req->hdr.length = sizeof(req->cp); in ng_hci_lp_discon_req() 1006 req->hdr.length = sizeof(req->cp.acc); in ng_hci_lp_con_rsp() 1040 req->hdr.length = sizeof(req->cp.rej); in ng_hci_lp_con_rsp() [all …]
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_ipsec_po_ops.h | 31 struct cpt_request_info *req; in alloc_request_struct() local 39 req = &meta->cpt_req; in alloc_request_struct() 45 req->op = op; in alloc_request_struct() 49 op[2] = (uintptr_t)req; in alloc_request_struct() 53 return req; in alloc_request_struct() 123 req->ist.ei0 = word0.u64; in process_outb_sa() 125 req->ist.ei2 = req->ist.ei1; in process_outb_sa() 134 *prep_req = req; in process_outb_sa() 169 req->ist.ei0 = word0.u64; in process_inb_sa() 171 req->ist.ei2 = req->ist.ei1; in process_inb_sa() [all …]
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | hotplug_mp.c | 73 memcpy(resp, req, sizeof(*req)); in send_response_to_secondary() 88 const struct eal_dev_mp_req *req = in __handle_secondary_request() local 96 tmp_req = *req; in __handle_secondary_request() 240 switch (req->t) { in __handle_primary_request() 374 memcpy(mp_req.param, req, sizeof(*req)); in eal_dev_hotplug_request_to_primary() 375 mp_req.len_param = sizeof(*req); in eal_dev_hotplug_request_to_primary() 387 req->result = resp->result; in eal_dev_hotplug_request_to_primary() 402 memcpy(mp_req.param, req, sizeof(*req)); in eal_dev_hotplug_request_to_secondary() 403 mp_req.len_param = sizeof(*req); in eal_dev_hotplug_request_to_secondary() 422 req->result = 0; in eal_dev_hotplug_request_to_secondary() [all …]
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | thread.c | 203 struct thread_msg_req *req) in thread_msg_send_recv() argument 231 struct thread_msg_req *req; in thread_pipeline_enable() local 269 req = thread_msg_alloc(); in thread_pipeline_enable() 270 if (req == NULL) in thread_pipeline_enable() 304 struct thread_msg_req *req; in thread_pipeline_disable() local 356 req = thread_msg_alloc(); in thread_pipeline_disable() 357 if (req == NULL) in thread_pipeline_disable() 388 struct thread_msg_req *req; in thread_msg_recv() local 395 return req; in thread_msg_recv() 481 if (req == NULL) in thread_msg_handle() [all …]
|