Searched refs:next_ns (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/dsa/microchip/
H A Dksz_ptp.c641 s64 now_ns, first_ns, period_ns, next_ns; local
662 next_ns = first_ns + count * period_ns;
664 next_ns = first_ns;
668 while (next_ns < now_ns + 100000000)
669 next_ns += period_ns;
672 next = ns_to_timespec64(next_ns);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c987 bool next_ns; local
989 next_ns = flow_act->action & MLX5_FLOW_CONTEXT_ACTION_FWD_NEXT_NS;
990 fs_get_obj(prio, next_ns ? ft->ns->node.parent : ft->node.parent);

Completed in 119 milliseconds