Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/vmxnet3/
Dvmxnet3_ethtool.c756 adapter->coal_conf->coalPara.coalStatic.tx_comp_depth; in vmxnet3_get_coalesce()
758 adapter->coal_conf->coalPara.coalStatic.rx_depth; in vmxnet3_get_coalesce()
763 rbc_rate = adapter->coal_conf->coalPara.coalRbc.rbc_rate; in vmxnet3_get_coalesce()
832 adapter->coal_conf->coalPara.coalRbc.rbc_rate = rbc_rate; in vmxnet3_set_coalesce()
864 adapter->coal_conf->coalPara.coalStatic.tx_comp_depth = in vmxnet3_set_coalesce()
869 adapter->coal_conf->coalPara.coalStatic.rx_depth = in vmxnet3_set_coalesce()
874 adapter->coal_conf->coalPara.coalStatic.tx_depth = in vmxnet3_set_coalesce()
Dvmxnet3_defs.h669 } coalPara; member