Home
last modified time | relevance | path

Searched refs:tx_aggr_max_frames (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.c230 kernel_coal->tx_aggr_max_frames = port->egress_agg_params.count; in rmnet_get_coalesce()
247 if (kernel_coal->tx_aggr_max_frames < 1 || kernel_coal->tx_aggr_max_frames > 64) in rmnet_set_coalesce()
254 kernel_coal->tx_aggr_max_frames, in rmnet_set_coalesce()
/linux/net/ethtool/
H A Dcoalesce.c190 kcoal->tx_aggr_max_frames, supported) || in coalesce_fill_reply()
315 ethnl_update_u32(&kernel_coalesce.tx_aggr_max_frames, in __ethnl_set_coalesce()
/linux/include/linux/
H A Dethtool.h239 u32 tx_aggr_max_frames; member