Searched refs:expect_pit_seq (Results 1 – 2 of 2) sorted by relevance
464 unsigned int cur_pit_seq, expect_pit_seq = rxq->expect_pit_seq; in t7xx_dpmaif_check_pit_seq() local467 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()
116 unsigned int expect_pit_seq; member