Searched refs:MC_CMD_PROXY_CMD_IN_LEN (Results 1 – 2 of 2) sorted by relevance
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()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()
9768 #define MC_CMD_PROXY_CMD_IN_LEN 4 macro