Searched defs:gsi_channel (Results 1 – 1 of 1) sorted by relevance
108 struct gsi_channel { struct109 struct gsi *gsi;110 bool toward_ipa;111 bool command; /* AP command TX channel or not */113 u8 tlv_count; /* # entries in TLV FIFO */114 u16 tre_count;115 u16 event_count;117 struct completion completion; /* signals channel command completion */119 struct gsi_ring tre_ring;143 struct gsi_channel *channel; argument