Searched refs:initial_credits (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/thunderbolt/ |
| A D | test.c | 2042 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); 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() 2075 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); 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() 2108 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_pcie() 2115 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_pcie() 2157 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_without_dp() 2159 KUNIT_EXPECT_EQ(test, path->hops[1].initial_credits, 9U); in tb_test_credit_alloc_without_dp() 2165 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 7U); in tb_test_credit_alloc_without_dp() 2193 KUNIT_EXPECT_EQ(test, path->hops[0].initial_credits, 0U); in tb_test_credit_alloc_dp() [all …]
|
| A D | path.c | 23 regs->weight, regs->priority, regs->initial_credits, in tb_dump_hop() 550 hop.initial_credits = path->hops[i].initial_credits; in tb_path_activate()
|
| A D | tunnel.c | 257 hop->initial_credits = credits; in tb_pci_init_credits() 1225 hop->initial_credits = sw->min_dp_aux_credits; in tb_dp_init_aux_credits() 1227 hop->initial_credits = 1; in tb_dp_init_aux_credits() 1548 hop->initial_credits = credits; in tb_dma_reserve_credits() 1573 hop->initial_credits = tmp; in tb_dma_init_rx_path() 1616 port->dma_credits -= hop->initial_credits; in tb_dma_release_credits() 1619 hop->initial_credits); in tb_dma_release_credits() 1927 hop->initial_credits = credits; in tb_usb3_init_credits()
|
| A D | tb_regs.h | 509 u32 initial_credits:7; member
|
| A D | tb.h | 382 unsigned int initial_credits; member
|
| A D | switch.c | 738 port->ctl_credits = hop.initial_credits; in tb_init_port()
|
Completed in 26 milliseconds