Searched refs:expect_pit_seq (Results 1 – 2 of 2) sorted by relevance
500 unsigned int cur_pit_seq, expect_pit_seq = rxq->expect_pit_seq; in t7xx_dpmaif_check_pit_seq() local503 cur_pit_seq == expect_pit_seq, DPMAIF_POLL_PIT_TIME_US, in t7xx_dpmaif_check_pit_seq()507 rxq->expect_pit_seq++; in t7xx_dpmaif_check_pit_seq()508 if (rxq->expect_pit_seq >= DPMAIF_DL_PIT_SEQ_VALUE) in t7xx_dpmaif_check_pit_seq()509 rxq->expect_pit_seq = 0; in t7xx_dpmaif_check_pit_seq()1048 rxq->expect_pit_seq = 0; in t7xx_dpmaif_rx_alloc()1229 rxq->expect_pit_seq = 0; in t7xx_dpmaif_stop_rxq()
123 unsigned int expect_pit_seq; member