Searched refs:pkt_rate_low (Results 1 – 11 of 11) sorted by relevance
162 coal->pkt_rate_low, supported) || in coalesce_fill_reply()291 ethnl_update_u32(&coalesce.pkt_rate_low, in __ethnl_set_coalesce()
1697 if (coalesce->pkt_rate_low) in ethtool_set_coalesce_supported()
179 __u32 pkt_rate_low; member
1439 priv->pkt_rate_low = MLX4_EN_RX_RATE_LOW; in mlx4_en_set_default_moderation()1452 u32 pkt_rate_high, pkt_rate_low; in mlx4_en_auto_moderation() local1466 pkt_rate_low = READ_ONCE(priv->pkt_rate_low); in mlx4_en_auto_moderation()1483 if (rate <= pkt_rate_low) in mlx4_en_auto_moderation()1488 moder_time = (rate - pkt_rate_low) * in mlx4_en_auto_moderation()1490 (pkt_rate_high - pkt_rate_low) + in mlx4_en_auto_moderation()
1017 coal->pkt_rate_low = priv->pkt_rate_low; in mlx4_en_get_coalesce()1070 priv->pkt_rate_low = coal->pkt_rate_low; in mlx4_en_set_coalesce()
556 u32 pkt_rate_low; member
2598 __u32 pkt_rate_low:1; member2628 __u32 pkt_rate_low; member2736 __u32 pkt_rate_low:1; member2766 __u32 pkt_rate_low; member2896 __u32 pkt_rate_low) in ethtool_coalesce_set_req_set_pkt_rate_low() argument2898 req->_present.pkt_rate_low = 1; in ethtool_coalesce_set_req_set_pkt_rate_low()2899 req->pkt_rate_low = pkt_rate_low; in ethtool_coalesce_set_req_set_pkt_rate_low()
3624 dst->_present.pkt_rate_low = 1; in ethtool_coalesce_get_rsp_parse()3625 dst->pkt_rate_low = mnl_attr_get_u32(attr); in ethtool_coalesce_get_rsp_parse()3831 if (req->_present.pkt_rate_low) in ethtool_coalesce_set()3832 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_PKT_RATE_LOW, req->pkt_rate_low); in ethtool_coalesce_set()
486 uint32_t pkt_rate_low; member
486 __u32 pkt_rate_low; member
2167 intr_coal->pkt_rate_low = in lio_get_intr_coalesce()2200 intrmod_cfg->minpkt_ratethr = intr_coal->pkt_rate_low; in oct_cfg_adaptive_intr()