Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
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()
1211 hop->initial_credits = sw->min_dp_aux_credits; in tb_dp_init_aux_credits()
H A Dtest.c165 sw->min_dp_aux_credits = 1; in alloc_host_usb4()
394 sw->min_dp_aux_credits = 0; in alloc_dev_without_dp()
415 sw->min_dp_aux_credits = 1; in alloc_dev_usb4()
H A Dtb.h208 unsigned int min_dp_aux_credits; member
H A Dusb4.c848 sw->min_dp_aux_credits = min_dp_aux; in usb4_switch_credits_init()