Searched refs:rbc_rate (Results 1 – 3 of 3) sorted by relevance
1209 u32 rbc_rate; in vmxnet3_get_coalesce() local1211 rbc_rate = adapter->coal_conf->coalPara.coalRbc.rbc_rate; in vmxnet3_get_coalesce()1212 ec->rx_coalesce_usecs = VMXNET3_COAL_RBC_USECS(rbc_rate); in vmxnet3_get_coalesce()1245 u32 rbc_rate; in vmxnet3_set_coalesce() local1253 rbc_rate = VMXNET3_COAL_RBC_RATE(ec->rx_coalesce_usecs); in vmxnet3_set_coalesce()1254 if (rbc_rate < VMXNET3_COAL_RBC_MIN_RATE || in vmxnet3_set_coalesce()1255 rbc_rate > VMXNET3_COAL_RBC_MAX_RATE) { in vmxnet3_set_coalesce()1261 adapter->coal_conf->coalPara.coalRbc.rbc_rate = rbc_rate; in vmxnet3_set_coalesce()
515 #define VMXNET3_COAL_RBC_USECS(rbc_rate) (1000000 / rbc_rate) argument
763 u32 rbc_rate; member