Searched refs:kcoal (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | coalesce.c | 135 const struct kernel_ethtool_coalesce *kcoal = &data->kernel_coalesce; in coalesce_fill_reply() local 184 kcoal->use_cqe_mode_tx, supported) || in coalesce_fill_reply() 186 kcoal->use_cqe_mode_rx, supported) || in coalesce_fill_reply() 188 kcoal->tx_aggr_max_bytes, supported) || in coalesce_fill_reply() 190 kcoal->tx_aggr_max_frames, supported) || in coalesce_fill_reply() 192 kcoal->tx_aggr_time_usecs, supported)) in coalesce_fill_reply()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_ethtool.c | 467 struct kernel_ethtool_coalesce *kcoal, in fun_get_coalesce() 482 struct kernel_ethtool_coalesce *kcoal, in fun_set_coalesce() 465 fun_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *coal, struct kernel_ethtool_coalesce *kcoal, struct netlink_ext_ack *ext_ack) fun_get_coalesce() argument 480 fun_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *coal, struct kernel_ethtool_coalesce *kcoal, struct netlink_ext_ack *ext_ack) fun_set_coalesce() argument
|
Completed in 4 milliseconds