Home
last modified time | relevance | path

Searched refs:coalesce_usecs (Results 1 – 6 of 6) sorted by path

/freebsd/sys/contrib/ena-com/
H A Dena_com.c3330 u32 coalesce_usecs, in ena_com_update_nonadaptive_moderation_interval() argument
3339 *intr_moder_interval = coalesce_usecs / intr_delay_resolution; in ena_com_update_nonadaptive_moderation_interval()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h311 unsigned int coalesce_usecs; /* irq coalescing timer */ member
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c2675 t->intr_lat = q->coalesce_usecs; in cxgb_extension_ioctl()
H A Dcxgb_sge.c583 q->coalesce_usecs = 50; in t3_sge_prep()
586 q->coalesce_usecs = 10; in t3_sge_prep()
588 q->coalesce_usecs = 5; in t3_sge_prep()
680 qs->rspq.holdoff_tmr = max(p->coalesce_usecs * 10, 1U); in t3_update_qset_coalesce()
3287 int coalesce_usecs; in t3_set_coalesce_usecs() local
3295 coalesce_usecs = qsp->coalesce_usecs; in t3_set_coalesce_usecs()
3296 err = sysctl_handle_int(oidp, &coalesce_usecs, arg2, req); in t3_set_coalesce_usecs()
3301 if (coalesce_usecs == qsp->coalesce_usecs) in t3_set_coalesce_usecs()
3308 coalesce_usecs = max(1, coalesce_usecs); in t3_set_coalesce_usecs()
3313 qsp->coalesce_usecs = coalesce_usecs; in t3_set_coalesce_usecs()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h309 u16 coalesce_usecs; member
H A Dipoib_ethtool.c59 coal->rx_coalesce_usecs = priv->ethtool.coalesce_usecs; in ipoib_get_coalesce()
60 coal->tx_coalesce_usecs = priv->ethtool.coalesce_usecs; in ipoib_get_coalesce()
99 priv->ethtool.coalesce_usecs = coal->rx_coalesce_usecs; in ipoib_set_coalesce()