Home
last modified time | relevance | path

Searched refs:inbufp (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/common/sfc_efx/base/
H A Def10_proxy.c404 efx_dword_t *inbufp; in efx_mcdi_proxy_cmd() local
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()
416 req.emr_in_buf = (uint8_t *) inbufp; in efx_mcdi_proxy_cmd()
426 memcpy(&inbufp[MC_CMD_PROXY_CMD_IN_LEN / sizeof (*inbufp)], in efx_mcdi_proxy_cmd()
431 EFSYS_KMEM_FREE(enp, (MC_CMD_PROXY_CMD_IN_LEN + request_size), inbufp); in efx_mcdi_proxy_cmd()