Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1472 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_clear_tx_descriptors()
2231 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __alloc_dma_tx_desc_resources()
2245 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __alloc_dma_tx_desc_resources()
3584 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_hw_setup()
4180 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_vlan_insert()
4221 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tso_allocator()
4247 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_flush_tx_descriptors()
4361 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tso_xmit()
4383 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tso_xmit()
4458 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tso_xmit()
[all …]
H A Dstmmac.h58 #define STMMAC_TBS_AVAIL BIT(0) macro
H A Dstmmac_tc.c1162 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()