Searched refs:work_tx_end (Results 1 – 1 of 1) sorted by relevance
384 u8 work_tx_end; member874 mp->work_tx_end &= ~(1 << txq->index); in txq_submit_tso()979 mp->work_tx_end &= ~(1 << txq->index); in txq_submit_skb()1051 mp->work_tx_end &= ~(1 << txq->index); in txq_kick()2153 mp->work_tx_end |= ((int_cause & INT_TX_END) >> 19) & in mv643xx_eth_collect_events()2259 queue_mask = mp->work_tx | mp->work_tx_end | mp->work_rx; in mv643xx_eth_poll()2276 if (mp->work_tx_end & queue_mask) { in mv643xx_eth_poll()