Home
last modified time | relevance | path

Searched refs:min_eqd (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/net/benet/
Dbe_ethtool.c167 coalesce->rx_coalesce_usecs_low = rx_eq->min_eqd; in be_get_coalesce()
171 coalesce->tx_coalesce_usecs_low = tx_eq->min_eqd; in be_get_coalesce()
213 rx_eq->min_eqd = rx_min; in be_set_coalesce()
Dbe.h154 u16 min_eqd; /* in usecs */ member
Dbe_main.c357 if (eqd < rx_eq->min_eqd) in be_rx_eqd_update()
358 eqd = rx_eq->min_eqd; in be_rx_eqd_update()
1494 adapter->tx_eq.min_eqd = 0; in be_tx_queues_create()
/linux-2.6.39/drivers/scsi/be2iscsi/
Dbe_main.h845 u16 min_eqd; /* in usecs */ member
Dbe_main.c3184 phwi_context->min_eqd = 0; in hwi_init_port()