Searched refs:netif_txq (Results 1 – 2 of 2) sorted by relevance
284 struct netdev_queue *netif_txq; in am65_cpsw_nuss_ndo_host_tx_timeout() local287 netif_txq = netdev_get_tx_queue(ndev, txqueue); in am65_cpsw_nuss_ndo_host_tx_timeout()289 trans_start = READ_ONCE(netif_txq->trans_start); in am65_cpsw_nuss_ndo_host_tx_timeout()293 netif_tx_queue_stopped(netif_txq), in am65_cpsw_nuss_ndo_host_tx_timeout()295 dql_avail(&netif_txq->dql), in am65_cpsw_nuss_ndo_host_tx_timeout()298 if (netif_tx_queue_stopped(netif_txq)) { in am65_cpsw_nuss_ndo_host_tx_timeout()300 txq_trans_update(netif_txq); in am65_cpsw_nuss_ndo_host_tx_timeout()301 netif_tx_wake_queue(netif_txq); in am65_cpsw_nuss_ndo_host_tx_timeout()925 struct netdev_queue *netif_txq) in am65_cpsw_nuss_tx_wake() argument927 if (netif_tx_queue_stopped(netif_txq)) { in am65_cpsw_nuss_tx_wake()[all …]
146 struct netdev_queue *netif_txq; in emac_tx_complete_packets() local186 netif_txq = netdev_get_tx_queue(ndev, chn); in emac_tx_complete_packets()187 netdev_tx_completed_queue(netif_txq, num_tx, total_bytes); in emac_tx_complete_packets()189 if (netif_tx_queue_stopped(netif_txq)) { in emac_tx_complete_packets()193 __netif_tx_lock(netif_txq, smp_processor_id()); in emac_tx_complete_packets()197 netif_tx_wake_queue(netif_txq); in emac_tx_complete_packets()198 __netif_tx_unlock(netif_txq); in emac_tx_complete_packets()695 struct netdev_queue *netif_txq; in emac_ndo_start_xmit() local709 netif_txq = netdev_get_tx_queue(ndev, q_idx); in emac_ndo_start_xmit()793 netdev_tx_sent_queue(netif_txq, pkt_len); in emac_ndo_start_xmit()[all …]