Symbol: dpmaif_tx_queue
drivers/net/wwan/t7xx/t7xx_hif_dpmaif.c
211
struct dpmaif_tx_queue *tx_q;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif.c
282
struct dpmaif_tx_queue *tx_q;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif.c
304
struct dpmaif_tx_queue *txq;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif.c
433
struct dpmaif_tx_queue *txq;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif.h
177
struct dpmaif_tx_queue txq[DPMAIF_TXQ_NUM];
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
137
struct dpmaif_tx_queue *txq = &dpmaif_ctrl->txq[q_num];
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
153
static bool t7xx_dpmaif_drb_ring_not_empty(struct dpmaif_tx_queue *txq)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
160
struct dpmaif_tx_queue *txq = container_of(work, struct dpmaif_tx_queue, dpmaif_tx_work);
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
247
struct dpmaif_tx_queue *txq;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
346
static struct dpmaif_tx_queue *t7xx_select_tx_queue(struct dpmaif_ctrl *dpmaif_ctrl)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
348
struct dpmaif_tx_queue *txq;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
357
static unsigned int t7xx_txq_drb_wr_available(struct dpmaif_tx_queue *txq)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
369
static int t7xx_txq_burst_send_skb(struct dpmaif_tx_queue *txq)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
415
struct dpmaif_tx_queue *txq;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
508
struct dpmaif_tx_queue *txq = &dpmaif_ctrl->txq[txq_number];
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
535
static int t7xx_dpmaif_tx_drb_buf_init(struct dpmaif_tx_queue *txq)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
54
struct dpmaif_tx_queue *txq = &dpmaif_ctrl->txq[q_num];
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
561
static void t7xx_dpmaif_tx_free_drb_skb(struct dpmaif_tx_queue *txq)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
585
static void t7xx_dpmaif_tx_drb_buf_rel(struct dpmaif_tx_queue *txq)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
605
int t7xx_dpmaif_txq_init(struct dpmaif_tx_queue *txq)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
631
void t7xx_dpmaif_txq_free(struct dpmaif_tx_queue *txq)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
645
struct dpmaif_tx_queue *txq;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
663
static void t7xx_dpmaif_txq_flush_rel(struct dpmaif_tx_queue *txq)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c
83
struct dpmaif_tx_queue *txq = &dpmaif_ctrl->txq[q_num];
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.h
72
void t7xx_dpmaif_txq_free(struct dpmaif_tx_queue *txq);
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.h
74
int t7xx_dpmaif_txq_init(struct dpmaif_tx_queue *txq);