Searched defs:qmc_chan (Results 1 – 3 of 3) sorted by relevance
205 struct qmc_chan { struct206 struct list_head list;207 unsigned int id;208 struct qmc *qmc;209 void __iomem *s_param;210 enum qmc_mode mode;211 spinlock_t ts_lock; /* Protect timeslots */212 u64 tx_ts_mask_avail;213 u64 tx_ts_mask;214 u64 rx_ts_mask_avail;[all …]
38 struct qmc_chan *qmc_chan; member
23 struct qmc_chan *qmc_chan; member