Searched refs:initial_credits (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | test.c | 2042 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 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()
|
H A D | tunnel.c | 225 hop->initial_credits = credits; in tb_pci_init_credits() 1170 hop->initial_credits = sw->min_dp_aux_credits; in tb_dp_init_aux_credits() 1172 hop->initial_credits = 1; in tb_dp_init_aux_credits() 1486 hop->initial_credits = credits; in tb_dma_reserve_credits() 1511 hop->initial_credits = tmp; in tb_dma_init_rx_path() 1554 port->dma_credits -= hop->initial_credits; in tb_dma_release_credits() 1557 hop->initial_credits); in tb_dma_release_credits() 1863 hop->initial_credits = credits; in tb_usb3_init_credits()
|
H A D | tb_regs.h | 502 u32 initial_credits:8; member
|
H A D | tb.h | 347 * @initial_credits: Number of initial flow control credits allocated for 369 unsigned int initial_credits; member
|
H A D | switch.c | 730 port->ctl_credits = hop.initial_credits; in tb_init_port()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | path.c | 24 regs->initial_credits, regs->drop_packages); in tb_dump_hop() 515 hop.initial_credits = path->hops[i].initial_credits; in tb_path_activate()
|
H A D | tunnel.c | 126 path->hops[0].initial_credits = 7; in tb_pci_init_path() 128 path->hops[1].initial_credits = in tb_pci_init_path() 617 path->hops[i].initial_credits = 1; in tb_dp_init_aux_path() 823 path->hops[i].initial_credits = credits; in tb_dma_init_path() 1018 path->hops[0].initial_credits = 7; in tb_usb3_init_path() 1020 path->hops[1].initial_credits = in tb_usb3_init_path()
|
H A D | tb_regs.h | 406 u32 initial_credits:8; member
|
H A D | tb.h | 251 * @initial_credits: Number of initial flow control credits allocated for 271 unsigned int initial_credits; member
|
Completed in 22 milliseconds