Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_descs.c30 if (likely(!(tdes3 & TDES3_LAST_DESCRIPTOR))) in dwmac4_wrback_get_tx_status()
197 return (le32_to_cpu(p->des3) & TDES3_LAST_DESCRIPTOR) in dwmac4_get_tx_ls()
327 tdes3 |= TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tx_desc()
329 tdes3 &= ~TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tx_desc()
370 tdes3 |= TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tso_tx_desc()
372 tdes3 &= ~TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tso_tx_desc()
H A Ddwmac4_descs.h70 #define TDES3_LAST_DESCRIPTOR BIT(28) macro