Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_descs.c317 tdes3 |= TDES3_FIRST_DESCRIPTOR; in dwmac4_rd_prepare_tx_desc()
319 tdes3 &= ~TDES3_FIRST_DESCRIPTOR; in dwmac4_rd_prepare_tx_desc()
360 tdes3 |= TDES3_FIRST_DESCRIPTOR | in dwmac4_rd_prepare_tso_tx_desc()
366 tdes3 &= ~TDES3_FIRST_DESCRIPTOR; in dwmac4_rd_prepare_tso_tx_desc()
H A Ddwmac4_descs.h72 #define TDES3_FIRST_DESCRIPTOR BIT(29) macro