Searched refs:rbc_rate (Results 1 – 3 of 3) sorted by relevance
1184 u32 rbc_rate; in vmxnet3_get_coalesce() local1186 rbc_rate = adapter->coal_conf->coalPara.coalRbc.rbc_rate; in vmxnet3_get_coalesce()1187 ec->rx_coalesce_usecs = VMXNET3_COAL_RBC_USECS(rbc_rate); in vmxnet3_get_coalesce()1220 u32 rbc_rate; in vmxnet3_set_coalesce() local1228 rbc_rate = VMXNET3_COAL_RBC_RATE(ec->rx_coalesce_usecs); in vmxnet3_set_coalesce()1229 if (rbc_rate < VMXNET3_COAL_RBC_MIN_RATE || in vmxnet3_set_coalesce()1230 rbc_rate > VMXNET3_COAL_RBC_MAX_RATE) { in vmxnet3_set_coalesce()1236 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
Completed in 14 milliseconds