Searched refs:rbc_rate (Results 1 – 3 of 3) sorted by relevance
1186 u32 rbc_rate; in vmxnet3_get_coalesce() local1188 rbc_rate = adapter->coal_conf->coalPara.coalRbc.rbc_rate; in vmxnet3_get_coalesce()1189 ec->rx_coalesce_usecs = VMXNET3_COAL_RBC_USECS(rbc_rate); in vmxnet3_get_coalesce()1222 u32 rbc_rate; in vmxnet3_set_coalesce() local1230 rbc_rate = VMXNET3_COAL_RBC_RATE(ec->rx_coalesce_usecs); in vmxnet3_set_coalesce()1231 if (rbc_rate < VMXNET3_COAL_RBC_MIN_RATE || in vmxnet3_set_coalesce()1232 rbc_rate > VMXNET3_COAL_RBC_MAX_RATE) { in vmxnet3_set_coalesce()1238 adapter->coal_conf->coalPara.coalRbc.rbc_rate = rbc_rate; in vmxnet3_set_coalesce()
471 #define VMXNET3_COAL_RBC_USECS(rbc_rate) (1000000 / rbc_rate) argument
711 u32 rbc_rate; member