Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
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()
H A Dipoib.h309 u16 coalesce_usecs; member
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c580 q->coalesce_usecs = 50; in t3_sge_prep()
583 q->coalesce_usecs = 10; in t3_sge_prep()
585 q->coalesce_usecs = 5; in t3_sge_prep()
677 qs->rspq.holdoff_tmr = max(p->coalesce_usecs * 10, 1U); in t3_update_qset_coalesce()
3281 int coalesce_usecs; in t3_set_coalesce_usecs() local
3289 coalesce_usecs = qsp->coalesce_usecs; in t3_set_coalesce_usecs()
3290 err = sysctl_handle_int(oidp, &coalesce_usecs, arg2, req); in t3_set_coalesce_usecs()
3295 if (coalesce_usecs == qsp->coalesce_usecs) in t3_set_coalesce_usecs()
3302 coalesce_usecs = max(1, coalesce_usecs); in t3_set_coalesce_usecs()
3307 qsp->coalesce_usecs = coalesce_usecs; in t3_set_coalesce_usecs()
H A Dcxgb_main.c2617 t->intr_lat = q->coalesce_usecs; in cxgb_extension_ioctl()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h311 unsigned int coalesce_usecs; /* irq coalescing timer */ member
/freebsd/sys/contrib/ena-com/
H A Dena_com.c3449 u32 coalesce_usecs, in ena_com_update_nonadaptive_moderation_interval() argument
3458 *intr_moder_interval = coalesce_usecs / intr_delay_resolution; in ena_com_update_nonadaptive_moderation_interval()