Home
last modified time | relevance | path

Searched refs:server (Results 1 – 25 of 36) sorted by relevance

12

/drivers/infiniband/ulp/rtrs/
A DREADME7 between client and server machines using RDMA (InfiniBand, RoCE, iWarp)
27 An established connection between a client and a server is called rtrs
29 server side for a given client for rdma transfer. A session
37 need to be exchanged between client and server during the connection
50 invalidate each rdma buffer before we hand it over to RNBD server and
52 buffer after it returns back from the block layer and RNBD server.
86 requests the address information from the server.
145 first, when it finishes, pass the IO to RNBD server module.
163 on the server side and rdma writes there the user header and the
182 on the server side and rdma writes there the user header and the
[all …]
A DKconfig19 tristate "RTRS server module"
23 RDMA transport server module.
25 RDMA Transport (RTRS) server module processing connection and IO
A DMakefile12 rtrs-server-y := rtrs-srv.o \
21 obj-$(CONFIG_INFINIBAND_RTRS_SERVER) += rtrs-server.o
/drivers/block/rnbd/
A DREADME9 (client and server) that allow for remote access of a block device on
10 the server over RTRS protocol using the RDMA (InfiniBand, RoCE, iWARP)
14 I/O is transferred between client and server by the RTRS transport
35 on client and on server sides; "path=" is a destination IP address or
39 mapped from the server side. After the session to the server machine is
50 When a device is mapped from the client, the server generates the path
51 to the block device on the server side by concatenating dev_search_path
64 1. Before mapping first device from a given server, client sends an
65 RNBD_MSG_SESS_INFO to the server. Server responds with
76 message contains device id, provided by server in his rnbd_msg_open_rsp,
[all …]
A DKconfig15 RTRS protocol from a target system where RNBD server is running.
20 tristate "RDMA Network Block Device driver server"
24 RNBD server is the server side of RNBD using rdma transport.
26 RNBD server allows for exporting local block devices to a remote client
A DMakefile10 rnbd-server-y := rnbd-srv.o \
15 obj-$(CONFIG_BLK_DEV_RNBD_SERVER) += rnbd-server.o
/drivers/s390/block/
A Ddasd_alias.c101 server = kzalloc(sizeof(*server), GFP_KERNEL); in _allocate_server()
102 if (!server) in _allocate_server()
106 INIT_LIST_HEAD(&server->server); in _allocate_server()
108 return server; in _allocate_server()
113 kfree(server); in _free_server()
190 if (!server) { in dasd_alias_make_device_known_to_lcu()
197 if (!server) { in dasd_alias_make_device_known_to_lcu()
199 server = newserver; in dasd_alias_make_device_known_to_lcu()
291 if (server && list_empty(&server->lculist)) { in dasd_alias_disconnect_device_from_lcu()
292 list_del(&server->server); in dasd_alias_disconnect_device_from_lcu()
[all …]
A Ddasd_eckd.h621 struct list_head server; member
/drivers/soc/qcom/
A Dqmi_interface.c147 le32_to_cpu(pkt->server.service), in qmi_recv_ctrl_pkt()
148 le32_to_cpu(pkt->server.instance), in qmi_recv_ctrl_pkt()
149 le32_to_cpu(pkt->server.node), in qmi_recv_ctrl_pkt()
150 le32_to_cpu(pkt->server.port)); in qmi_recv_ctrl_pkt()
154 le32_to_cpu(pkt->server.node), in qmi_recv_ctrl_pkt()
155 le32_to_cpu(pkt->server.port)); in qmi_recv_ctrl_pkt()
175 pkt.server.service = cpu_to_le32(svc->service); in qmi_send_new_lookup()
176 pkt.server.instance = cpu_to_le32(svc->version | svc->instance << 8); in qmi_send_new_lookup()
238 pkt.server.service = cpu_to_le32(svc->service); in qmi_send_new_server()
240 pkt.server.node = cpu_to_le32(qmi->sq.sq_node); in qmi_send_new_server()
[all …]
/drivers/char/tpm/eventlog/
A Dacpi.c41 } server; member
124 len = buff->server.log_max_len; in tpm_read_log_acpi()
125 start = buff->server.log_start_addr; in tpm_read_log_acpi()
/drivers/gpu/drm/ast/
A DKconfig3 tristate "AST server chips"
15 in server chipsets.
/drivers/edac/
A DKconfig152 E7205, E7500, E7501 and E7505 server chipsets.
159 E7520, E7525, E7320 server chipsets.
174 DP82785P and E7210 server chipsets.
181 DP82975x server chipsets.
188 3000 and 3010 server chipsets.
195 3200 and 3210 server chipsets.
209 X38 server chipsets.
271 tristate "Intel Skylake server Integrated MC"
283 tristate "Intel 10nm server Integrated MC"
290 10nm server Integrated Memory Controllers. If your
[all …]
/drivers/gpu/drm/mgag200/
A DKconfig12 MGA G200 desktop chips and the server variants. It requires 0.3.0
23 Enable this option only if you run realtime tasks on a server with a
/drivers/platform/x86/amd/hsmp/
A DKconfig21 system management functionality on EPYC and MI300A server CPUs
39 system management functionality on EPYC and MI300A server CPUs
/drivers/scsi/
A Discsi_boot_sysfs.c246 iscsi_boot_rd_attr(ini_isns, isns-server, ISCSI_BOOT_INI_ISNS_SERVER);
247 iscsi_boot_rd_attr(ini_slp, slp-server, ISCSI_BOOT_INI_SLP_SERVER);
248 iscsi_boot_rd_attr(ini_primary_radius, pri-radius-server,
250 iscsi_boot_rd_attr(ini_secondary_radius, sec-radius-server,
/drivers/dca/
A DKconfig3 # DCA server configuration
/drivers/platform/x86/intel/uncore-frequency/
A DKconfig18 supported server platforms.
/drivers/block/
A DKconfig168 on a remote file server.
202 client and server works over TCP/IP networking, but to the client
207 userland (making server and client physically the same computer,
211 especially about where to find the server code, which runs in user
343 io_uring based userspace block driver. Together with ublk server, ublk
362 suggested to enable N if your application(ublk server) switches to
/drivers/staging/sm750fb/
A Dreadme37 and this driver will use fb1, fb2. In that case, you need to configure your X-server
/drivers/ras/
A DKconfig28 be functioning correctly. For example, a server may run forever and
/drivers/net/slip/
A DKconfig13 Slip/CSlip server for other people to dial in. SLIP (Serial Line
/drivers/acpi/
A DKconfig317 controller, which can be found on the server.
500 processor machine check banks. Most server processors log
601 initialization of some server systems.
/drivers/pci/hotplug/
A DKconfig37 Say Y here if you have a Compaq server that has a PCI Hotplug
/drivers/video/fbdev/
A DKconfig20 server exists which uses the frame buffer device exclusively.
45 (e.g. an accelerated X server) and that are not frame buffer
1174 bool "X server compatibility"
1177 framebuffer to avoid negative impact on the OpenChrome X server.
1178 If you use any X server other than fbdev you should enable this
1653 tristate "Cobalt server LCD frame buffer support"
/drivers/net/ppp/
A DKconfig173 modified pptpd (poptop) to work in server mode.

Completed in 42 milliseconds

12