Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c1265 } else if (tx_q->tbs & STMMAC_TBS_AVAIL) { in stmmac_display_tx_rings()
1350 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_clear_tx_descriptors()
1719 else if (!(tx_q->tbs & STMMAC_TBS_AVAIL)) in __init_dma_tx_desc_rings()
1732 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __init_dma_tx_desc_rings()
1894 } else if (tx_q->tbs & STMMAC_TBS_AVAIL) { in __free_dma_tx_desc_resources()
2054 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __alloc_dma_tx_desc_resources()
2068 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __alloc_dma_tx_desc_resources()
2364 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_xdp_xmit_zc()
2483 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tx_clean()
3311 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_hw_setup()
[all …]
Dstmmac.h55 #define STMMAC_TBS_AVAIL BIT(0) macro
Dstmmac_tc.c1094 if (!(priv->tx_queue[qopt->queue].tbs & STMMAC_TBS_AVAIL)) in tc_setup_etf()
Dstmmac_selftests.c1766 if (priv->tx_queue[i].tbs & STMMAC_TBS_AVAIL) in stmmac_test_tbs()