netdev_get_tx_queue 1770 include/linux/netdevice.h return netdev_get_tx_queue(dev, skb_get_queue_mapping(skb)); netdev_get_tx_queue 2379 include/linux/netdevice.h netif_schedule_queue(netdev_get_tx_queue(dev, i)); netdev_get_tx_queue 2395 include/linux/netdevice.h netif_tx_start_queue(netdev_get_tx_queue(dev, 0)); netdev_get_tx_queue 2403 include/linux/netdevice.h struct netdev_queue *txq = netdev_get_tx_queue(dev, i); netdev_get_tx_queue 2419 include/linux/netdevice.h netif_tx_wake_queue(netdev_get_tx_queue(dev, 0)); netdev_get_tx_queue 2427 include/linux/netdevice.h struct netdev_queue *txq = netdev_get_tx_queue(dev, i); netdev_get_tx_queue 2450 include/linux/netdevice.h netif_tx_stop_queue(netdev_get_tx_queue(dev, 0)); netdev_get_tx_queue 2458 include/linux/netdevice.h struct netdev_queue *txq = netdev_get_tx_queue(dev, i); netdev_get_tx_queue 2476 include/linux/netdevice.h return netif_tx_queue_stopped(netdev_get_tx_queue(dev, 0)); netdev_get_tx_queue 2559 include/linux/netdevice.h netdev_tx_sent_queue(netdev_get_tx_queue(dev, 0), bytes); netdev_get_tx_queue 2599 include/linux/netdevice.h netdev_tx_completed_queue(netdev_get_tx_queue(dev, 0), pkts, bytes); netdev_get_tx_queue 2619 include/linux/netdevice.h netdev_tx_reset_queue(netdev_get_tx_queue(dev_queue, 0)); netdev_get_tx_queue 2669 include/linux/netdevice.h struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); netdev_get_tx_queue 2683 include/linux/netdevice.h struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); netdev_get_tx_queue 2697 include/linux/netdevice.h struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); netdev_get_tx_queue 3109 include/linux/netdevice.h struct netdev_queue *txq = netdev_get_tx_queue(dev, i); netdev_get_tx_queue 3134 include/linux/netdevice.h struct netdev_queue *txq = netdev_get_tx_queue(dev, i); netdev_get_tx_queue 3177 include/linux/netdevice.h struct netdev_queue *txq = netdev_get_tx_queue(dev, i); netdev_get_tx_queue 412 include/net/sch_generic.h qdisc = rtnl_dereference(netdev_get_tx_queue(dev, i)->qdisc); netdev_get_tx_queue 433 include/net/sch_generic.h struct netdev_queue *txq = netdev_get_tx_queue(dev, i); netdev_get_tx_queue 451 include/net/sch_generic.h struct netdev_queue *txq = netdev_get_tx_queue(dev, i); netdev_get_tx_queue 464 include/net/sch_generic.h struct netdev_queue *txq = netdev_get_tx_queue(dev, i);