Searched refs:STMMAC_TBS_EN (Results 1 – 3 of 3) sorted by relevance
57 #define STMMAC_TBS_EN BIT(1) macro
1109 priv->dma_conf.tx_queue[qopt->queue].tbs |= STMMAC_TBS_EN; in tc_setup_etf()1111 priv->dma_conf.tx_queue[qopt->queue].tbs &= ~STMMAC_TBS_EN; in tc_setup_etf()
3841 if (priv->dma_conf.tx_queue[i].tbs & STMMAC_TBS_EN) in __stmmac_open()4619 if (tx_q->tbs & STMMAC_TBS_EN) { in stmmac_xmit()