Searched refs:netdev_sent_queue (Results 26 - 28 of 28) sorted by relevance

12

/linux-master/include/linux/
H A Dnetdevice.h3489 * netdev_sent_queue - report the number of bytes queued to hardware
3498 static inline void netdev_sent_queue(struct net_device *dev, unsigned int bytes)
3552 * @bytes amount passed to netdev_sent_queue()
3524 static inline void netdev_sent_queue(struct net_device *dev, unsigned int bytes) function
/linux-master/drivers/net/ethernet/marvell/
H A Dsky2.c1971 netdev_sent_queue(dev, skb->len);
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5903 netdev_sent_queue(netdev, skb->len);

Completed in 236 milliseconds

12