Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0009-FF-A-v15-arm_ffa-efi-introduce-FF-A-MM-communication.patch296 +static efi_status_t ffa_mm_communicate(void *comm_buf, ulong comm_buf_size)
316 + if (comm_buf_size != tx_data_size || tx_data_size > CONFIG_FFA_SHARED_MM_BUF_SIZE)
346 + if (rx_data_size > comm_buf_size) {