Home
last modified time | relevance | path

Searched refs:txdes0 (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/faraday/
Dftgmac100.c656 ctl_stat = le32_to_cpu(txdes->txdes0); in ftgmac100_tx_complete_packet()
664 txdes->txdes0 = cpu_to_le32(ctl_stat & priv->txdes0_edotr_mask); in ftgmac100_tx_complete_packet()
806 txdes->txdes0 = cpu_to_le32(ctl_stat); in ftgmac100_hard_start_xmit()
818 first->txdes0 = cpu_to_le32(f_ctl_stat); in ftgmac100_hard_start_xmit()
847 first->txdes0 = cpu_to_le32(f_ctl_stat & priv->txdes0_edotr_mask); in ftgmac100_hard_start_xmit()
853 ctl_stat = le32_to_cpu(txdes->txdes0); in ftgmac100_hard_start_xmit()
855 txdes->txdes0 = cpu_to_le32(ctl_stat & priv->txdes0_edotr_mask); in ftgmac100_hard_start_xmit()
896 le32_to_cpu(txdes->txdes0)); in ftgmac100_free_buffers()
990 txdes->txdes0 = 0; in ftgmac100_init_rings()
992 txdes->txdes0 |= cpu_to_le32(priv->txdes0_edotr_mask); in ftgmac100_init_rings()
Dftmac100.h138 unsigned int txdes0; member
Dftmac100.c476 txdes->txdes0 = 0; in ftmac100_txdes_reset()
484 return txdes->txdes0 & cpu_to_le32(FTMAC100_TXDES0_TXDMA_OWN); in ftmac100_txdes_owned_by_dma()
494 txdes->txdes0 |= cpu_to_le32(FTMAC100_TXDES0_TXDMA_OWN); in ftmac100_txdes_set_dma_own()
499 return txdes->txdes0 & cpu_to_le32(FTMAC100_TXDES0_TXPKT_EXSCOL); in ftmac100_txdes_excessive_collision()
504 return txdes->txdes0 & cpu_to_le32(FTMAC100_TXDES0_TXPKT_LATECOL); in ftmac100_txdes_late_collision()
Dftgmac100.h212 __le32 txdes0; /* Control & status bits */ member