Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_descs.c33 if (likely(!(tdes3 & TDES3_LAST_DESCRIPTOR))) in dwmac4_wrback_get_tx_status()
202 return (le32_to_cpu(p->des3) & TDES3_LAST_DESCRIPTOR) in dwmac4_get_tx_ls()
329 tdes3 |= TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tx_desc()
331 tdes3 &= ~TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tx_desc()
372 tdes3 |= TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tso_tx_desc()
374 tdes3 &= ~TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tso_tx_desc()
Ddwmac4_descs.h64 #define TDES3_LAST_DESCRIPTOR BIT(28) macro