Searched refs:rbc_rate (Results 1 – 3 of 3) sorted by relevance
1073 u32 rbc_rate; in vmxnet3_get_coalesce() local1075 rbc_rate = adapter->coal_conf->coalPara.coalRbc.rbc_rate; in vmxnet3_get_coalesce()1076 ec->rx_coalesce_usecs = VMXNET3_COAL_RBC_USECS(rbc_rate); in vmxnet3_get_coalesce()1107 u32 rbc_rate; in vmxnet3_set_coalesce() local1115 rbc_rate = VMXNET3_COAL_RBC_RATE(ec->rx_coalesce_usecs); in vmxnet3_set_coalesce()1116 if (rbc_rate < VMXNET3_COAL_RBC_MIN_RATE || in vmxnet3_set_coalesce()1117 rbc_rate > VMXNET3_COAL_RBC_MAX_RATE) { in vmxnet3_set_coalesce()1123 adapter->coal_conf->coalPara.coalRbc.rbc_rate = rbc_rate; in vmxnet3_set_coalesce()
448 #define VMXNET3_COAL_RBC_USECS(rbc_rate) (1000000 / rbc_rate) argument
660 u32 rbc_rate; member