Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/amd/
Damd8111e.c379 struct amd8111e_coalesce_conf *coal_conf = &lp->coal_conf; in amd8111e_set_coalesce() local
385 timeout = coal_conf->rx_timeout; in amd8111e_set_coalesce()
386 event_count = coal_conf->rx_event_count; in amd8111e_set_coalesce()
398 timeout = coal_conf->tx_timeout; in amd8111e_set_coalesce()
399 event_count = coal_conf->tx_event_count; in amd8111e_set_coalesce()
675 lp->coal_conf.tx_packets++; in amd8111e_tx()
676 lp->coal_conf.tx_bytes += in amd8111e_tx()
785 lp->coal_conf.rx_packets++; in amd8111e_rx_poll()
786 lp->coal_conf.rx_bytes += pkt_len; in amd8111e_rx_poll()
985 struct amd8111e_coalesce_conf *coal_conf = &lp->coal_conf; in amd8111e_calc_coalesce() local
[all …]
Damd8111e.h785 struct amd8111e_coalesce_conf coal_conf; member