Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/faraday/
Dftgmac100.c614 u32 ctl_stat) in ftgmac100_free_tx_packet() argument
619 if (ctl_stat & FTGMAC100_TXDES0_FTS) { in ftgmac100_free_tx_packet()
623 len = FTGMAC100_TXDES0_TXBUF_SIZE(ctl_stat); in ftgmac100_free_tx_packet()
628 if (ctl_stat & FTGMAC100_TXDES0_LTS) in ftgmac100_free_tx_packet()
639 u32 ctl_stat; in ftgmac100_tx_complete_packet() local
644 ctl_stat = le32_to_cpu(txdes->txdes0); in ftgmac100_tx_complete_packet()
645 if (ctl_stat & FTGMAC100_TXDES0_TXDMA_OWN) in ftgmac100_tx_complete_packet()
651 ftgmac100_free_tx_packet(priv, pointer, skb, txdes, ctl_stat); in ftgmac100_tx_complete_packet()
652 txdes->txdes0 = cpu_to_le32(ctl_stat & priv->txdes0_edotr_mask); in ftgmac100_tx_complete_packet()
709 u32 f_ctl_stat, ctl_stat, csum_vlan; in ftgmac100_hard_start_xmit() local
[all …]