| /f-stack/dpdk/drivers/net/pfe/ |
| H A D | pfe_hif_lib.c | 88 client->event_handler(client->priv, event_type, qno); in hif_lib_indicate_client() 144 client->rx_qbase = rte_malloc(NULL, client->rx_qn * q_size * in hif_lib_client_init_rx_buffers() 213 client->tx_qbase = rte_malloc(NULL, client->tx_qn * q_size * in hif_lib_client_init_tx_buffers() 258 if (hif_lib_client_init_rx_buffers(client, client->rx_qsize)) { in hif_lib_client_register() 263 if (hif_lib_client_init_tx_buffers(client, client->tx_qsize)) { in hif_lib_client_register() 269 if (!(client->pfe) || client->id >= HIF_CLIENTS_MAX || in hif_lib_client_register() 270 client->pfe->hif_client[client->id]) { in hif_lib_client_register() 298 client->id, 0); in hif_lib_client_register() 301 client, client->id, client->tx_qsize, client->rx_qsize); in hif_lib_client_register() 305 client->pfe->hif_client[client->id] = client; in hif_lib_client_register() [all …]
|
| H A D | pfe_ethdev.c | 258 struct hif_client_s *client; in pfe_eth_open() local 263 client = &priv->client; in pfe_eth_open() 265 if (client->pfe) { in pfe_eth_open() 273 memset(client, 0, sizeof(*client)); in pfe_eth_open() 277 client->priv = priv; in pfe_eth_open() 278 client->pfe = priv->pfe; in pfe_eth_open() 309 memset(client, 0, sizeof(*client)); in pfe_eth_open() 311 client->tx_qn = emac_txq_cnt; in pfe_eth_open() 313 client->priv = priv; in pfe_eth_open() 314 client->pfe = priv->pfe; in pfe_eth_open() [all …]
|
| H A D | pfe_hif_lib.h | 109 struct hif_client_shm client[HIF_CLIENTS_MAX]; member 163 int hif_lib_client_register(struct hif_client_s *client); 164 int hif_lib_client_unregister(struct hif_client_s *client); 165 void hif_lib_xmit_pkt(struct hif_client_s *client, unsigned int qno, 168 void hif_lib_indicate_client(struct hif_client_s *client, int event, int data); 169 int hif_lib_event_handler_start(struct hif_client_s *client, int event, int 171 void *hif_lib_tx_get_next_complete(struct hif_client_s *client, int qno,
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.h | 715 typedef struct client { struct 772 } client; argument 1293 client *client; member 1429 void freeClient(client *c); 1442 void AddReplyFromClient(client *c, client *src); 1458 void copyClientOutputBuffer(client *dst, client *src); 1465 char *getClientPeerId(client *client); 1466 sds catClientInfoString(sds s, client *client); 1487 void linkClient(client *c); 1945 void setCommand(client *c); [all …]
|
| H A D | networking.c | 87 client *c = zmalloc(sizeof(client)); in createClient() 634 void AddReplyFromClient(client *dst, client *src) { in AddReplyFromClient() 648 void copyClientOutputBuffer(client *dst, client *src) { in copyClientOutputBuffer() 665 client *c; in acceptCommonHandler() 1519 client *c = (client*) privdata; in readQueryFromClient() 1592 client *c; in getClientsMaxBuffers() 1619 void genClientPeerId(client *client, char *peerid, in genClientPeerId() argument 1646 sds catClientInfoString(sds s, client *client) { in catClientInfoString() argument 1680 client->name ? (char*)client->name->ptr : "", in catClientInfoString() 1700 client *client; in getAllClientsInfoString() local [all …]
|
| H A D | pubsub.c | 46 return (pa->client == pb->client) && in listMatchPubsubPattern() 51 int clientSubscriptionsCount(client *c) { in clientSubscriptionsCount() 137 pat->client = c; in pubsubSubscribePattern() 159 pat.client = c; in pubsubUnsubscribePattern() 240 client *c = ln->value; in pubsubPublishMessage() 277 void subscribeCommand(client *c) { in subscribeCommand() 285 void unsubscribeCommand(client *c) { in unsubscribeCommand() 297 void psubscribeCommand(client *c) { in psubscribeCommand() 305 void punsubscribeCommand(client *c) { in punsubscribeCommand() 317 void publishCommand(client *c) { in publishCommand() [all …]
|
| H A D | t_string.c | 96 void setCommand(client *c) { in setCommand() 142 void setnxCommand(client *c) { in setnxCommand() 147 void setexCommand(client *c) { in setexCommand() 152 void psetexCommand(client *c) { in psetexCommand() 172 void getCommand(client *c) { in getCommand() 176 void getsetCommand(client *c) { in getsetCommand() 285 void mgetCommand(client *c) { in mgetCommand() 331 void msetCommand(client *c) { in msetCommand() 335 void msetnxCommand(client *c) { in msetnxCommand() 377 void incrCommand(client *c) { in incrCommand() [all …]
|
| H A D | multi.c | 35 void initClientMultiState(client *c) { in initClientMultiState() 42 void freeClientMultiState(client *c) { in freeClientMultiState() 57 void queueMultiCommand(client *c) { in queueMultiCommand() 74 void discardTransaction(client *c) { in discardTransaction() 83 void flagTransaction(client *c) { in flagTransaction() 88 void multiCommand(client *c) { in multiCommand() 97 void discardCommand(client *c) { in discardCommand() 116 void execCommand(client *c) { in execCommand() 265 void unwatchAllKeys(client *c) { in unwatchAllKeys() 339 void watchCommand(client *c) { in watchCommand() [all …]
|
| H A D | t_list.c | 226 void lpushCommand(client *c) { in lpushCommand() 230 void rpushCommand(client *c) { in rpushCommand() 256 void lpushxCommand(client *c) { in lpushxCommand() 260 void rpushxCommand(client *c) { in rpushxCommand() 308 void llenCommand(client *c) { in llenCommand() 314 void lindexCommand(client *c) { in lindexCommand() 341 void lsetCommand(client *c) { in lsetCommand() 390 void lpopCommand(client *c) { in lpopCommand() 394 void rpopCommand(client *c) { in rpopCommand() 444 void ltrimCommand(client *c) { in ltrimCommand() [all …]
|
| H A D | blocked.c | 78 int getTimeoutFromObjectOrReply(client *c, robj *object, mstime_t *timeout, int unit) { in getTimeoutFromObjectOrReply() 102 void blockClient(client *c, int btype) { in blockClient() 114 client *c; in processUnblockedClients() 151 void queueClientForReprocessing(client *c) { in queueClientForReprocessing() 162 void unblockClient(client *c) { in unblockClient() 186 void replyToBlockedClientTimedOut(client *c) { in replyToBlockedClientTimedOut() 213 client *c = listNodeValue(ln); in disconnectAllBlockedClients() 279 client *receiver = clientnode->value; in handleClientsBlockedOnKeys() 341 client *receiver = clientnode->value; in handleClientsBlockedOnKeys() 389 client *receiver = listNodeValue(ln); in handleClientsBlockedOnKeys() [all …]
|
| H A D | expire.c | 405 void expireGenericCommand(client *c, long long basetime, int unit) { in expireGenericCommand() 453 void expireCommand(client *c) { in expireCommand() 458 void expireatCommand(client *c) { in expireatCommand() 463 void pexpireCommand(client *c) { in pexpireCommand() 468 void pexpireatCommand(client *c) { in pexpireatCommand() 473 void ttlGenericCommand(client *c, int output_ms) { in ttlGenericCommand() 496 void ttlCommand(client *c) { in ttlCommand() 501 void pttlCommand(client *c) { in pttlCommand() 506 void persistCommand(client *c) { in persistCommand() 520 void touchCommand(client *c) { in touchCommand()
|
| H A D | lolwut.c | 38 void lolwut5Command(client *c); 42 void lolwutUnstableCommand(client *c) { in lolwutUnstableCommand() 49 void lolwutCommand(client *c) { in lolwutCommand()
|
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_session.c | 153 client = cparms.mem_va; in tf_session_create() 228 if (client) { in tf_session_client_create() 259 client = cparms.mem_va; in tf_session_client_create() 334 if (client == NULL) { in tf_session_client_destroy() 366 tfp_free(client); in tf_session_client_destroy() 475 if (!client) { in tf_session_close_session() 549 tfp_free(client); in tf_session_close_session() 578 if (client->fw_fid == fid) in tf_session_is_fid_supported() 659 return client; in tf_session_get_session_client() 683 return client; in tf_session_find_session_client_by_name() [all …]
|
| /f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | main.c | 196 flush_rx_queue(uint16_t client) in flush_rx_queue() argument 199 struct client *cl; in flush_rx_queue() 201 if (cl_rx_buf[client].count == 0) in flush_rx_queue() 204 cl = &clients[client]; in flush_rx_queue() 206 cl_rx_buf[client].count, NULL) == 0){ in flush_rx_queue() 214 cl_rx_buf[client].count = 0; in flush_rx_queue() 223 cl_rx_buf[client].buffer[cl_rx_buf[client].count++] = buf; in enqueue_rx_packet() 236 uint8_t client = 0; in process_packets() local 239 enqueue_rx_packet(client, pkts[i]); in process_packets() 241 if (++client == num_clients) in process_packets() [all …]
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | introspection.tcl | 3 r client list 25 r client getname 29 r client list 33 catch {r client setname "foo bar"} e 38 assert_equal [r client setname myname] {OK} 39 r client list 43 assert_equal [r client setname someothername] {OK} 44 r client list 49 $rd client setname foobar 51 assert_match {*foobar*} [r client list] [all …]
|
| H A D | dump.tcl | 92 set first [srv 0 client] 111 set first [srv 0 client] 130 set first [srv 0 client] 149 set first [srv 0 client] 171 set first [srv 0 client] 191 set first [srv 0 client] 216 set first [srv 0 client] 236 set first [srv 0 client] 255 set first [srv 0 client] 283 set first [srv 0 client] [all …]
|
| /f-stack/app/redis-5.0.5/tests/integration/ |
| H A D | aof.tcl | 58 assert {[$client get foo] eq "5"} 62 $client incr foo 75 assert {[$client get foo] eq "6"} 175 [catch {$client ping} e] == 0 180 assert_equal "" [$client get bar] 199 [catch {$client ping} e] == 0 203 assert_equal 1 [$client scard set] 223 [catch {$client ping} e] == 0 227 assert_equal 1 [$client scard set] 246 [catch {$client ping} e] == 0 [all …]
|
| H A D | aof-race.tcl | 16 set client [redis [srv host] [srv port]] 21 $client bgrewriteaof 27 assert_equal 20000 [$client get foo] 32 set client [redis [srv host] [srv port]] 33 assert_equal 20000 [$client get foo]
|
| H A D | replication.tcl | 9 set slave [srv 0 client] 14 set master [srv 0 client] 55 set A [srv 0 client] 59 set B [srv 0 client] 188 set master [srv 0 client] 199 lappend slaves [srv 0 client] 201 lappend slaves [srv 0 client] 203 lappend slaves [srv 0 client] 271 set master [srv 0 client] 277 set slave [srv 0 client]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/ |
| H A D | nfs-sample.cfg | 19 # - a client machine with fio and sudo installed 21 # for delphix and root users to the client 22 # - passwordless sudo for the user on the client 29 # The IP address for the client 32 # The mountpoint to use inside the client 35 # The user to run the tests as on the client 38 # Common NFS client mount options 42 # illumos NFS client mount options 45 # Linux NFS client mount options
|
| /f-stack/freebsd/arm/nvidia/drm2/ |
| H A D | tegra_drm_if.m | 37 * Register client to host1x 41 device_t client; 45 * Deregister client to host1x 49 device_t client; 53 * Call client init method 56 device_t client; 62 * Call client exit method 65 device_t client;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mailbox/ |
| H A D | mailbox.txt | 1 * Generic Mailbox Controller and client driver bindings 4 assign appropriate mailbox channel to client drivers. 29 communication between the mailbox client and the remote. 50 compatible = "client-shmem"; 55 client@2e000000 {
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-bindings.txt | 9 designated client devices. Again, each client device must be represented as a 12 For a client device to operate correctly, certain pin controllers must 13 set up certain specific pin configurations. Some client devices need a 16 device is inactive. Hence, each client device can define a set of named 17 states. The number and names of those states is defined by the client device's 21 for client device device tree nodes to map those state names to the pin 27 in a single place, rather than splitting it across multiple client device 33 == Pinctrl client devices == 35 For each client device individually, every pin state is assigned an integer 41 Each client device's own binding determines the set of states that must be [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/hsi/ |
| H A D | nokia-modem.txt | 1 Nokia modem client bindings 3 The Nokia modem HSI client follows the common HSI client binding 5 properties are needed by the Nokia modem HSI client: 30 modem: hsi-client {
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | memif.rst | 8 Shared memory packet interface (memif) PMD allows for DPDK and any other client 16 Memif works in two roles: server and client. Client connects to server over an 20 creates the socket and listens for any client connection requests. The socket 36 client. 42 "role=server", "Set memif role", "client", "server|client" 49 …"zero-copy=yes", "Enable/disable zero-copy client mode. Only relevant to client, requires '--singl… 55 ``client`` role. It is not possible to connect two interfaces in a single 100 created by memif client and provided to server at connection establishment. 175 Zero-copy client 219 Now create ``client`` interface (server must be already running so the client will connect):: [all …]
|