Home
last modified time | relevance | path

Searched refs:expect_pit_seq (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif_rx.c464 unsigned int cur_pit_seq, expect_pit_seq = rxq->expect_pit_seq; in t7xx_dpmaif_check_pit_seq() local
467 cur_pit_seq == expect_pit_seq, DPMAIF_POLL_PIT_TIME_US, in t7xx_dpmaif_check_pit_seq()
471 rxq->expect_pit_seq++; in t7xx_dpmaif_check_pit_seq()
472 if (rxq->expect_pit_seq >= DPMAIF_DL_PIT_SEQ_VALUE) in t7xx_dpmaif_check_pit_seq()
473 rxq->expect_pit_seq = 0; in t7xx_dpmaif_check_pit_seq()
1012 rxq->expect_pit_seq = 0; in t7xx_dpmaif_rx_alloc()
1154 rxq->expect_pit_seq = 0; in t7xx_dpmaif_stop_rxq()
H A Dt7xx_hif_dpmaif.h116 unsigned int expect_pit_seq; member