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

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

Completed in 58 milliseconds