Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\netdevice.h Create Date:2022-07-28 06:04:49
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dev_reset_queue - reset the packets and bytes count of a network device*@dev_queue: network device* Reset the bytes and packet count of a network device and clear the* software flow control OFF bit for this network device

Proto:static inline void netdev_reset_queue(struct net_device *dev_queue)

Type:void

Parameter:

TypeParameterName
struct net_device *dev_queue
3360  netdev_tx_reset_queue(netdev_get_tx_queue(dev_queue, 0))