Searched defs:gsi_channel (Results 1 – 1 of 1) sorted by relevance
103 struct gsi_channel { struct104 struct gsi *gsi;105 bool toward_ipa;106 bool command; /* AP command TX channel or not */108 u8 trans_tre_max; /* max TREs in a transaction */109 u16 tre_count;110 u16 event_count;112 struct gsi_ring tre_ring;136 struct gsi_channel *channel; argument