Home
last modified time | relevance | path

Searched refs:coal_conf (Results 1 – 2 of 2) sorted by relevance

/linux/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.rx_bytes += pkt_len; in amd8111e_rx_poll()
955 struct amd8111e_coalesce_conf *coal_conf = &lp->coal_conf; in amd8111e_calc_coalesce() local
[all …]
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_int.h438 struct Vmxnet3_CoalesceScheme *coal_conf; member