Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/ti/
Dam65-cpsw-nuss.c328 struct netdev_queue *netif_txq; in am65_cpsw_nuss_ndo_host_tx_timeout() local
331 netif_txq = netdev_get_tx_queue(ndev, txqueue); in am65_cpsw_nuss_ndo_host_tx_timeout()
333 trans_start = netif_txq->trans_start; in am65_cpsw_nuss_ndo_host_tx_timeout()
337 netif_tx_queue_stopped(netif_txq), in am65_cpsw_nuss_ndo_host_tx_timeout()
339 dql_avail(&netif_txq->dql), in am65_cpsw_nuss_ndo_host_tx_timeout()
342 if (netif_tx_queue_stopped(netif_txq)) { in am65_cpsw_nuss_ndo_host_tx_timeout()
344 txq_trans_update(netif_txq); in am65_cpsw_nuss_ndo_host_tx_timeout()
345 netif_tx_wake_queue(netif_txq); in am65_cpsw_nuss_ndo_host_tx_timeout()
920 struct netdev_queue *netif_txq; in am65_cpsw_nuss_tx_compl_packets() local
969 netif_txq = netdev_get_tx_queue(ndev, chn); in am65_cpsw_nuss_tx_compl_packets()
[all …]