Home
last modified time | relevance | path

Searched refs:npaths (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/thunderbolt/
A Dtunnel.c136 tunnel->npaths = npaths; in tb_tunnel_alloc()
1037 for (i = 0; i < tunnel->npaths; i++) { in tb_dma_deinit()
1064 size_t npaths = 0, i = 0; in tb_tunnel_alloc_dma() local
1069 npaths++; in tb_tunnel_alloc_dma()
1071 npaths++; in tb_tunnel_alloc_dma()
1073 if (WARN_ON(!npaths)) in tb_tunnel_alloc_dma()
1140 for (i = 0; i < tunnel->npaths; i++) { in tb_tunnel_match_dma()
1542 for (i = 0; i < tunnel->npaths; i++) { in tb_tunnel_free()
1559 for (i = 0; i < tunnel->npaths; i++) { in tb_tunnel_is_invalid()
1584 for (i = 0; i < tunnel->npaths; i++) { in tb_tunnel_restart()
[all …]
A Dtest.c1304 KUNIT_ASSERT_EQ(test, tunnel1->npaths, 2); in tb_test_tunnel_pcie()
1319 KUNIT_ASSERT_EQ(test, tunnel2->npaths, 2); in tb_test_tunnel_pcie()
1356 KUNIT_ASSERT_EQ(test, tunnel->npaths, 3); in tb_test_tunnel_dp()
1402 KUNIT_ASSERT_EQ(test, tunnel->npaths, 3); in tb_test_tunnel_dp_chain()
1452 KUNIT_ASSERT_EQ(test, tunnel->npaths, 3); in tb_test_tunnel_dp_tree()
1517 KUNIT_ASSERT_EQ(test, tunnel->npaths, 3); in tb_test_tunnel_dp_max_length()
1573 KUNIT_ASSERT_EQ(test, tunnel1->npaths, 2); in tb_test_tunnel_usb3()
1692 KUNIT_ASSERT_EQ(test, tunnel->npaths, 2); in tb_test_tunnel_dma()
1735 KUNIT_ASSERT_EQ(test, tunnel->npaths, 1); in tb_test_tunnel_dma_rx()
1772 KUNIT_ASSERT_EQ(test, tunnel->npaths, 1); in tb_test_tunnel_dma_tx()
[all …]
A Dtunnel.h49 size_t npaths; member
/linux/net/rds/
A Dconnection.c173 int npaths = (trans->t_mp_capable ? RDS_MPATH_WORKERS : 1); in __rds_conn_create() local
198 conn->c_path = kcalloc(npaths, sizeof(struct rds_conn_path), gfp); in __rds_conn_create()
267 for (i = 0; i < npaths; i++) { in __rds_conn_create()
320 for (i = 0; i < npaths; i++) { in __rds_conn_create()
486 int npaths = (conn->c_trans->t_mp_capable ? RDS_MPATH_WORKERS : 1); in rds_conn_destroy() local
499 for (i = 0; i < npaths; i++) { in rds_conn_destroy()
559 int npaths; in rds_conn_message_info_cmn() local
564 npaths = (conn->c_trans->t_mp_capable ? in rds_conn_message_info_cmn()
567 for (j = 0; j < npaths; j++) { in rds_conn_message_info_cmn()
A Dtcp_listen.c69 int npaths = max_t(int, 1, conn->c_npaths); in rds_tcp_accept_one_path() local
79 if (npaths == 1) in rds_tcp_accept_one_path()
84 for (i = 0; i < npaths; i++) { in rds_tcp_accept_one_path()
A Dsend.c1463 u16 npaths = cpu_to_be16(RDS_MPATH_WORKERS); in rds_send_probe() local
1467 RDS_EXTHDR_NPATHS, &npaths, in rds_send_probe()
1468 sizeof(npaths)); in rds_send_probe()
/linux/Documentation/networking/
A Drds.rst442 sent in response to a probe-ping should contain the rcvr's npaths
/linux/net/ipv4/
A Dnexthop.c988 static bool valid_group_nh(struct nexthop *nh, unsigned int npaths, in valid_group_nh() argument
1009 if (nhi->reject_nh && npaths > 1) { in valid_group_nh()

Completed in 783 milliseconds