Searched refs:netif_txq (Results 1 – 1 of 1) sorted by relevance
280 struct netdev_queue *netif_txq; in am65_cpsw_nuss_ndo_host_tx_timeout() local283 netif_txq = netdev_get_tx_queue(ndev, txqueue); in am65_cpsw_nuss_ndo_host_tx_timeout()285 trans_start = READ_ONCE(netif_txq->trans_start); in am65_cpsw_nuss_ndo_host_tx_timeout()289 netif_tx_queue_stopped(netif_txq), in am65_cpsw_nuss_ndo_host_tx_timeout()291 dql_avail(&netif_txq->dql), in am65_cpsw_nuss_ndo_host_tx_timeout()294 if (netif_tx_queue_stopped(netif_txq)) { in am65_cpsw_nuss_ndo_host_tx_timeout()296 txq_trans_update(netif_txq); in am65_cpsw_nuss_ndo_host_tx_timeout()297 netif_tx_wake_queue(netif_txq); in am65_cpsw_nuss_ndo_host_tx_timeout()885 struct netdev_queue *netif_txq) in am65_cpsw_nuss_tx_wake() argument887 if (netif_tx_queue_stopped(netif_txq)) { in am65_cpsw_nuss_tx_wake()[all …]