Searched refs:handler_tx_buf (Results 1 – 1 of 1) sorted by relevance
473 uint8_t *handler_tx_buf, *handler_rx_buf; in ec_host_cmd_init() local486 handler_tx_buf = hc->tx.buf; in ec_host_cmd_init()488 handler_tx_buf_end = handler_tx_buf + CONFIG_EC_HOST_CMD_HANDLER_TX_BUFFER_SIZE; in ec_host_cmd_init()511 if ((handler_tx_buf && in ec_host_cmd_init()512 !((handler_tx_buf <= backend_tx_buf) && (handler_tx_buf_end > backend_tx_buf))) || in ec_host_cmd_init()