Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Ddev.h92 int dev_change_tx_queue_len(struct net_device *dev, unsigned long new_len);
H A Ddev_ioctl.c574 return dev_change_tx_queue_len(dev, ifr->ifr_qlen); in dev_ifsioc()
H A Dnet-sysfs.c386 return netdev_store(dev, attr, buf, len, dev_change_tx_queue_len); in tx_queue_len_store()
H A Drtnetlink.c2925 err = dev_change_tx_queue_len(dev, value); in do_setlink()
H A Ddev.c8845 * dev_change_tx_queue_len - Change TX queue length of a netdevice
8849 int dev_change_tx_queue_len(struct net_device *dev, unsigned long new_len) in dev_change_tx_queue_len() function