Searched refs:work_tx_end (Results 1 – 1 of 1) sorted by relevance
385 u8 work_tx_end; member877 mp->work_tx_end &= ~(1 << txq->index); in txq_submit_tso()982 mp->work_tx_end &= ~(1 << txq->index); in txq_submit_skb()1054 mp->work_tx_end &= ~(1 << txq->index); in txq_kick()2164 mp->work_tx_end |= ((int_cause & INT_TX_END) >> 19) & in mv643xx_eth_collect_events()2270 queue_mask = mp->work_tx | mp->work_tx_end | mp->work_rx; in mv643xx_eth_poll()2287 if (mp->work_tx_end & queue_mask) { in mv643xx_eth_poll()