/Linux-v6.6/drivers/net/ethernet/qlogic/qed/ |
D | qed_cxt.c | 284 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() 523 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDUT]); in qed_cxt_cfg_ilt_compute() 631 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_QM]); in qed_cxt_cfg_ilt_compute() 656 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_SRC]); in qed_cxt_cfg_ilt_compute() [all …]
|
/Linux-v6.6/drivers/gpu/vga/ |
D | vga_switcheroo.c | 157 struct list_head clients; member 175 .clients = LIST_HEAD_INIT(vgasr_priv.clients), 195 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_enable() 207 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_enable() 313 list_add_tail(&client->list, &vgasr_priv.clients); in register_client() 482 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_get_client_state() 503 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_unregister_client() 533 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_client_fb_set() 652 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_show() 701 client = find_client_from_id(&vgasr_priv.clients, id | ID_BIT_AUDIO); in set_audio_state() [all …]
|
/Linux-v6.6/drivers/char/agp/ |
D | frontend.c | 340 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 = controller->clients; in agp_controller_release_current() 433 while (clients != NULL) { in agp_controller_release_current() 436 priv = agp_find_private(clients->pid); in agp_controller_release_current() [all …]
|
/Linux-v6.6/fs/nfsd/ |
D | Kconfig | 29 available to clients mounting the NFS server on this system. 41 Unless you are hosting ancient (1990's era) NFS clients, you don't 56 This protocol extension allows applications on NFS clients to 62 NFSv3 ACL protocol extension allowing NFS clients to manipulate 64 clients which support the Solaris NFSv3 ACL protocol can then 103 clients to directly perform I/O to block devices accessible to both 104 the server and the clients. See RFC 5663 for more details. 116 clients to directly perform I/O to SCSI devices accessible to both 117 the server and the clients. See draft-ietf-nfsv4-scsi-layout for 129 enables NFS clients to directly perform I/O to NFSv3 devices [all …]
|
/Linux-v6.6/include/linux/ |
D | pci-p2pdma.h | 22 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() argument 52 static inline struct pci_dev *pci_p2pmem_find_many(struct device **clients, in pci_p2pmem_find_many() argument
|
/Linux-v6.6/drivers/gpu/host1x/ |
D | bus.c | 19 static LIST_HEAD(clients); 123 list_move_tail(&client->list, &device->clients); in host1x_subdev_register() 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() 261 list_for_each_entry_reverse(client, &device->clients, list) { in host1x_device_exit() 274 list_for_each_entry_reverse(client, &device->clients, list) { in host1x_device_exit() 400 list_add_tail(&client->list, &clients); in __host1x_device_del() [all …]
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | migrate_reuseport.c | 52 __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() 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_CLIENTS); in run_test()
|
/Linux-v6.6/Documentation/virt/acrn/ |
D | io-request.rst | 23 2. I/O clients 27 GPA falls in a certain range. Multiple I/O clients can be associated with each 30 any other clients. The ACRN userspace acts as the default client for each User 34 I/O requests and I/O clients. 54 || | | | I/O clients | | | | 93 registered clients based on the address of the I/O accesses, updates
|
/Linux-v6.6/Documentation/admin-guide/nfs/ |
D | pnfs-scsi-server.rst | 9 also hands out layouts to the clients so that they can directly access the 14 file system must sit on a SCSI LUN that is accessible to the clients in 16 exported LUN, striping or concatenation of LUNs on the MDS and clients
|
D | pnfs-block-server.rst | 8 to the clients to directly access the underlying block devices that are 14 to the clients in addition to the MDS. As of now the file system needs to 16 volumes on the MDS and clients is not supported yet.
|
/Linux-v6.6/drivers/soc/qcom/ |
D | pmic_glink.c | 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()
|
/Linux-v6.6/Documentation/filesystems/nfs/ |
D | client-identifier.rst | 41 leases. When the server restarts and clients attempt to recover 43 clients that held state before the server restarted and clients 92 circumstances where clients can interfere with each other. This is 95 If distinct clients present the same "co_ownerid" string and use 97 unable to tell that the clients are not the same. Each distinct 102 If distinct clients present the same "co_ownerid" string and use 104 to operate normally but reject subsequent clients with the same 117 to other clients in the meantime. This is referred to as "lock 134 - NFS-root (diskless) clients, where the local DHCP server (or
|
/Linux-v6.6/Documentation/gpu/ |
D | tegra.rst | 7 buffer provided directly by the CPU, to its clients via channels. Software, 30 The various host1x clients need to be bound together into a logical device in 35 tree for matching device nodes, adding the required clients to a list. Drivers 36 for individual clients register with the infrastructure as well and are added 39 Once all clients are available, the infrastructure will initialize the logical 41 the subsystem and in turn initialize each of its clients. 43 Similarly, when one of the clients is unregistered, the infrastructure will 45 the subsystem specific bits are torn down and the clients destroyed in turn.
|
/Linux-v6.6/drivers/memory/tegra/ |
D | tegra20.c | 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() 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[id].name; in tegra20_mc_handle_irq() 798 .clients = tegra20_mc_clients,
|
D | tegra124.c | 1189 client = &mc->soc->clients[idx]; in tegra124_mc_of_icc_xlate_extended() 1210 if (mc->soc->clients[i].id == idx) in tegra124_mc_of_icc_xlate_extended() 1249 .clients = tegra124_mc_clients, 1262 .clients = tegra124_mc_clients, 1283 .clients = tegra124_mc_clients, 1296 .clients = tegra124_mc_clients,
|
/Linux-v6.6/drivers/s390/net/ |
D | ism_drv.c | 36 static struct ism_client *clients[MAX_CLIENTS]; /* use an array rather than */ variable 67 if (!clients[i]) { in ism_register_client() 68 clients[i] = client; in ism_register_client() 116 clients[client->id] = NULL; in ism_unregister_client() 615 if (clients[i]) { in ism_dev_init() 616 clients[i]->add(ism); in ism_dev_init() 617 ism_setup_forwarding(clients[i], ism); in ism_dev_init() 710 if (clients[i]) in ism_dev_exit() 711 clients[i]->remove(ism); in ism_dev_exit() 755 memset(clients, 0, sizeof(clients)); in ism_init()
|
/Linux-v6.6/drivers/hsi/clients/ |
D | Kconfig | 3 # HSI clients configuration 6 comment "HSI clients"
|
/Linux-v6.6/drivers/pps/clients/ |
D | Kconfig | 3 # PPS clients configuration 6 comment "PPS clients support"
|
/Linux-v6.6/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_cfg.c | 27 .clients = { 116 .clients = { 197 .clients = { 285 .clients = { 385 .clients = { 457 .clients = { 537 .clients = { 756 .clients = {
|
/Linux-v6.6/Documentation/devicetree/bindings/dma/ |
D | atmel-xdma.txt | 29 * DMA clients 30 DMA clients connected to the Atmel XDMA controller must use the format
|
/Linux-v6.6/Documentation/ABI/stable/ |
D | sysfs-bus-mhi | 10 Users: Any userspace application or clients interested in device info. 21 Users: Any userspace application or clients interested in device info.
|
/Linux-v6.6/Documentation/filesystems/smb/ |
D | ksmbd.rst | 27 for listening to SMB requests. Whenever new clients make request, Forker 30 processing of SMB requests(commands) from clients as well as allowing for new 31 clients to make new connections. Each instance is named ksmbd/1~n(port number) 32 to indicate connected clients. Depending on the SMB request types, each new 42 in parallel i.e., There can be multiple clients commands which are worked in
|
/Linux-v6.6/drivers/hsi/ |
D | Makefile | 9 obj-y += clients/
|
/Linux-v6.6/drivers/pps/ |
D | Makefile | 9 obj-y += clients/ generators/
|
/Linux-v6.6/Documentation/driver-api/surface_aggregator/ |
D | index.rst | 12 clients/index
|