Lines Matching defs:channel
29 * GSI channels. A channel is a GSI construct, and represents a single
32 * with it, and each channel has an ID unique for that EE. For the most part
35 * An endpoint is an IPA construct representing a single channel anywhere
39 * added. IPA endpoint and GSI channel configuration data are defined
43 * are common to IPA and GSI (EE ID, channel ID, endpoint ID, and direction);
44 * properties associated with the GSI channel; and properties associated with
53 * struct gsi_channel_data - GSI channel configuration data
54 * @tre_count: number of TREs in the channel ring
56 * @tlv_count: number of entries in channel's TLV FIFO
58 * A GSI channel is a unidirectional means of transferring data to or
59 * from (and through) the IPA. A GSI channel has a ring buffer made
70 * The input to a GSI channel is a FIFO of type/length/value (TLV)
159 * struct ipa_gsi_endpoint_data - GSI channel/IPA endpoint data
161 * channel_id: GSI channel ID
164 * gsi: GSI channel configuration data (see above)
173 struct gsi_channel_data channel;
263 * @endpoint_data: IPA endpoint/GSI channel data