Lines Matching full:freed
46 * They are freed according to FW counters that are provided by the FwEvent module
81 TI_UINT32 uAllocatedBlksCntr; /* Accumulates allocated blocks for FW freed-blocks counter coordination. */
82 TI_UINT32 uFwFreedBlksCntr; /* Accumulated freed blocks in FW. */
102 TI_UINT8 uFwTxResultsCntr; /* Accumulated freed descriptors in FW. */
437 This function is called per queue after reading the freed blocks counters from the FwStatus.
438 It updates the queue's blocks status according to the freed blocks.
446 TI_UINT32 numBlksToFree; /* The number of blocks freed in the current queue. */
457 /* The uFreeBlocks is the accumulated number of blocks freed by the FW for the uQueueId.
474 /* Update total free blocks and Queue used blocks with the freed blocks number. */
497 <-------------- freed -------------->
506 all freed blocks are added to the reserved blocks:
511 <---- freed ---->
528 Called by FwEvent upon Data interrupt to update freed HW-Queue resources as follows: