Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/ti/
Ddavinci_cpdma.c97 CPDMA_STATE_ACTIVE, enumerator
330 ctlr->state = CPDMA_STATE_ACTIVE; in cpdma_ctlr_start()
470 if (ctlr->state != CPDMA_STATE_ACTIVE) { in cpdma_ctlr_int_ctrl()
641 if (chan->state == CPDMA_STATE_ACTIVE) in __cpdma_chan_submit()
654 (chan->state == CPDMA_STATE_ACTIVE)) { in __cpdma_chan_submit()
711 if (chan->state == CPDMA_STATE_ACTIVE && chan->rxfree) in cpdma_chan_submit()
826 if (chan->state != CPDMA_STATE_ACTIVE) in cpdma_chan_process()
850 if (ctlr->state != CPDMA_STATE_ACTIVE) { in cpdma_chan_start()
855 chan->state = CPDMA_STATE_ACTIVE; in cpdma_chan_start()
935 if (chan->state != CPDMA_STATE_ACTIVE) { in cpdma_chan_int_ctrl()
[all …]