Lines Matching refs:coal_conf
1059 switch (adapter->coal_conf->coalMode) { in vmxnet3_get_coalesce()
1068 adapter->coal_conf->coalPara.coalStatic.tx_comp_depth; in vmxnet3_get_coalesce()
1070 adapter->coal_conf->coalPara.coalStatic.rx_depth; in vmxnet3_get_coalesce()
1075 rbc_rate = adapter->coal_conf->coalPara.coalRbc.rbc_rate; in vmxnet3_get_coalesce()
1101 memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf)); in vmxnet3_set_coalesce()
1102 adapter->coal_conf->coalMode = VMXNET3_COALESCE_DISABLED; in vmxnet3_set_coalesce()
1121 memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf)); in vmxnet3_set_coalesce()
1122 adapter->coal_conf->coalMode = VMXNET3_COALESCE_RBC; in vmxnet3_set_coalesce()
1123 adapter->coal_conf->coalPara.coalRbc.rbc_rate = rbc_rate; in vmxnet3_set_coalesce()
1133 memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf)); in vmxnet3_set_coalesce()
1134 adapter->coal_conf->coalMode = VMXNET3_COALESCE_ADAPT; in vmxnet3_set_coalesce()
1152 memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf)); in vmxnet3_set_coalesce()
1153 adapter->coal_conf->coalMode = VMXNET3_COALESCE_STATIC; in vmxnet3_set_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()
1176 cpu_to_le32(sizeof(*adapter->coal_conf)); in vmxnet3_set_coalesce()