Home
last modified time | relevance | path

Searched refs:clients (Results 1 - 25 of 126) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c284 struct qed_ilt_client_cfg *p_cli = &p_mngr->clients[ilt_client]; in qed_cxt_get_ilt_page_size()
319 u32 page_sz = p_mgr->clients[ILT_CLI_CDUC].p_size.val; in qed_cxt_set_proto_cid_count()
416 p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUC]; in qed_ilt_get_dynamic_line_cnt()
444 struct qed_ilt_client_cfg *clients = p_hwfn->p_cxt_mngr->clients; in qed_cxt_ilt_blk_reset() local
449 clients[cli_idx].pf_blks[blk_idx].total_size = 0; in qed_cxt_ilt_blk_reset()
452 clients[cli_idx].vf_blks[blk_idx].total_size = 0; in qed_cxt_ilt_blk_reset()
485 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDUC]); in qed_cxt_cfg_ilt_compute()
492 /* get the counters for the CDUC and QM clients */ in qed_cxt_cfg_ilt_compute()
523 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDU in qed_cxt_cfg_ilt_compute()
991 struct qed_ilt_client_cfg *clients = p_mngr->clients; qed_ilt_shadow_alloc() local
1118 struct qed_ilt_client_cfg *clients; qed_cxt_mngr_alloc() local
1587 struct qed_ilt_client_cfg *clients; qed_ilt_init_pf() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c284 struct qed_ilt_client_cfg *p_cli = &p_mngr->clients[ilt_client]; in qed_cxt_get_ilt_page_size()
319 u32 page_sz = p_mgr->clients[ILT_CLI_CDUC].p_size.val; in qed_cxt_set_proto_cid_count()
416 p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUC]; in qed_ilt_get_dynamic_line_cnt()
444 struct qed_ilt_client_cfg *clients = p_hwfn->p_cxt_mngr->clients; in qed_cxt_ilt_blk_reset() local
449 clients[cli_idx].pf_blks[blk_idx].total_size = 0; in qed_cxt_ilt_blk_reset()
452 clients[cli_idx].vf_blks[blk_idx].total_size = 0; in qed_cxt_ilt_blk_reset()
485 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDUC]); in qed_cxt_cfg_ilt_compute()
492 /* get the counters for the CDUC and QM clients */ in qed_cxt_cfg_ilt_compute()
523 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDU in qed_cxt_cfg_ilt_compute()
991 struct qed_ilt_client_cfg *clients = p_mngr->clients; qed_ilt_shadow_alloc() local
1113 struct qed_ilt_client_cfg *clients; qed_cxt_mngr_alloc() local
1573 struct qed_ilt_client_cfg *clients; qed_ilt_init_pf() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/vga/
H A Dvga_switcheroo.c70 * clients. The mux is called the handler. Muxless machines also register a
76 * there can thus be up to three clients: Two vga clients (GPUs) and one audio
110 * For audio clients, the @fb_info and @active members are bogus. For GPU
111 * clients, the @vga_dev is bogus.
138 * (counting only vga clients, not audio clients)
139 * @clients: list of registered clients
157 struct list_head clients; member
[all...]
/kernel/linux/linux-6.6/drivers/gpu/vga/
H A Dvga_switcheroo.c70 * clients. The mux is called the handler. Muxless machines also register a
76 * there can thus be up to three clients: Two vga clients (GPUs) and one audio
110 * For audio clients, the @fb_info and @active members are bogus. For GPU
111 * clients, the @vga_dev is bogus.
138 * (counting only vga clients, not audio clients)
139 * @clients: list of registered clients
157 struct list_head clients; member
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Di2c-multi-instantiate.c4 * i2c-clients from a single fwnode.
31 struct i2c_client *clients[]; member
79 /* Count number of clients to instantiate */ in i2c_multi_inst_probe()
84 multi = devm_kmalloc(dev, struct_size(multi, clients, ret), GFP_KERNEL); in i2c_multi_inst_probe()
119 multi->clients[i] = i2c_acpi_new_device(dev, i, &board_info); in i2c_multi_inst_probe()
120 if (IS_ERR(multi->clients[i])) { in i2c_multi_inst_probe()
121 ret = PTR_ERR(multi->clients[i]); in i2c_multi_inst_probe()
138 i2c_unregister_device(multi->clients[i]); in i2c_multi_inst_probe()
149 i2c_unregister_device(multi->clients[i]); in i2c_multi_inst_remove()
/kernel/linux/linux-6.6/include/linux/
H A Dpci-p2pdma.h22 int pci_p2pdma_distance_many(struct pci_dev *provider, struct device **clients,
25 struct pci_dev *pci_p2pmem_find_many(struct device **clients, int num_clients);
44 struct device **clients, int num_clients, bool verbose) in pci_p2pdma_distance_many()
52 static inline struct pci_dev *pci_p2pmem_find_many(struct device **clients, in pci_p2pmem_find_many() argument
43 pci_p2pdma_distance_many(struct pci_dev *provider, struct device **clients, int num_clients, bool verbose) pci_p2pdma_distance_many() argument
/kernel/linux/linux-5.10/drivers/char/agp/
H A Dfrontend.c338 client = controller->clients; in agp_remove_all_clients()
404 struct agp_client *clients; in agp_controller_make_current() local
406 clients = controller->clients; in agp_controller_make_current()
408 while (clients != NULL) { in agp_controller_make_current()
411 priv = agp_find_private(clients->pid); in agp_controller_make_current()
417 clients = clients->next; in agp_controller_make_current()
426 struct agp_client *clients; in agp_controller_release_current() local
429 clients in agp_controller_release_current()
[all...]
/kernel/linux/linux-6.6/drivers/char/agp/
H A Dfrontend.c340 client = controller->clients; in agp_remove_all_clients()
406 struct agp_client *clients; in agp_controller_make_current() local
408 clients = controller->clients; in agp_controller_make_current()
410 while (clients != NULL) { in agp_controller_make_current()
413 priv = agp_find_private(clients->pid); in agp_controller_make_current()
419 clients = clients->next; in agp_controller_make_current()
428 struct agp_client *clients; in agp_controller_release_current() local
431 clients in agp_controller_release_current()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dpci-p2pdma.h22 int pci_p2pdma_distance_many(struct pci_dev *provider, struct device **clients,
25 struct pci_dev *pci_p2pmem_find_many(struct device **clients, int num_clients);
48 struct device **clients, int num_clients, bool verbose) in pci_p2pdma_distance_many()
56 static inline struct pci_dev *pci_p2pmem_find_many(struct device **clients, in pci_p2pmem_find_many() argument
47 pci_p2pdma_distance_many(struct pci_dev *provider, struct device **clients, int num_clients, bool verbose) pci_p2pdma_distance_many() argument
/kernel/linux/linux-6.6/drivers/gpu/host1x/
H A Dbus.c19 static LIST_HEAD(clients);
123 list_move_tail(&client->list, &device->clients); in host1x_subdev_register()
157 * it from list of clients. in __host1x_subdev_unregister()
188 * its &host1x_driver.probe implementation to initialize each of its clients.
200 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
211 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
228 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
233 client = list_entry(&device->clients, struct host1x_client, list); in host1x_device_init()
236 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
250 * function to tear down each of its clients
[all...]
/kernel/linux/linux-5.10/drivers/gpu/host1x/
H A Dbus.c18 static LIST_HEAD(clients);
121 list_move_tail(&client->list, &device->clients); in host1x_subdev_register()
155 * it from list of clients. in __host1x_subdev_unregister()
186 * its &host1x_driver.probe implementation to initialize each of its clients.
198 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
215 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
229 * function to tear down each of its clients. Typically this is done after a
240 list_for_each_entry_reverse(client, &device->clients, list) { in host1x_device_exit()
372 * list of idle clients. in __host1x_device_del()
382 /* add the client to the list of idle clients */ in __host1x_device_del()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dmigrate_reuseport.c52 __s64 clients[NR_CLIENTS]; member
284 test_case->clients[i] = socket(test_case->family, SOCK_STREAM, in start_clients()
286 if (!ASSERT_NEQ(test_case->clients[i], -1, "socket")) in start_clients()
290 * clients will transition to TCP_ESTABLISHED immediately. in start_clients()
292 err = settimeo(test_case->clients[i], 100); in start_clients()
299 err = setsockopt(test_case->clients[i], IPPROTO_TCP, in start_clients()
307 err = connect(test_case->clients[i], in start_clients()
313 err = write(test_case->clients[i], buf, MSGLEN); in start_clients()
468 init_fds(test_case->clients, NR_CLIENTS); in run_test()
528 close_fds(test_case->clients, NR_CLIENT in run_test()
[all...]
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Dpmic_glink.c41 /* serializing clients list updates */
43 struct list_head clients; member
90 list_add(&client->node, &pg->clients); in devm_pmic_glink_register_client()
121 list_for_each_entry(client, &pg->clients, node) { in pmic_glink_rpmsg_callback()
174 list_for_each_entry(client, &pg->clients, node) in pmic_glink_state_notify_clients()
261 INIT_LIST_HEAD(&pg->clients); in pmic_glink_probe()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dism_drv.c35 static struct ism_client *clients[MAX_CLIENTS]; /* use an array rather than */ variable
66 if (!clients[i]) { in ism_register_client()
67 clients[i] = client; in ism_register_client()
115 clients[client->id] = NULL; in ism_unregister_client()
568 if (clients[i]) { in ism_dev_init()
569 clients[i]->add(ism); in ism_dev_init()
570 ism_setup_forwarding(clients[i], ism); in ism_dev_init()
663 if (clients[i]) in ism_dev_exit()
664 clients[i]->remove(ism); in ism_dev_exit()
708 memset(clients, in ism_init()
[all...]
/kernel/linux/linux-6.6/drivers/memory/tegra/
H A Dtegra20.c378 * ISO clients need to reserve extra bandwidth up-front because in tegra20_mc_icc_aggreate()
410 /* these clients are isochronous by default */ in tegra20_mc_of_icc_xlate_extended()
421 if (mc->soc->clients[i].id == idx) in tegra20_mc_of_icc_xlate_extended()
519 client0 = &mc->soc->clients[i]; in tegra20_mc_collect_stats()
520 client1 = &mc->soc->clients[i + 1]; in tegra20_mc_collect_stats()
533 /* collect more info from active clients */ in tegra20_mc_collect_stats()
539 client0 = &mc->soc->clients[i]; in tegra20_mc_collect_stats()
547 client1 = &mc->soc->clients[i]; in tegra20_mc_collect_stats()
632 seq_printf(s, "%-14s ", mc->soc->clients[i].name); in tegra20_mc_stats_show()
776 client = mc->soc->clients[i in tegra20_mc_handle_irq()
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A Dtps80031.c438 tps80031->clients[i] = client; in tps80031_probe()
440 tps80031->clients[i] = devm_i2c_new_dummy_device(&client->dev, in tps80031_probe()
442 if (IS_ERR(tps80031->clients[i])) { in tps80031_probe()
444 return PTR_ERR(tps80031->clients[i]); in tps80031_probe()
447 i2c_set_clientdata(tps80031->clients[i], tps80031); in tps80031_probe()
448 tps80031->regmap[i] = devm_regmap_init_i2c(tps80031->clients[i], in tps80031_probe()
/kernel/linux/linux-5.10/drivers/pci/
H A Dp2pdma.c561 * a p2pdma provider and the clients in use.
563 * @clients: array of devices to check (NULL-terminated)
564 * @num_clients: number of clients in the array
567 * Returns -1 if any of the clients are not compatible, otherwise returns a
572 * "compatible" means the provider and the clients are either all behind
576 int pci_p2pdma_distance_many(struct pci_dev *provider, struct device **clients, in pci_p2pdma_distance_many() argument
590 if (clients[i]->dma_ops == &dma_virt_ops) { in pci_p2pdma_distance_many()
592 dev_warn(clients[i], in pci_p2pdma_distance_many()
598 pci_client = find_parent_pci_dev(clients[i]); in pci_p2pdma_distance_many()
601 dev_warn(clients[ in pci_p2pdma_distance_many()
658 pci_p2pmem_find_many(struct device **clients, int num_clients) pci_p2pmem_find_many() argument
[all...]
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/
H A Dnet_socket_test_009.cpp130 LogPrintln("Too many clients, refuse %s:%d", inet_ntoa(sa.sin_addr), ntohs(sa.sin_port)); in HandleAccept()
237 pthread_t clients[CLIENT_NUM]; in PollTest() local
239 ret = StartClients(clients, CLIENT_NUM); in PollTest()
266 ret = pthread_join(clients[i], NULL); in PollTest()
H A Dnet_socket_test_008.cpp131 LogPrintln("Too many clients, refuse %s:%d", inet_ntoa(sa.sin_addr), ntohs(sa.sin_port)); in HandleAccept()
237 pthread_t clients[CLIENT_NUM]; in SelectTest() local
239 ret = StartClients(clients, CLIENT_NUM); in SelectTest()
270 ret = pthread_join(clients[i], NULL); in SelectTest()
H A Dnet_socket_test_011.cpp217 pthread_t clients[CLIENT_NUM]; in UdpSelectTest() local
219 ret = StartClients(clients, CLIENT_NUM); in UdpSelectTest()
250 ret = pthread_join(clients[i], NULL); in UdpSelectTest()
/kernel/linux/linux-5.10/include/soc/tegra/
H A Dmc.h60 const struct tegra_mc_client *clients; member
145 const struct tegra_mc_client *clients; member
/kernel/linux/linux-5.10/drivers/hsi/
H A DMakefile9 obj-y += clients/
/kernel/linux/linux-6.6/drivers/hsi/
H A DMakefile9 obj-y += clients/
/kernel/linux/linux-5.10/drivers/pps/
H A DMakefile9 obj-y += clients/ generators/
/kernel/linux/linux-6.6/drivers/pps/
H A DMakefile9 obj-y += clients/ generators/

Completed in 18 milliseconds

123456