Searched refs:resp_size (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_msg.c | 136 parms.resp_size = sizeof(resp); in tf_msg_session_open() 188 parms.resp_size = sizeof(resp); in tf_msg_session_client_register() 228 parms.resp_size = sizeof(resp); in tf_msg_session_client_unregister() 261 parms.resp_size = sizeof(resp); in tf_msg_session_close() 293 parms.resp_size = sizeof(resp); in tf_msg_session_qcfg() 345 parms.resp_size = sizeof(resp); in tf_msg_session_resc_qcaps() 460 parms.resp_size = sizeof(resp); in tf_msg_session_resc_alloc() 559 parms.resp_size = sizeof(resp); in tf_msg_session_resc_flush() 628 parms.resp_size = sizeof(resp); in tf_msg_insert_em_internal_entry() 1086 uint16_t resp_size = 0; in tf_msg_get_global_cfg() local [all …]
|
| H A D | tf_msg_common.h | 21 parms.resp_size = sizeof(resp); \ 32 parms.resp_size = sizeof(resp); \ 43 parms.resp_size = 0; \
|
| H A D | tfp.c | 51 parms->resp_size); in tfp_send_msg_direct() 85 parms->resp_size); in tfp_send_msg_tunneled()
|
| H A D | tfp.h | 75 uint32_t resp_size; member
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_vf.c | 76 u8 *done, u32 resp_size) in ecore_send_msg2pf() argument 90 resp_size += sizeof(struct channel_list_end_tlv); in ecore_send_msg2pf() 1268 u32 resp_size = 0; in ecore_vf_pf_vport_update() local 1273 resp_size = sizeof(*resp); in ecore_vf_pf_vport_update() 1289 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update() 1309 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update() 1321 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update() 1333 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update() 1348 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update() 1371 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update() [all …]
|
| /f-stack/dpdk/drivers/net/liquidio/ |
| H A D | lio_ethdev.c | 149 uint32_t resp_size; in lio_dev_xstats_get() local 162 resp_size = sizeof(struct lio_link_stats_resp); in lio_dev_xstats_get() 163 sc = lio_alloc_soft_command(lio_dev, 0, resp_size, 0); in lio_dev_xstats_get() 1328 uint32_t resp_size; in lio_dev_get_link_status() local 1333 resp_size = sizeof(struct lio_link_status_resp); in lio_dev_get_link_status() 1334 sc = lio_alloc_soft_command(lio_dev, 0, resp_size, 0); in lio_dev_get_link_status() 1745 uint32_t resp_size; in lio_dev_configure() local 1768 resp_size = sizeof(struct lio_if_cfg_resp); in lio_dev_configure() 1769 sc = lio_alloc_soft_command(lio_dev, 0, resp_size, 0); in lio_dev_configure()
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_proxy.c | 36 __in size_t resp_size, in efx_mcdi_proxy_configure() argument 69 resp_size); in efx_mcdi_proxy_configure()
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_debug.c | 2784 u32 resp_size, u32 *dump_buf) in qed_grc_dump_read_from_vfc() argument 2808 for (i = 0; i < resp_size; i++) { in qed_grc_dump_read_from_vfc() 2839 return resp_size; in qed_grc_dump_read_from_vfc()
|