Home
last modified time | relevance | path

Searched refs:coal_conf (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Damd8111e.c370 struct amd8111e_coalesce_conf *coal_conf = &lp->coal_conf; in amd8111e_set_coalesce() local
376 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 in amd8111e_rx_poll()
957 struct amd8111e_coalesce_conf *coal_conf = &lp->coal_conf; amd8111e_calc_coalesce() local
[all...]
H A Damd8111e.h774 struct amd8111e_coalesce_conf coal_conf; member
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H A Damd8111e.c369 struct amd8111e_coalesce_conf *coal_conf = &lp->coal_conf; in amd8111e_set_coalesce() local
375 timeout = coal_conf->rx_timeout; in amd8111e_set_coalesce()
376 event_count = coal_conf->rx_event_count; in amd8111e_set_coalesce()
388 timeout = coal_conf->tx_timeout; in amd8111e_set_coalesce()
389 event_count = coal_conf->tx_event_count; in amd8111e_set_coalesce()
666 lp->coal_conf.tx_packets++; in amd8111e_tx()
667 lp->coal_conf.tx_bytes += in amd8111e_tx()
764 lp->coal_conf.rx_packets++; in amd8111e_rx_poll()
765 lp->coal_conf in amd8111e_rx_poll()
955 struct amd8111e_coalesce_conf *coal_conf = &lp->coal_conf; amd8111e_calc_coalesce() local
[all...]
H A Damd8111e.h774 struct amd8111e_coalesce_conf coal_conf; member
/kernel/linux/linux-5.10/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c1059 switch (adapter->coal_conf->coalMode) { in vmxnet3_get_coalesce()
1068 adapter->coal_conf->coalPara.coalStatic.tx_comp_depth; in vmxnet3_get_coalesce()
1070 adapter->coal_conf->coalPara.coalStatic.rx_depth; in vmxnet3_get_coalesce()
1075 rbc_rate = adapter->coal_conf->coalPara.coalRbc.rbc_rate; in vmxnet3_get_coalesce()
1101 memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf)); in vmxnet3_set_coalesce()
1102 adapter->coal_conf->coalMode = VMXNET3_COALESCE_DISABLED; in vmxnet3_set_coalesce()
1121 memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf)); in vmxnet3_set_coalesce()
1122 adapter->coal_conf in vmxnet3_set_coalesce()
[all...]
H A Dvmxnet3_int.h395 struct Vmxnet3_CoalesceScheme *coal_conf; member
H A Dvmxnet3_drv.c2642 cpu_to_le32(sizeof(*adapter->coal_conf)); in vmxnet3_init_coalesce()
3570 adapter->coal_conf = in vmxnet3_probe_device()
3576 if (!adapter->coal_conf) { in vmxnet3_probe_device()
3580 adapter->coal_conf->coalMode = VMXNET3_COALESCE_DISABLED; in vmxnet3_probe_device()
3658 adapter->coal_conf, adapter->coal_conf_pa); in vmxnet3_probe_device()
3713 adapter->coal_conf, adapter->coal_conf_pa); in vmxnet3_remove_device()
/kernel/linux/linux-6.6/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c1195 switch (adapter->coal_conf->coalMode) { in vmxnet3_get_coalesce()
1204 adapter->coal_conf->coalPara.coalStatic.tx_comp_depth; in vmxnet3_get_coalesce()
1206 adapter->coal_conf->coalPara.coalStatic.rx_depth; in vmxnet3_get_coalesce()
1211 rbc_rate = adapter->coal_conf->coalPara.coalRbc.rbc_rate; in vmxnet3_get_coalesce()
1239 memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf)); in vmxnet3_set_coalesce()
1240 adapter->coal_conf->coalMode = VMXNET3_COALESCE_DISABLED; in vmxnet3_set_coalesce()
1259 memset(adapter->coal_conf, 0, sizeof(*adapter->coal_conf)); in vmxnet3_set_coalesce()
1260 adapter->coal_conf in vmxnet3_set_coalesce()
[all...]
H A Dvmxnet3_int.h420 struct Vmxnet3_CoalesceScheme *coal_conf; member
H A Dvmxnet3_drv.c2931 cpu_to_le32(sizeof(*adapter->coal_conf)); in vmxnet3_init_coalesce()
4018 adapter->coal_conf = in vmxnet3_probe_device()
4024 if (!adapter->coal_conf) { in vmxnet3_probe_device()
4028 adapter->coal_conf->coalMode = VMXNET3_COALESCE_DISABLED; in vmxnet3_probe_device()
4111 adapter->coal_conf, adapter->coal_conf_pa); in vmxnet3_probe_device()
4184 adapter->coal_conf, adapter->coal_conf_pa); in vmxnet3_remove_device()

Completed in 20 milliseconds