Searched refs:expect_pit_seq (Results 1 – 2 of 2) sorted by relevance
465 unsigned int cur_pit_seq, expect_pit_seq = rxq->expect_pit_seq; in t7xx_dpmaif_check_pit_seq() local468 cur_pit_seq == expect_pit_seq, DPMAIF_POLL_PIT_TIME_US, in t7xx_dpmaif_check_pit_seq()472 rxq->expect_pit_seq++; in t7xx_dpmaif_check_pit_seq()473 if (rxq->expect_pit_seq >= DPMAIF_DL_PIT_SEQ_VALUE) in t7xx_dpmaif_check_pit_seq()474 rxq->expect_pit_seq = 0; in t7xx_dpmaif_check_pit_seq()1013 rxq->expect_pit_seq = 0; in t7xx_dpmaif_rx_alloc()1155 rxq->expect_pit_seq = 0; in t7xx_dpmaif_stop_rxq()
116 unsigned int expect_pit_seq; member