Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_main.c1382 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_clear_tx_descriptors()
2126 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __alloc_dma_tx_desc_resources()
2140 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __alloc_dma_tx_desc_resources()
3385 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_hw_setup()
3968 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_vlan_insert()
4009 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tso_allocator()
4039 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_flush_tx_descriptors()
4128 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tso_xmit()
4153 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tso_xmit()
4233 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tso_xmit()
[all …]
A Dstmmac.h55 #define STMMAC_TBS_AVAIL BIT(0) macro
A Dstmmac_tc.c1097 if (!(priv->dma_conf.tx_queue[qopt->queue].tbs & STMMAC_TBS_AVAIL)) in tc_setup_etf()
A Dstmmac_selftests.c1770 if (priv->dma_conf.tx_queue[i].tbs & STMMAC_TBS_AVAIL) in stmmac_test_tbs()

Completed in 23 milliseconds