Lines Matching defs:netdev_queue
14400 struct netdev_queue { struct
14401 struct net_device *dev;
14402 struct Qdisc *qdisc;
14403 struct Qdisc *qdisc_sleeping;
14404 struct kobject kobj;
14405 int numa_node;
14406 long unsigned int tx_maxrate;
14407 long unsigned int trans_timeout;
14408 struct net_device *sb_dev;
14409 struct xdp_umem *umem;
14410 spinlock_t _xmit_lock;
14411 int xmit_lock_owner;
14412 long unsigned int trans_start;
14413 long unsigned int state;
14419 struct dql dql;