Searched refs:coal (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c57 struct ethtool_coalesce *coal)
61 coal->rx_coalesce_usecs = priv->ethtool.coalesce_usecs;
62 coal->tx_coalesce_usecs = priv->ethtool.coalesce_usecs;
63 coal->rx_max_coalesced_frames = priv->ethtool.max_coalesced_frames;
64 coal->tx_max_coalesced_frames = priv->ethtool.max_coalesced_frames;
70 struct ethtool_coalesce *coal)
81 if (coal->rx_coalesce_usecs > 0xffff ||
82 coal->rx_max_coalesced_frames > 0xffff)
85 if (coal->rx_max_coalesced_frames | coal
56 ipoib_get_coalesce(struct ifnet *dev, struct ethtool_coalesce *coal) argument
69 ipoib_set_coalesce(struct ifnet *dev, struct ethtool_coalesce *coal) argument
[all...]
H A Dipoib_verbs.c149 /* XXX struct ethtool_coalesce *coal; */
187 coal = kzalloc(sizeof *coal, GFP_KERNEL);
188 if (coal) {
189 coal->rx_coalesce_usecs = 10;
190 coal->tx_coalesce_usecs = 10;
191 coal->rx_max_coalesced_frames = 16;
192 coal->tx_max_coalesced_frames = 16;
193 dev->ethtool_ops->set_coalesce(dev, coal);
194 kfree(coal);
[all...]
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h786 ecore_get_queue_coalesce(struct ecore_hwfn *p_hwfn, u16 *coal,
H A Decore_vfpf_if.h555 u16 coal; member in struct:pfvf_read_coal_resp_tlv
H A Decore_sriov.c3602 u16 coal = 0, qid, i; local
3621 rc = ecore_get_rxq_coalesce(p_hwfn, p_ptt, p_cid, &coal);
3641 p_cid, &coal);
3653 p_resp->coal = coal;
H A Decore_vf.c1639 *p_coal = resp->coal;
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c2664 struct sysctl_oid *coal; local
2706 coal = SYSCTL_ADD_NODE(ctx, node_list, OID_AUTO,
2708 coal_list = SYSCTL_CHILDREN(coal);

Completed in 185 milliseconds