Searched refs:que_started (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_dpmaif.h43 bool que_started; member in struct:dpmaif_ul
50 bool que_started; member in struct:dpmaif_dl
H A Dt7xx_hif_dpmaif.h99 bool que_started; member in struct:dpmaif_rx_queue
125 bool que_started; member in struct:dpmaif_tx_queue
H A Dt7xx_hif_dpmaif_tx.c58 if (!txq->que_started)
254 if (!txq->que_started || dpmaif_ctrl->state != DPMAIF_STATE_PWRON)
352 if (!txq->que_started)
651 txq->que_started = false;
667 txq->que_started = false;
H A Dt7xx_hif_dpmaif_rx.c87 if (!rxq->que_started) {
242 if (!rxq->que_started)
508 if (!rxq->que_started || !rel_entry_num)
802 if (!rxq->que_started)
841 if (!rxq->que_started) {
1124 /* Ensure RX processing has stopped before we set rxq->que_started to false */
1126 rxq->que_started = false;
1134 rxq->que_started = false;
H A Dt7xx_hif_dpmaif.c315 rxq->que_started = true;
344 txq->que_started = true;
438 txq->que_started = true;
443 rxq->que_started = true;
H A Dt7xx_dpmaif.c821 if (!dl_que->que_started)
915 if (ul_que->que_started) {
1136 dl_que->que_started = true;
1143 ul_que->que_started = true;

Completed in 204 milliseconds