Searched refs:request_size (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_proxy.c | 398 __in_bcount(request_size) uint8_t *request_bufferp, in efx_mcdi_proxy_cmd() 399 __in size_t request_size, in efx_mcdi_proxy_cmd() argument 408 if (request_size % sizeof (*inbufp) != 0) { in efx_mcdi_proxy_cmd() 413 EFSYS_KMEM_ALLOC(enp, (MC_CMD_PROXY_CMD_IN_LEN + request_size), inbufp); in efx_mcdi_proxy_cmd() 417 req.emr_in_length = MC_CMD_PROXY_CMD_IN_LEN + request_size; in efx_mcdi_proxy_cmd() 427 request_bufferp, request_size); in efx_mcdi_proxy_cmd() 431 EFSYS_KMEM_FREE(enp, (MC_CMD_PROXY_CMD_IN_LEN + request_size), inbufp); in efx_mcdi_proxy_cmd() 466 paramsp->request_bufferp, paramsp->request_size, in ef10_proxy_auth_exec_cmd()
|
| H A D | efx.h | 3988 size_t request_size; member
|
| /f-stack/dpdk/app/test/ |
| H A D | test_malloc.c | 731 const size_t request_size = 1024; in test_rte_malloc_validate() local 733 char *data_ptr = rte_malloc(NULL, request_size, RTE_CACHE_LINE_SIZE); in test_rte_malloc_validate() 753 if (allocated_size < request_size) in test_rte_malloc_validate()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_iov_api.h | 135 u32 request_size; member
|
| H A D | ecore_sriov.c | 517 vf->vf_mbx.sw_mbx.request_size = sizeof(union vfpf_tlvs); in ecore_iov_setup_vfdb()
|