Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/faraday/
H A Dftgmac100.c679 ctl_stat = le32_to_cpu(txdes->txdes0); in ftgmac100_tx_complete_packet()
687 txdes->txdes0 = cpu_to_le32(ctl_stat & priv->txdes0_edotr_mask); in ftgmac100_tx_complete_packet()
833 txdes->txdes0 = cpu_to_le32(ctl_stat); in ftgmac100_hard_start_xmit()
845 first->txdes0 = cpu_to_le32(f_ctl_stat); in ftgmac100_hard_start_xmit()
879 first->txdes0 = cpu_to_le32(f_ctl_stat & priv->txdes0_edotr_mask); in ftgmac100_hard_start_xmit()
885 ctl_stat = le32_to_cpu(txdes->txdes0); in ftgmac100_hard_start_xmit()
887 txdes->txdes0 = cpu_to_le32(ctl_stat & priv->txdes0_edotr_mask); in ftgmac100_hard_start_xmit()
928 le32_to_cpu(txdes->txdes0)); in ftgmac100_free_buffers()
1020 txdes->txdes0 = 0; in ftgmac100_init_rings()
1022 txdes->txdes0 |= cpu_to_le32(priv->txdes0_edotr_mask); in ftgmac100_init_rings()
H A Dftmac100.h125 __le32 txdes0; member
H A Dftgmac100.h207 __le32 txdes0; /* Control & status bits */ member