Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wwan/t7xx/
A Dt7xx_hif_dpmaif.h123 struct dpmaif_tx_queue { struct
124 unsigned int index;
125 bool que_started;
126 atomic_t tx_budget;
127 void *drb_base;
128 dma_addr_t drb_bus_addr;
130 unsigned int drb_wr_idx;
131 unsigned int drb_rd_idx;
133 void *drb_skb_base;
134 wait_queue_head_t req_wq;
[all …]

Completed in 6 milliseconds