Searched refs:coal_conf (Results 1 – 5 of 5) sorted by relevance
370 struct amd8111e_coalesce_conf *coal_conf = &lp->coal_conf; in amd8111e_set_coalesce() local376 timeout = coal_conf->rx_timeout; in amd8111e_set_coalesce()377 event_count = coal_conf->rx_event_count; in amd8111e_set_coalesce()389 timeout = coal_conf->tx_timeout; in amd8111e_set_coalesce()390 event_count = coal_conf->tx_event_count; in amd8111e_set_coalesce()667 lp->coal_conf.tx_packets++; in amd8111e_tx()668 lp->coal_conf.tx_bytes += in amd8111e_tx()765 lp->coal_conf.rx_packets++; in amd8111e_rx_poll()766 lp->coal_conf.rx_bytes += pkt_len; in amd8111e_rx_poll()956 struct amd8111e_coalesce_conf *coal_conf = &lp->coal_conf; in amd8111e_calc_coalesce() local[all …]
774 struct amd8111e_coalesce_conf coal_conf; member
1066 switch (adapter->coal_conf->coalMode) { in vmxnet3_get_coalesce()1075 adapter->coal_conf->coalPara.coalStatic.tx_comp_depth; in vmxnet3_get_coalesce()1077 adapter->coal_conf->coalPara.coalStatic.rx_depth; in vmxnet3_get_coalesce()1082 rbc_rate = adapter->coal_conf->coalPara.coalRbc.rbc_rate; in vmxnet3_get_coalesce()1110 memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf)); in vmxnet3_set_coalesce()1111 adapter->coal_conf->coalMode = VMXNET3_COALESCE_DISABLED; in vmxnet3_set_coalesce()1130 memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf)); in vmxnet3_set_coalesce()1131 adapter->coal_conf->coalMode = VMXNET3_COALESCE_RBC; in vmxnet3_set_coalesce()1132 adapter->coal_conf->coalPara.coalRbc.rbc_rate = rbc_rate; in vmxnet3_set_coalesce()1142 memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf)); in vmxnet3_set_coalesce()[all …]
398 struct Vmxnet3_CoalesceScheme *coal_conf; member
2669 cpu_to_le32(sizeof(*adapter->coal_conf)); in vmxnet3_init_coalesce()3630 adapter->coal_conf = in vmxnet3_probe_device()3636 if (!adapter->coal_conf) { in vmxnet3_probe_device()3640 adapter->coal_conf->coalMode = VMXNET3_COALESCE_DISABLED; in vmxnet3_probe_device()3721 adapter->coal_conf, adapter->coal_conf_pa); in vmxnet3_probe_device()3794 adapter->coal_conf, adapter->coal_conf_pa); in vmxnet3_remove_device()