Home
last modified time | relevance | path

Searched refs:coal (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
Dipoib_ethtool.c57 struct ethtool_coalesce *coal) in ipoib_get_coalesce() argument
61 coal->rx_coalesce_usecs = priv->ethtool.coalesce_usecs; in ipoib_get_coalesce()
62 coal->tx_coalesce_usecs = priv->ethtool.coalesce_usecs; in ipoib_get_coalesce()
63 coal->rx_max_coalesced_frames = priv->ethtool.max_coalesced_frames; in ipoib_get_coalesce()
64 coal->tx_max_coalesced_frames = priv->ethtool.max_coalesced_frames; in ipoib_get_coalesce()
70 struct ethtool_coalesce *coal) in ipoib_set_coalesce() argument
81 if (coal->rx_coalesce_usecs > 0xffff || in ipoib_set_coalesce()
82 coal->rx_max_coalesced_frames > 0xffff) in ipoib_set_coalesce()
85 if (coal->rx_max_coalesced_frames | coal->rx_coalesce_usecs) { in ipoib_set_coalesce()
86 if (!coal->rx_max_coalesced_frames) in ipoib_set_coalesce()
[all …]
Dipoib_verbs.c187 coal = kzalloc(sizeof *coal, GFP_KERNEL); in ipoib_transport_dev_init()
188 if (coal) { in ipoib_transport_dev_init()
189 coal->rx_coalesce_usecs = 10; in ipoib_transport_dev_init()
190 coal->tx_coalesce_usecs = 10; in ipoib_transport_dev_init()
191 coal->rx_max_coalesced_frames = 16; in ipoib_transport_dev_init()
192 coal->tx_max_coalesced_frames = 16; in ipoib_transport_dev_init()
193 dev->ethtool_ops->set_coalesce(dev, coal); in ipoib_transport_dev_init()
194 kfree(coal); in ipoib_transport_dev_init()
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_dev_api.h786 ecore_get_queue_coalesce(struct ecore_hwfn *p_hwfn, u16 *coal,
Decore_vfpf_if.h555 u16 coal; member
Decore_sriov.c3602 u16 coal = 0, qid, i; in ecore_iov_vf_pf_get_coalesce() local
3621 rc = ecore_get_rxq_coalesce(p_hwfn, p_ptt, p_cid, &coal); in ecore_iov_vf_pf_get_coalesce()
3641 p_cid, &coal); in ecore_iov_vf_pf_get_coalesce()
3653 p_resp->coal = coal; in ecore_iov_vf_pf_get_coalesce()
Decore_vf.c1639 *p_coal = resp->coal; in ecore_vf_pf_get_coalesce()
/freebsd-12-stable/share/dict/
Dweb2a3994 barley coal
4932 beech coal
6183 block coal
6763 Boghead coal
7338 Bovey coal
8448 buckwheat coal
8715 bunker coal
9235 caking coal
9416 canal coal
9587 cannel coal
[all …]
Dweb238152 coal
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
Dmlx4_en_netdev.c2664 struct sysctl_oid *coal; in mlx4_en_sysctl_conf() local
2706 coal = SYSCTL_ADD_NODE(ctx, node_list, OID_AUTO, in mlx4_en_sysctl_conf()
2708 coal_list = SYSCTL_CHILDREN(coal); in mlx4_en_sysctl_conf()