Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c1204 adapter->coal_conf->coalPara.coalStatic.tx_comp_depth; in vmxnet3_get_coalesce()
1206 adapter->coal_conf->coalPara.coalStatic.rx_depth; in vmxnet3_get_coalesce()
1211 rbc_rate = adapter->coal_conf->coalPara.coalRbc.rbc_rate; in vmxnet3_get_coalesce()
1261 adapter->coal_conf->coalPara.coalRbc.rbc_rate = rbc_rate; in vmxnet3_set_coalesce()
1287 adapter->coal_conf->coalPara.coalStatic.tx_comp_depth = in vmxnet3_set_coalesce()
1292 adapter->coal_conf->coalPara.coalStatic.rx_depth = in vmxnet3_set_coalesce()
1297 adapter->coal_conf->coalPara.coalStatic.tx_depth = in vmxnet3_set_coalesce()
H A Dvmxnet3_defs.h725 } coalPara; member