Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/thunderbolt/
Dtunnel.c854 int ret, rate, lanes, nrd_bw; in tb_dp_bandwidth_mode_maximum_bandwidth() local
886 nrd_bw = tb_dp_bandwidth(rate, lanes); in tb_dp_bandwidth_mode_maximum_bandwidth()
892 *max_bw = roundup(nrd_bw, ret); in tb_dp_bandwidth_mode_maximum_bandwidth()
895 return nrd_bw; in tb_dp_bandwidth_mode_maximum_bandwidth()