Home | History | Annotate | Download | only in FW_Transfer

Lines Matching full:host

78 /* The host Tx-results counter write transaction structure. */
100 TI_UINT32 uTxResultHostCounterAddr;/* The Tx-Result host counter address in SRAM */
101 TI_UINT32 uHostResultsCounter; /* Number of results read by host from queue since FW-init (updated to FW) */
105 THostCounterWriteTxn tHostCounterWriteTxn; /* The structure used for writing host results counter to FW */
184 /* Prepare Host-Results-Counter write transaction (HwAddr is filled before each transaction) */
297 * At the end - write the new host counter to the FW.
327 /* Process new Tx results, call upper layers to handle them and update host-index in the FW. */
351 * 1. Find the number of new results (FW counter minus host counter), and if 0 exit.
353 * 3. Update Host-Counter to be equal to the FW-Counter, and write it to the FW.
365 * uHostResultsCounter is the accumulated number of Tx-Results processed by the host.
366 * The delta is the number of new Tx-results in the queue, waiting for host processing.
382 /* Update host results-counter in FW to be equal to the FW counter (all new results were processed). */