Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_descs.c31 if (likely(!(tdes3 & TDES3_LAST_DESCRIPTOR))) in dwmac4_wrback_get_tx_status()
203 return (le32_to_cpu(p->des3) & TDES3_LAST_DESCRIPTOR) in dwmac4_get_tx_ls()
333 tdes3 |= TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tx_desc()
335 tdes3 &= ~TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tx_desc()
376 tdes3 |= TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tso_tx_desc()
378 tdes3 &= ~TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tso_tx_desc()
Ddwmac4_descs.h70 #define TDES3_LAST_DESCRIPTOR BIT(28) macro