Searched refs:resp_size (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_msg_common.h | 20 parms.resp_size = sizeof(resp); \ 30 parms.resp_size = sizeof(resp); \ 40 parms.resp_size = 0; \
|
| H A D | tf_msg.c | 157 parms.resp_size = sizeof(resp); in tf_msg_session_open() 240 parms.resp_size = sizeof(resp); in tf_msg_session_client_register() 291 parms.resp_size = sizeof(resp); in tf_msg_session_client_unregister() 317 parms.resp_size = sizeof(resp); in tf_msg_session_close() 369 parms.resp_size = sizeof(resp); in tf_msg_session_qcfg() 413 parms.resp_size = sizeof(resp); in tf_msg_session_resc_qcaps() 526 parms.resp_size = sizeof(resp); in tf_msg_session_resc_alloc() 633 parms.resp_size = sizeof(resp); in tf_msg_session_resc_info() 740 parms.resp_size = sizeof(resp); in tf_msg_session_resc_flush() 1933 uint16_t resp_size = 0; in tf_msg_get_global_cfg() local [all …]
|
| H A D | tfp.h | 71 uint32_t resp_size; member
|
| H A D | tfp.c | 49 parms->resp_size); in tfp_send_msg_direct()
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_vf.c | 76 u8 *done, __rte_unused u32 resp_size) in ecore_send_msg2pf() argument 1265 u32 resp_size = 0; in ecore_vf_pf_vport_update() local 1270 resp_size = sizeof(*resp); in ecore_vf_pf_vport_update() 1286 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update() 1306 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update() 1318 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update() 1330 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update() 1345 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update() 1368 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update() 1406 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update() [all …]
|
| /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() 1311 uint32_t resp_size; in lio_dev_get_link_status() local 1316 resp_size = sizeof(struct lio_link_status_resp); in lio_dev_get_link_status() 1317 sc = lio_alloc_soft_command(lio_dev, 0, resp_size, 0); in lio_dev_get_link_status() 1720 uint32_t resp_size; in lio_dev_configure() local 1743 resp_size = sizeof(struct lio_if_cfg_resp); in lio_dev_configure() 1744 sc = lio_alloc_soft_command(lio_dev, 0, resp_size, 0); in lio_dev_configure()
|
| /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()
|
| /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()
|