Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.c97 size_t *max_dp_streams) in tb_available_credits() argument
131 if (max_dp_streams) in tb_available_credits()
132 *max_dp_streams = ndp; in tb_available_credits()
1238 size_t max_dp_streams; in tb_dp_init_video_credits() local
1240 tb_available_credits(port, &max_dp_streams); in tb_dp_init_video_credits()
1249 if (nfc_credits / sw->min_dp_main_credits > max_dp_streams) in tb_dp_init_video_credits()