Searched refs:netif_txq (Results 1 – 1 of 1) sorted by relevance
343 struct netdev_queue *netif_txq; in am65_cpsw_nuss_ndo_host_tx_timeout() local346 netif_txq = netdev_get_tx_queue(ndev, txqueue); in am65_cpsw_nuss_ndo_host_tx_timeout()348 trans_start = netif_txq->trans_start; in am65_cpsw_nuss_ndo_host_tx_timeout()352 netif_tx_queue_stopped(netif_txq), in am65_cpsw_nuss_ndo_host_tx_timeout()354 dql_avail(&netif_txq->dql), in am65_cpsw_nuss_ndo_host_tx_timeout()357 if (netif_tx_queue_stopped(netif_txq)) { in am65_cpsw_nuss_ndo_host_tx_timeout()359 txq_trans_update(netif_txq); in am65_cpsw_nuss_ndo_host_tx_timeout()360 netif_tx_wake_queue(netif_txq); in am65_cpsw_nuss_ndo_host_tx_timeout()971 struct netdev_queue *netif_txq) in am65_cpsw_nuss_tx_wake() argument973 if (netif_tx_queue_stopped(netif_txq)) { in am65_cpsw_nuss_tx_wake()[all …]