Home
last modified time | relevance | path

Searched refs:XGMAC_TDES3_LD (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
A Ddwxgmac2_descs.c19 if (likely(!(tdes3 & XGMAC_TDES3_LD))) in dwxgmac2_get_tx_status()
163 tdes3 |= XGMAC_TDES3_LD; in dwxgmac2_prepare_tx_desc()
165 tdes3 &= ~XGMAC_TDES3_LD; in dwxgmac2_prepare_tx_desc()
203 tdes3 |= XGMAC_TDES3_LD; in dwxgmac2_prepare_tso_tx_desc()
205 tdes3 &= ~XGMAC_TDES3_LD; in dwxgmac2_prepare_tso_tx_desc()
A Ddwxgmac2.h437 #define XGMAC_TDES3_LD BIT(28) macro

Completed in 6 milliseconds