Home
last modified time | relevance | path

Searched refs:coalStatic (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/vmxnet3/
Dvmxnet3_ethtool.c746 adapter->coal_conf->coalPara.coalStatic.tx_comp_depth; in vmxnet3_get_coalesce()
748 adapter->coal_conf->coalPara.coalStatic.rx_depth; in vmxnet3_get_coalesce()
854 adapter->coal_conf->coalPara.coalStatic.tx_comp_depth = in vmxnet3_set_coalesce()
859 adapter->coal_conf->coalPara.coalStatic.rx_depth = in vmxnet3_set_coalesce()
864 adapter->coal_conf->coalPara.coalStatic.tx_depth = in vmxnet3_set_coalesce()
Dvmxnet3_defs.h668 struct Vmxnet3_CoalesceStatic coalStatic; member