Home
last modified time | relevance | path

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

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