Lines Matching refs:coal_conf
1172 switch (adapter->coal_conf->coalMode) { in vmxnet3_get_coalesce()
1181 adapter->coal_conf->coalPara.coalStatic.tx_comp_depth; in vmxnet3_get_coalesce()
1183 adapter->coal_conf->coalPara.coalStatic.rx_depth; in vmxnet3_get_coalesce()
1188 rbc_rate = adapter->coal_conf->coalPara.coalRbc.rbc_rate; in vmxnet3_get_coalesce()
1216 memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf)); in vmxnet3_set_coalesce()
1217 adapter->coal_conf->coalMode = VMXNET3_COALESCE_DISABLED; in vmxnet3_set_coalesce()
1236 memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf)); in vmxnet3_set_coalesce()
1237 adapter->coal_conf->coalMode = VMXNET3_COALESCE_RBC; in vmxnet3_set_coalesce()
1238 adapter->coal_conf->coalPara.coalRbc.rbc_rate = rbc_rate; in vmxnet3_set_coalesce()
1247 memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf)); in vmxnet3_set_coalesce()
1248 adapter->coal_conf->coalMode = VMXNET3_COALESCE_ADAPT; in vmxnet3_set_coalesce()
1261 memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf)); in vmxnet3_set_coalesce()
1262 adapter->coal_conf->coalMode = VMXNET3_COALESCE_STATIC; in vmxnet3_set_coalesce()
1264 adapter->coal_conf->coalPara.coalStatic.tx_comp_depth = in vmxnet3_set_coalesce()
1269 adapter->coal_conf->coalPara.coalStatic.rx_depth = in vmxnet3_set_coalesce()
1274 adapter->coal_conf->coalPara.coalStatic.tx_depth = in vmxnet3_set_coalesce()
1285 cpu_to_le32(sizeof(*adapter->coal_conf)); in vmxnet3_set_coalesce()