Home
last modified time | relevance | path

Searched refs:num_hops (Results 1 – 2 of 2) sorted by relevance

/drivers/thunderbolt/
Dpath.c35 struct tb_path *tb_path_alloc(struct tb *tb, int num_hops) in tb_path_alloc() argument
40 path->hops = kcalloc(num_hops, sizeof(*path->hops), GFP_KERNEL); in tb_path_alloc()
46 path->path_length = num_hops; in tb_path_alloc()
Dtb.h238 struct tb_path *tb_path_alloc(struct tb *tb, int num_hops);