Home
last modified time | relevance | path

Searched refs:dev_change_tx_queue_len (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/core/
Ddev_ioctl.c280 return dev_change_tx_queue_len(dev, ifr->ifr_qlen); in dev_ifsioc()
Dnet-sysfs.c385 return netdev_store(dev, attr, buf, len, dev_change_tx_queue_len); in tx_queue_len_store()
Drtnetlink.c2732 err = dev_change_tx_queue_len(dev, value); in do_setlink()
Ddev.c8667 int dev_change_tx_queue_len(struct net_device *dev, unsigned long new_len) in dev_change_tx_queue_len() function
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h3929 int dev_change_tx_queue_len(struct net_device *, unsigned long);