Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c1068 adapter->coal_conf->coalPara.coalStatic.tx_comp_depth; in vmxnet3_get_coalesce()
1070 adapter->coal_conf->coalPara.coalStatic.rx_depth; in vmxnet3_get_coalesce()
1155 adapter->coal_conf->coalPara.coalStatic.tx_comp_depth = in vmxnet3_set_coalesce()
1160 adapter->coal_conf->coalPara.coalStatic.rx_depth = in vmxnet3_set_coalesce()
1165 adapter->coal_conf->coalPara.coalStatic.tx_depth = in vmxnet3_set_coalesce()
H A Dvmxnet3_defs.h673 struct Vmxnet3_CoalesceStatic coalStatic; member