Searched refs:initial_credits (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/thunderbolt/ |
| A D | test.c | 1919 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_legacy_not_bonded() 1926 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_legacy_not_bonded() 1952 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_legacy_bonded() 1959 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_legacy_bonded() 1985 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_pcie() 1992 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_pcie() 2020 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 0U); in tb_test_credit_alloc_dp() 2022 KUNIT_EXPECT_EQ(test, path->hops[1].initial_credits, 0U); in tb_test_credit_alloc_dp() 2028 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 1U); in tb_test_credit_alloc_dp() 2030 KUNIT_EXPECT_EQ(test, path->hops[1].initial_credits, 1U); in tb_test_credit_alloc_dp() [all …]
|
| A D | tunnel.c | 179 hop->initial_credits = credits; in tb_pci_init_credits() 689 hop->initial_credits = sw->min_dp_aux_credits; in tb_dp_init_aux_credits() 691 hop->initial_credits = 1; in tb_dp_init_aux_credits() 950 hop->initial_credits = credits; in tb_dma_reserve_credits() 975 hop->initial_credits = tmp; in tb_dma_init_rx_path() 1018 port->dma_credits -= hop->initial_credits; in tb_dma_release_credits() 1021 hop->initial_credits); in tb_dma_release_credits() 1323 hop->initial_credits = credits; in tb_usb3_init_credits()
|
| A D | path.c | 24 regs->initial_credits, regs->drop_packages); in tb_dump_hop() 523 hop.initial_credits = path->hops[i].initial_credits; in tb_path_activate()
|
| A D | tb_regs.h | 421 u32 initial_credits:8; member
|
| A D | tb.h | 321 unsigned int initial_credits; member
|
| A D | switch.c | 766 port->ctl_credits = hop.initial_credits; in tb_init_port()
|
Completed in 23 milliseconds