Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtest.c2042 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_legacy_not_bonded()
2044 KUNIT_EXPECT_EQ(test, path->hops[1].initial_credits, 16U); in tb_test_credit_alloc_legacy_not_bonded()
2049 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_legacy_not_bonded()
2051 KUNIT_EXPECT_EQ(test, path->hops[1].initial_credits, 16U); in tb_test_credit_alloc_legacy_not_bonded()
2075 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_legacy_bonded()
2077 KUNIT_EXPECT_EQ(test, path->hops[1].initial_credits, 32U); in tb_test_credit_alloc_legacy_bonded()
2082 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_legacy_bonded()
2084 KUNIT_EXPECT_EQ(test, path->hops[1].initial_credits, 32U); in tb_test_credit_alloc_legacy_bonded()
2108 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_pcie()
2110 KUNIT_EXPECT_EQ(test, path->hops[1].initial_credits, 3 in tb_test_credit_alloc_pcie()
[all...]
H A Dpath.c23 regs->weight, regs->priority, regs->initial_credits, in tb_dump_hop()
550 hop.initial_credits = path->hops[i].initial_credits; in tb_path_activate()
H A Dtunnel.c310 hop->initial_credits = credits; in tb_pci_init_credits()
1349 hop->initial_credits = sw->min_dp_aux_credits; in tb_dp_init_aux_credits()
1351 hop->initial_credits = 1; in tb_dp_init_aux_credits()
1684 hop->initial_credits = credits; in tb_dma_reserve_credits()
1709 hop->initial_credits = tmp; in tb_dma_init_rx_path()
1752 port->dma_credits -= hop->initial_credits; in tb_dma_release_credits()
1755 hop->initial_credits); in tb_dma_release_credits()
2063 hop->initial_credits = credits; in tb_usb3_init_credits()
H A Dtb_regs.h509 u32 initial_credits:7; member
H A Dswitch.c738 port->ctl_credits = hop.initial_credits; in tb_init_port()