Searched refs:coal (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| D | ipoib_ethtool.c | 57 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 …]
|
| D | ipoib_verbs.c | 187 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/ |
| D | ecore_dev_api.h | 786 ecore_get_queue_coalesce(struct ecore_hwfn *p_hwfn, u16 *coal,
|
| D | ecore_vfpf_if.h | 555 u16 coal; member
|
| D | ecore_sriov.c | 3602 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()
|
| D | ecore_vf.c | 1639 *p_coal = resp->coal; in ecore_vf_pf_get_coalesce()
|
| /freebsd-12-stable/share/dict/ |
| D | web2a | 3994 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 …]
|
| D | web2 | 38152 coal
|
| /freebsd-12-stable/sys/dev/mlx4/mlx4_en/ |
| D | mlx4_en_netdev.c | 2664 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()
|