Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/
H A Dsfc_efx_mcdi.c272 size_t max_msg_size; in sfc_efx_mcdi_init() local
293 max_msg_size = sizeof(uint32_t) + MCDI_CTL_SDU_LEN_MAX_V2; in sfc_efx_mcdi_init()
294 rc = ops->dma_alloc(ops_cookie, "mcdi", max_msg_size, &mcdi->mem); in sfc_efx_mcdi_init()
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_if.h116 unsigned int max_msg_size; member
H A Dvchiq_core.c3560 config.max_msg_size = VCHIQ_MAX_MSG_SIZE; in vchiq_get_config()