Home
last modified time | relevance | path

Searched defs:resp (Results 1 – 25 of 49) sorted by relevance

12

/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.c166 struct output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_send_message() local
391 struct output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_tf_message_direct() local
535 struct hwrm_cfa_vlan_antispoof_cfg_output *resp = in bnxt_hwrm_cfa_vlan_antispoof_cfg() local
1231 struct hwrm_ver_get_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_ver_get() local
2245 struct hwrm_vnic_rss_cos_lb_ctx_alloc_output *resp = in bnxt_hwrm_vnic_ctx_alloc() local
2270 struct hwrm_vnic_rss_cos_lb_ctx_free_output *resp = in _bnxt_hwrm_vnic_ctx_free() local
4744 struct hwrm_func_vf_vnic_ids_query_output *resp = in bnxt_hwrm_func_vf_vnic_query() local
4999 struct hwrm_cfa_ntuple_filter_alloc_output *resp = in bnxt_hwrm_set_ntuple_filter() local
5080 struct hwrm_cfa_ntuple_filter_free_output *resp = in bnxt_hwrm_clear_ntuple_filter() local
5297 struct hwrm_func_backing_store_qcaps_output *resp = in bnxt_hwrm_func_backing_store_qcaps() local
[all …]
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_msg.c136 struct hwrm_tf_session_open_output resp = { 0 }; in tf_msg_session_open() local
330 struct hwrm_tf_session_qcfg_output resp = { 0 }; in tf_msg_session_qcfg() local
760 struct hwrm_tf_em_insert_output resp = { 0 }; in tf_msg_insert_em_internal_entry() local
951 struct hwrm_tf_em_delete_output resp = { 0 }; in tf_msg_delete_em_entry() local
1019 struct hwrm_tf_em_move_output resp = { 0 }; in tf_msg_move_em_entry() local
1370 struct hwrm_tf_ext_em_cfg_output resp = {0}; in tf_msg_em_cfg() local
1432 struct hwrm_tf_ext_em_cfg_output resp = {0}; in tf_msg_ext_em_cfg() local
1503 struct hwrm_tf_ext_em_op_output resp = {0}; in tf_msg_em_op() local
1554 struct hwrm_tf_tcam_set_output resp = { 0 }; in tf_msg_tcam_entry_set() local
1636 struct hwrm_tf_tcam_get_output resp = { 0 }; in tf_msg_tcam_entry_get() local
[all …]
H A Dtf_msg_common.h14 #define MSG_PREP(parms, mb, type, subtype, req, resp) do { \ argument
24 #define MSG_PREP_NO_REQ(parms, mb, type, subtype, resp) do { \ argument
/dpdk/drivers/net/qede/base/
H A Decore_vf.c167 struct pfvf_def_resp_tlv *resp; in _ecore_vf_pf_release() local
254 struct pfvf_def_resp_tlv *resp; in ecore_vf_pf_soft_flr_acquire() local
848 struct pfvf_start_queue_resp_tlv *resp; in ecore_vf_pf_rxq_start() local
928 struct pfvf_def_resp_tlv *resp; in ecore_vf_pf_rxq_stop() local
1028 struct pfvf_def_resp_tlv *resp; in ecore_vf_pf_txq_stop() local
1122 struct pfvf_def_resp_tlv *resp; in ecore_vf_pf_vport_start() local
1263 struct pfvf_def_resp_tlv *resp; in ecore_vf_pf_vport_update() local
1486 struct pfvf_def_resp_tlv *resp; in ecore_vf_pf_reset() local
1543 struct pfvf_def_resp_tlv *resp; in ecore_vf_pf_filter_ucast() local
1616 struct pfvf_read_coal_resp_tlv *resp; in ecore_vf_pf_get_coalesce() local
[all …]
H A Decore_mcp.c853 u32 resp = 0, param = 0; in ecore_mcp_cancel_load_req() local
1161 u32 resp = 0, param = 0; in ecore_mcp_load_done() local
1706 u32 resp = 0, param = 0; in ecore_mcp_update_bw() local
1727 u32 resp = 0, param = 0; in ecore_mcp_update_stag() local
2533 u32 resp = 0, param = 0; in ecore_mcp_get_shmem_proto_mfw() local
2661 u32 resp = 0, param = 0; in ecore_mcp_drain() local
3184 u32 resp = 0, param; in ecore_mcp_phy_read() local
3224 u32 resp = 0, param; in ecore_mcp_nvm_del_file() local
3243 u32 resp = 0, param; in ecore_mcp_nvm_put_file_begin() local
3363 u32 resp = 0, param; in ecore_mcp_nvm_set_secure_mode() local
[all …]
H A Decore_mng_tlv.c1476 u32 addr, size, offset, resp, param, val; in ecore_mfw_process_tlv_req() local
/dpdk/drivers/net/netvsc/
H A Dhn_nvs.c59 void *resp, uint32_t resplen, in __hn_nvs_execute()
139 void *resp, uint32_t resplen, in hn_nvs_execute()
156 struct hn_nvs_init_resp resp; in hn_nvs_doinit() local
186 struct hn_nvs_rxbuf_connresp resp; in hn_nvs_conn_rxbuf() local
309 struct hn_nvs_chim_connresp resp; in hn_nvs_conn_chim() local
546 struct hn_nvs_subch_resp resp; in hn_nvs_alloc_subchans() local
/dpdk/lib/eal/common/
H A Dhotplug_mp.c66 struct eal_dev_mp_req *resp = in send_response_to_secondary() local
230 struct eal_dev_mp_req *resp = in __handle_primary_request() local
309 struct eal_dev_mp_req *resp = in handle_primary_request() local
369 struct eal_dev_mp_req *resp; in eal_dev_hotplug_request_to_primary() local
423 struct eal_dev_mp_req *resp = in eal_dev_hotplug_request_to_secondary() local
H A Dmalloc_mp.c152 struct malloc_mp_req *resp = in handle_sync() local
332 struct malloc_mp_req *resp = in handle_request() local
425 struct malloc_mp_req *resp = in handle_sync_response() local
446 struct malloc_mp_req *resp = (struct malloc_mp_req *)msg.param; in handle_sync_response() local
467 struct malloc_mp_req *resp = in handle_sync_response() local
553 struct malloc_mp_req *resp = (struct malloc_mp_req *)msg.param; in handle_rollback_response() local
670 struct malloc_mp_req *resp = in request_sync() local
/dpdk/drivers/event/dlb2/pf/
H A Ddlb2_main.c586 struct dlb2_cmd_response *resp) in dlb2_pf_create_sched_domain()
602 struct dlb2_cmd_response *resp) in dlb2_pf_create_ldb_queue()
613 struct dlb2_cmd_response *resp) in dlb2_pf_create_ldb_port()
627 struct dlb2_cmd_response *resp) in dlb2_pf_create_dir_port()
640 struct dlb2_cmd_response *resp) in dlb2_pf_create_dir_queue()
650 struct dlb2_cmd_response *resp) in dlb2_pf_start_domain()
/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_resource.c483 struct dlb2_cmd_response *resp) in __dlb2_attach_ldb_ports()
524 struct dlb2_cmd_response *resp) in dlb2_attach_ldb_ports()
596 struct dlb2_cmd_response *resp) in dlb2_attach_dir_ports()
633 struct dlb2_cmd_response *resp) in dlb2_attach_ldb_credits()
664 struct dlb2_cmd_response *resp) in dlb2_attach_atomic_inflights()
711 struct dlb2_cmd_response *resp) in dlb2_attach_ldb_queues()
829 struct dlb2_cmd_response *resp, in dlb2_verify_create_sched_dom_args()
991 struct dlb2_cmd_response *resp, in dlb2_hw_create_sched_domain()
5764 struct dlb2_cmd_response *resp, in dlb2_hw_pending_port_unmaps()
5959 struct dlb2_cmd_response *resp, in dlb2_hw_get_dir_queue_depth()
[all …]
/dpdk/drivers/net/ena/base/
H A Dena_com.c611 struct ena_admin_set_feat_resp resp; in ena_com_set_llq() local
1565 struct ena_admin_set_feat_resp resp; in ena_com_set_aenq_config() local
1972 struct ena_admin_get_feat_resp *resp) in ena_com_get_link_params()
2268 struct ena_admin_set_feat_resp resp; in ena_com_set_dev_mtu() local
2300 struct ena_admin_get_feat_resp resp; in ena_com_get_offload_settings() local
2319 struct ena_admin_set_feat_resp resp; in ena_com_set_hash_function() local
2501 struct ena_admin_set_feat_resp resp; in ena_com_set_hash_ctrl() local
2660 struct ena_admin_set_feat_resp resp; in ena_com_indirect_table_set() local
2850 struct ena_admin_set_feat_resp resp; in ena_com_set_host_attributes() local
/dpdk/drivers/net/hns3/
H A Dhns3_mbx.c267 struct hns3_mbx_resp_status *resp = &hw->mbx_resp; in hns3_update_resp_position() local
292 struct hns3_mbx_resp_status *resp = &hw->mbx_resp; in hns3_handle_mbx_response() local
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_req.h46 uint8_t resp[2]; member
/dpdk/drivers/net/i40e/base/
H A Di40e_common.c2017 struct i40e_aqc_get_link_status *resp = in i40e_aq_get_link_info() local
2146 struct i40e_aqc_an_advt_reg *resp = in i40e_aq_get_local_advt_reg() local
2206 struct i40e_aqc_an_advt_reg *resp = in i40e_aq_get_partner_advt() local
2841 struct i40e_aqc_get_version *resp = in i40e_aq_get_firmware_version() local
3030 struct i40e_aqc_add_veb_completion *resp = in i40e_aq_add_veb() local
4476 struct i40e_aqc_lldp_get_mib *resp = in i40e_aq_get_lldp_mib() local
4792 struct i40e_aqc_del_udp_tunnel_completion *resp = in i40e_aq_add_udp_tunnel() local
4918 struct i40e_aqc_add_update_pv_completion *resp = in i40e_aq_add_pvirt() local
5155 struct i40e_aqc_update_tag_completion *resp = in i40e_aq_update_tag() local
6493 struct i40e_aqc_debug_dump_internals *resp = in i40e_aq_debug_dump() local
[all …]
/dpdk/drivers/mempool/octeontx/
H A Docteontx_fpavf.c226 struct dcfg_resp resp; in octeontx_fpapf_pool_setup() local
294 struct dcfg_resp resp; in octeontx_fpapf_pool_destroy() local
335 struct dcfg_resp resp; in octeontx_fpapf_aura_attach() local
/dpdk/drivers/net/liquidio/
H A Dlio_ethdev.c147 struct lio_link_stats_resp *resp; in lio_dev_xstats_get() local
1308 struct lio_link_status_resp *resp; in lio_dev_get_link_status() local
1717 struct lio_if_cfg_resp *resp; in lio_dev_configure() local
/dpdk/drivers/net/ngbe/base/
H A Dngbe_mng.c90 struct ngbe_hic_hdr *resp = (struct ngbe_hic_hdr *)buffer; in ngbe_host_interface_command() local
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mng.c114 struct txgbe_hic_hdr *resp = (struct txgbe_hic_hdr *)buffer; in txgbe_host_interface_command() local
/dpdk/drivers/bus/fslmc/mc/
H A Dfsl_mc_cmd.h160 struct mc_command *resp) in mc_read_response()
/dpdk/drivers/net/octeontx/base/
H A Docteontx_bgx.c316 int resp = 6; in octeontx_bgx_port_mac_entries_get() local
/dpdk/lib/pdump/
H A Drte_pdump.c393 struct pdump_response *resp = (struct pdump_response *)&mp_resp.param; in pdump_server() local
536 struct pdump_response *resp; in pdump_prepare_client_request() local
/dpdk/drivers/crypto/qat/dev/
H A Dqat_sym_pmd_gen1.c911 struct icp_qat_fw_comn_resp *resp; in qat_sym_dp_dequeue_burst_gen1() local
1000 register struct icp_qat_fw_comn_resp *resp; in qat_sym_dp_dequeue_single_gen1() local
/dpdk/drivers/compress/qat/
H A Dqat_comp.c544 qat_comp_process_response(void **op, uint8_t *resp, void *op_cookie, in qat_comp_process_response()
/dpdk/drivers/common/sfc_efx/base/
H A Drhead_rx.c434 const efx_dword_t *resp; in efx_mcdi_query_rx_prefix_id() local

12