Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dquirks.c18 if (sw->credit_allocation && sw->min_dp_main_credits == 56) { in quirk_dp_credit_allocation()
19 sw->min_dp_main_credits = 18; in quirk_dp_credit_allocation()
20 tb_sw_dbg(sw, "quirked DP main: %u\n", sw->min_dp_main_credits); in quirk_dp_credit_allocation()
H A Dtunnel.c120 if (sw->min_dp_aux_credits + sw->min_dp_main_credits) in tb_available_credits()
122 (sw->min_dp_aux_credits + sw->min_dp_main_credits); in tb_available_credits()
128 credits -= ndp * (sw->min_dp_aux_credits + sw->min_dp_main_credits); in tb_available_credits()
1249 if (nfc_credits / sw->min_dp_main_credits > max_dp_streams) in tb_dp_init_video_credits()
1252 hop->nfc_credits = sw->min_dp_main_credits; in tb_dp_init_video_credits()
H A Dtest.c166 sw->min_dp_main_credits = 0; in alloc_host_usb4()
395 sw->min_dp_main_credits = 0; in alloc_dev_without_dp()
416 sw->min_dp_main_credits = 18; in alloc_dev_usb4()
H A Dtb.h209 unsigned int min_dp_main_credits; member
H A Dusb4.c850 sw->min_dp_main_credits = min_dp_main; in usb4_switch_credits_init()