Searched refs:tdes3 (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_descs.c14 unsigned int tdes3 = le32_to_cpu(p->des3); local
17 if (unlikely(tdes3 & XGMAC_TDES3_OWN))
19 if (likely(!(tdes3 & XGMAC_TDES3_LD)))
147 unsigned int tdes3 = le32_to_cpu(p->des3); local
151 tdes3 |= tot_pkt_len & XGMAC_TDES3_FL;
153 tdes3 |= XGMAC_TDES3_FD;
155 tdes3 &= ~XGMAC_TDES3_FD;
158 tdes3 |= 0x3 << XGMAC_TDES3_CIC_SHIFT;
160 tdes3 &= ~XGMAC_TDES3_CIC;
163 tdes3 |
186 unsigned int tdes3 = le32_to_cpu(p->des3); local
[all...]
H A Ddwmac4_descs.c20 unsigned int tdes3; local
23 tdes3 = le32_to_cpu(p->des3);
26 if (unlikely(tdes3 & TDES3_OWN))
30 if (likely(!(tdes3 & TDES3_LAST_DESCRIPTOR)))
33 if (unlikely(tdes3 & TDES3_ERROR_SUMMARY)) {
36 if (unlikely(tdes3 & TDES3_JABBER_TIMEOUT))
38 if (unlikely(tdes3 & TDES3_PACKET_FLUSHED))
40 if (unlikely(tdes3 & TDES3_LOSS_CARRIER)) {
43 if (unlikely(tdes3 & TDES3_NO_CARRIER)) {
46 if (unlikely((tdes3
322 unsigned int tdes3 = le32_to_cpu(p->des3); local
361 unsigned int tdes3 = le32_to_cpu(p->des3); local
[all...]
/linux-master/drivers/net/ethernet/dec/tulip/
H A Ddmfe.c187 __le32 tdes0, tdes1, tdes2, tdes3; /* Data for the card */ member in struct:tx_desc
1389 tmp_tx->tdes3 = cpu_to_le32(tmp_tx_dma);
1394 (--tmp_tx)->tdes3 = cpu_to_le32(db->first_tx_desc_dma);
H A Duli526x.c107 __le32 tdes0, tdes1, tdes2, tdes3; /* Data for the card */ member in struct:tx_desc
1296 tmp_tx->tdes3 = cpu_to_le32(tmp_tx_dma);
1301 (--tmp_tx)->tdes3 = cpu_to_le32(db->first_tx_desc_dma);

Completed in 104 milliseconds