Home
last modified time | relevance | path

Searched refs:coalPara (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()
753 rbc_rate = adapter->coal_conf->coalPara.coalRbc.rbc_rate; in vmxnet3_get_coalesce()
822 adapter->coal_conf->coalPara.coalRbc.rbc_rate = rbc_rate; in vmxnet3_set_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.h669 } coalPara; member