Home
last modified time | relevance | path

Searched defs:gsi_channel (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ipa/
Dgsi.h106 struct gsi_channel { struct
107 struct gsi *gsi;
108 bool toward_ipa;
109 bool command; /* AP command TX channel or not */
110 bool use_prefetch; /* use prefetch (else escape buf) */
112 u8 tlv_count; /* # entries in TLV FIFO */
113 u16 tre_count;
114 u16 event_count;
116 struct completion completion; /* signals channel command completion */
118 struct gsi_ring tre_ring;
[all …]
/kernel/linux/linux-6.6/drivers/net/ipa/
Dgsi.h103 struct gsi_channel { struct
104 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