Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/nvidia/tegra/drivers/bpmp_ipc/
Divc.c105 static inline bool ivc_channel_full(const struct ivc *ivc, in ivc_channel_full() function
192 if (!ivc_channel_full(ivc, ivc->tx_channel)) { in ivc_check_write()
196 return ivc_channel_full(ivc, ivc->tx_channel) ? -ENOMEM : 0; in ivc_check_write()