Home
last modified time | relevance | path

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

/linux/drivers/soc/fsl/qe/
H A Dqmc.c205 struct qmc_chan { struct
206 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 …]
/linux/drivers/net/wan/
H A Dfsl_qmc_hdlc.c38 struct qmc_chan *qmc_chan; member