Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1457 } else if (tx_q->tbs & STMMAC_TBS_AVAIL) { in stmmac_display_tx_rings()
1557 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_clear_tx_descriptors()
1956 else if (!(tx_q->tbs & STMMAC_TBS_AVAIL)) in __init_dma_tx_desc_rings()
1969 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __init_dma_tx_desc_rings()
2139 } else if (tx_q->tbs & STMMAC_TBS_AVAIL) { in __free_dma_tx_desc_resources()
2311 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __alloc_dma_tx_desc_resources()
2325 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __alloc_dma_tx_desc_resources()
2691 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_xdp_xmit_zc()
2828 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tx_clean()
3695 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_hw_setup()
[all...]
H A Dstmmac.h59 #define STMMAC_TBS_AVAIL BIT(0) macro
H A Dstmmac_tc.c1165 if (!(priv->dma_conf.tx_queue[qopt->queue].tbs & STMMAC_TBS_AVAIL)) in tc_setup_etf()
H A Dstmmac_selftests.c1770 if (priv->dma_conf.tx_queue[i].tbs & STMMAC_TBS_AVAIL) in stmmac_test_tbs()