Lines Matching full:transaction
19 /* Return the entry that follows one provided in a transaction pool */
23 * gsi_trans_move_complete() - Mark a GSI transaction completed
24 * @trans: Transaction to commit
29 * gsi_trans_move_polled() - Mark a transaction polled
30 * @trans: Transaction to update
35 * gsi_trans_complete() - Complete a GSI transaction
36 * @trans: Transaction to complete
38 * Marks a transaction complete (including freeing it).
43 * gsi_channel_trans_mapped() - Return a transaction mapped to a TRE index
44 * @channel: Channel associated with the transaction
45 * @index: Index of the TRE having a transaction
47 * Return: The GSI transaction pointer associated with the TRE index
53 * gsi_channel_trans_complete() - Return a channel's next completed transaction
54 * @channel: Channel whose next transaction is to be returned
56 * Return: The next completed transaction, or NULL if nothing new
75 * gsi_channel_trans_init() - Initialize a channel's GSI transaction info
87 * @channel: Channel whose transaction information is to be cleaned up