Searched refs:kernel_coalesce (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | coalesce.c | 13 struct kernel_ethtool_coalesce kernel_coalesce; member 75 &data->kernel_coalesce, in coalesce_prepare_data() 135 const struct kernel_ethtool_coalesce *kcoal = &data->kernel_coalesce; in coalesce_fill_reply() 260 struct kernel_ethtool_coalesce kernel_coalesce = {}; in __ethnl_set_coalesce() local 267 ret = dev->ethtool_ops->get_coalesce(dev, &coalesce, &kernel_coalesce, in __ethnl_set_coalesce() 313 ethnl_update_u32(&kernel_coalesce.tx_aggr_max_bytes, in __ethnl_set_coalesce() 315 ethnl_update_u32(&kernel_coalesce.tx_aggr_max_frames, in __ethnl_set_coalesce() 317 ethnl_update_u32(&kernel_coalesce.tx_aggr_time_usecs, in __ethnl_set_coalesce() 325 ethnl_update_u8(&kernel_coalesce.use_cqe_mode_tx, in __ethnl_set_coalesce() 327 ethnl_update_u8(&kernel_coalesce in __ethnl_set_coalesce() [all...] |
H A D | ioctl.c | 1649 struct kernel_ethtool_coalesce kernel_coalesce = {}; in ethtool_get_coalesce() local 1655 ret = dev->ethtool_ops->get_coalesce(dev, &coalesce, &kernel_coalesce, in ethtool_get_coalesce() 1723 struct kernel_ethtool_coalesce kernel_coalesce = {}; in ethtool_set_coalesce() local 1730 ret = dev->ethtool_ops->get_coalesce(dev, &coalesce, &kernel_coalesce, in ethtool_set_coalesce() 1741 ret = dev->ethtool_ops->set_coalesce(dev, &coalesce, &kernel_coalesce, in ethtool_set_coalesce()
|
Completed in 8 milliseconds