Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1217 } else if (tx_q->tbs & STMMAC_TBS_AVAIL) { in stmmac_display_tx_rings()
1302 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_clear_tx_descriptors()
1530 else if (!(tx_q->tbs & STMMAC_TBS_AVAIL)) in init_dma_tx_desc_rings()
1540 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in init_dma_tx_desc_rings()
1683 } else if (tx_q->tbs & STMMAC_TBS_AVAIL) { in free_dma_tx_desc_resources()
1810 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in alloc_dma_tx_desc_resources()
1824 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in alloc_dma_tx_desc_resources()
2066 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tx_clean()
2811 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_hw_setup()
2831 int enable = tx_q->tbs & STMMAC_TBS_AVAIL; in stmmac_hw_setup()
[all …]
H A Dstmmac_uio.c150 } else if (tx_q->tbs & STMMAC_TBS_AVAIL) { in uio_free_dma_tx_desc_resources()
234 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in uio_alloc_dma_tx_desc_resources()
248 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in uio_alloc_dma_tx_desc_resources()
H A Dstmmac.h42 #define STMMAC_TBS_AVAIL BIT(0) macro
H A Dstmmac_tc.c801 if (!(priv->tx_queue[qopt->queue].tbs & STMMAC_TBS_AVAIL)) in tc_setup_etf()
H A Dstmmac_selftests.c1766 if (priv->tx_queue[i].tbs & STMMAC_TBS_AVAIL) in stmmac_test_tbs()
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff233 + } else if (tx_q->tbs & STMMAC_TBS_AVAIL) {
317 + else if (tx_q->tbs & STMMAC_TBS_AVAIL)
331 + else if (tx_q->tbs & STMMAC_TBS_AVAIL)