Searched refs:handler_rx_buf (Results 1 – 1 of 1) sorted by relevance
473 uint8_t *handler_tx_buf, *handler_rx_buf; in ec_host_cmd_init() local487 handler_rx_buf = hc->rx_ctx.buf; in ec_host_cmd_init()489 handler_rx_buf_end = handler_rx_buf + CONFIG_EC_HOST_CMD_HANDLER_RX_BUFFER_SIZE; in ec_host_cmd_init()513 (handler_rx_buf && in ec_host_cmd_init()514 !((handler_rx_buf <= backend_rx_buf) && (handler_rx_buf_end > backend_rx_buf)))) { in ec_host_cmd_init()