Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/faraday/
Dftgmac100.c626 u32 ctl_stat) in ftgmac100_free_tx_packet() argument
631 if (ctl_stat & FTGMAC100_TXDES0_FTS) { in ftgmac100_free_tx_packet()
635 len = FTGMAC100_TXDES0_TXBUF_SIZE(ctl_stat); in ftgmac100_free_tx_packet()
640 if (ctl_stat & FTGMAC100_TXDES0_LTS) in ftgmac100_free_tx_packet()
651 u32 ctl_stat; in ftgmac100_tx_complete_packet() local
656 ctl_stat = le32_to_cpu(txdes->txdes0); in ftgmac100_tx_complete_packet()
657 if (ctl_stat & FTGMAC100_TXDES0_TXDMA_OWN) in ftgmac100_tx_complete_packet()
663 ftgmac100_free_tx_packet(priv, pointer, skb, txdes, ctl_stat); in ftgmac100_tx_complete_packet()
664 txdes->txdes0 = cpu_to_le32(ctl_stat & priv->txdes0_edotr_mask); in ftgmac100_tx_complete_packet()
721 u32 f_ctl_stat, ctl_stat, csum_vlan; in ftgmac100_hard_start_xmit() local
[all …]