Searched refs:initial_credits (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | test.c | 1960 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_legacy_not_bonded() 1967 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_legacy_not_bonded() 1993 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_legacy_bonded() 2000 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_legacy_bonded() 2026 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_pcie() 2033 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_pcie() 2075 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_without_dp() 2077 KUNIT_EXPECT_EQ(test, path->hops[1].initial_credits, 9U); in tb_test_credit_alloc_without_dp() 2083 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_without_dp() 2111 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 0U); in tb_test_credit_alloc_dp() [all …]
|
A D | tunnel.c | 188 hop->initial_credits = credits; in tb_pci_init_credits() 1064 hop->initial_credits = sw->min_dp_aux_credits; in tb_dp_init_aux_credits() 1066 hop->initial_credits = 1; in tb_dp_init_aux_credits() 1337 hop->initial_credits = credits; in tb_dma_reserve_credits() 1362 hop->initial_credits = tmp; in tb_dma_init_rx_path() 1405 port->dma_credits -= hop->initial_credits; in tb_dma_release_credits() 1408 hop->initial_credits); in tb_dma_release_credits() 1710 hop->initial_credits = credits; in tb_usb3_init_credits()
|
A D | path.c | 24 regs->initial_credits, regs->drop_packages); in tb_dump_hop() 537 hop.initial_credits = path->hops[i].initial_credits; in tb_path_activate()
|
A D | tb_regs.h | 483 u32 initial_credits:8; member
|
A D | tb.h | 374 unsigned int initial_credits; member
|
A D | switch.c | 734 port->ctl_credits = hop.initial_credits; in tb_init_port()
|
Completed in 27 milliseconds