Searched refs:sz_oob_rx (Results 1 – 1 of 1) sorted by relevance
822 int idx_rx_buf, sz_oob_rx, ret; in espi_npcx_receive_oob() local851 sz_oob_rx = NPCX_OOB_RX_PACKAGE_LEN(oob_data); in espi_npcx_receive_oob()854 if (sz_oob_rx > NPCX_ESPI_OOB_MAX_PAYLOAD) { in espi_npcx_receive_oob()855 LOG_ERR("Out of OOB received buffer: %d", sz_oob_rx); in espi_npcx_receive_oob()860 pckt->len = sz_oob_rx; in espi_npcx_receive_oob()863 for (idx_rx_buf = 0; idx_rx_buf < sz_oob_rx/4; idx_rx_buf++) { in espi_npcx_receive_oob()873 if (sz_oob_rx % 4) { in espi_npcx_receive_oob()877 for (i = 0; i < sz_oob_rx % 4; i++) in espi_npcx_receive_oob()