Lines Matching defs:netdev_queue
11570 struct netdev_queue { struct
11571 struct net_device *dev;
11572 struct Qdisc *qdisc;
11573 struct Qdisc *qdisc_sleeping;
11574 struct kobject kobj;
11575 int numa_node;
11576 long unsigned int tx_maxrate;
11577 long unsigned int trans_timeout;
11578 struct net_device *sb_dev;
11579 struct xsk_buff_pool *pool;
11580 spinlock_t _xmit_lock;
11581 int xmit_lock_owner;
11582 long unsigned int trans_start;
11583 long unsigned int state;
11589 struct dql dql;