Searched refs:work_tx_end (Results 1 – 1 of 1) sorted by relevance
400 u8 work_tx_end; member896 mp->work_tx_end &= ~(1 << txq->index); in txq_submit_tso()1001 mp->work_tx_end &= ~(1 << txq->index); in txq_submit_skb()1073 mp->work_tx_end &= ~(1 << txq->index); in txq_kick()2173 mp->work_tx_end |= ((int_cause & INT_TX_END) >> 19) & in mv643xx_eth_collect_events()2279 queue_mask = mp->work_tx | mp->work_tx_end | mp->work_rx; in mv643xx_eth_poll()2296 if (mp->work_tx_end & queue_mask) { in mv643xx_eth_poll()