Searched refs:moder (Results 1 – 5 of 5) sorted by relevance
37 mlx5e_complete_dim_work(struct net_dim *dim, struct net_dim_cq_moder moder, in mlx5e_complete_dim_work() argument40 mlx5_core_modify_cq_moderation(mdev, mcq, moder.usec, moder.pkts); in mlx5e_complete_dim_work()
1717 struct net_dim_cq_moder moder, in mlx5e_open_cq() argument1733 mlx5_core_modify_cq_moderation(mdev, &cq->mcq, moder.usec, moder.pkts); in mlx5e_open_cq()4410 struct net_dim_cq_moder moder; in mlx5e_get_def_tx_moderation() local4412 moder.cq_period_mode = cq_period_mode; in mlx5e_get_def_tx_moderation()4413 moder.pkts = MLX5E_PARAMS_DEFAULT_TX_CQ_MODERATION_PKTS; in mlx5e_get_def_tx_moderation()4414 moder.usec = MLX5E_PARAMS_DEFAULT_TX_CQ_MODERATION_USEC; in mlx5e_get_def_tx_moderation()4416 moder.usec = MLX5E_PARAMS_DEFAULT_TX_CQ_MODERATION_USEC_FROM_CQE; in mlx5e_get_def_tx_moderation()4418 return moder; in mlx5e_get_def_tx_moderation()4423 struct net_dim_cq_moder moder; in mlx5e_get_def_rx_moderation() local4425 moder.cq_period_mode = cq_period_mode; in mlx5e_get_def_rx_moderation()[all …]
119 } moder; member
629 struct net_dim_cq_moder moder; in bcm_sysport_set_coalesce() local657 moder = net_dim_get_def_rx_moderation(priv->dim.dim.mode); in bcm_sysport_set_coalesce()658 usecs = moder.usec; in bcm_sysport_set_coalesce()659 pkts = moder.pkts; in bcm_sysport_set_coalesce()1463 struct net_dim_cq_moder moder; in bcm_sysport_init_rx_coalesce() local1471 moder = net_dim_get_def_rx_moderation(dim->dim.mode); in bcm_sysport_init_rx_coalesce()1472 usecs = moder.usec; in bcm_sysport_init_rx_coalesce()1473 pkts = moder.pkts; in bcm_sysport_init_rx_coalesce()
646 struct net_dim_cq_moder moder; in bcmgenet_set_ring_rx_coalesce() local655 moder = net_dim_get_def_rx_moderation(ring->dim.dim.mode); in bcmgenet_set_ring_rx_coalesce()656 usecs = moder.usec; in bcmgenet_set_ring_rx_coalesce()657 pkts = moder.pkts; in bcmgenet_set_ring_rx_coalesce()2097 struct net_dim_cq_moder moder; in bcmgenet_init_rx_coalesce() local2105 moder = net_dim_get_def_rx_moderation(dim->dim.mode); in bcmgenet_init_rx_coalesce()2106 usecs = moder.usec; in bcmgenet_init_rx_coalesce()2107 pkts = moder.pkts; in bcmgenet_init_rx_coalesce()