Home
last modified time | relevance | path

Searched defs:client (Results 1 – 23 of 23) sorted by relevance

/f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dinit.h17 struct client { struct
19 unsigned client_id; argument
20 /* these stats hold how many packets the client will actually receive, argument
31 extern struct client *clients; argument
H A Dmain.c196 flush_rx_queue(uint16_t client) in flush_rx_queue()
221 enqueue_rx_packet(uint8_t client, struct rte_mbuf *buf) in enqueue_rx_packet()
236 uint8_t client = 0; in process_packets() local
/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif_lib.c80 hif_lib_indicate_client(struct hif_client_s *client, int event_type, in hif_lib_indicate_client()
96 hif_lib_client_release_rx_buffers(struct hif_client_s *client) in hif_lib_client_release_rx_buffers()
136 hif_lib_client_init_rx_buffers(struct hif_client_s *client, in hif_lib_client_init_rx_buffers()
196 hif_lib_client_release_tx_buffers(struct hif_client_s *client) in hif_lib_client_release_tx_buffers()
207 hif_lib_client_init_tx_buffers(struct hif_client_s *client, int in hif_lib_client_init_tx_buffers()
249 hif_lib_client_register(struct hif_client_s *client) in hif_lib_client_register()
322 hif_lib_client_unregister(struct hif_client_s *client) in hif_lib_client_unregister()
342 hif_lib_event_handler_start(struct hif_client_s *client, int event, in hif_lib_event_handler_start()
492 hif_lib_xmit_pkt(struct hif_client_s *client, unsigned int qno, in hif_lib_xmit_pkt()
519 hif_lib_tx_get_next_complete(struct hif_client_s *client, int qno, in hif_lib_tx_get_next_complete()
H A Dpfe_eth.h58 struct hif_client_s client; member
H A Dpfe_hif_lib.h109 struct hif_client_shm client[HIF_CLIENTS_MAX]; member
H A Dpfe_hif.h107 struct hif_client client[HIF_CLIENTS_MAX]; member
H A Dpfe_hif.c205 struct hif_client *client = &hif->client[client_id]; in pfe_hif_client_register() local
H A Dpfe_ethdev.c258 struct hif_client_s *client; in pfe_eth_open() local
/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_session.c54 struct tf_session_client *client; in tf_session_create() local
211 struct tf_session_client *client; in tf_session_client_create() local
319 struct tf_session_client *client; in tf_session_client_destroy() local
440 struct tf_session_client *client; in tf_session_close_session() local
572 struct tf_session_client *client; in tf_session_is_fid_supported() local
648 struct tf_session_client *client; in tf_session_get_session_client() local
670 struct tf_session_client *client; in tf_session_find_session_client_by_name() local
694 struct tf_session_client *client; in tf_session_find_session_client_by_fid() local
/f-stack/app/redis-5.0.5/src/
H A Dserver.h715 typedef struct client { struct
720 sds querybuf; /* Buffer we use to accumulate client queries. */ argument
722 sds pending_querybuf; /* If this client is flagged as master, this buffer argument
733 list *reply; /* List of reply objects to send to the client. */ argument
737 time_t ctime; /* Client creation time. */
739 time_t obuf_soft_limit_reached_time;
740 int flags; /* Client flags: CLIENT_* macros. */
764 dict *pubsub_channels; /* channels a client is interested in (SUBSCRIBE) */ argument
767 listNode *client_list_node; /* list node in client list */ argument
772 } client; argument
[all …]
H A Dnetworking.c1249 sds client = catClientInfoString(sdsempty(),c); in setProtocolError() local
1619 void genClientPeerId(client *client, char *peerid, in genClientPeerId() argument
1646 sds catClientInfoString(sds s, client *client) { in catClientInfoString() argument
1700 client *client; in getAllClientsInfoString() local
1716 client *client; in clientCommand() local
2127 sds client = catClientInfoString(sdsempty(),c); in asyncCloseClientOnOutputBufferLimitReached() local
H A Dreplication.c2037 sds client = catClientInfoString(sdsempty(),c); in replicaofCommand() local
2067 sds client = catClientInfoString(sdsempty(),c); in replicaofCommand() local
H A Dredis-benchmark.c98 } *client; typedef
H A Ddebug.c1121 sds client; in logCurrentClient() local
H A Dmodule.c119 client *client; /* Client calling a command. */ member
216 client *client; /* Pointer to the blocked client. or NULL if the client member
/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_host1x.c89 device_t client; member
379 host1x_register_client(device_t dev, device_t client) in host1x_register_client()
398 host1x_deregister_client(device_t dev, device_t client) in host1x_deregister_client()
/f-stack/dpdk/usertools/
H A Ddpdk-telemetry-client.py124 client = Client() variable
/f-stack/dpdk/examples/multi_process/client_server_mp/mp_client/
H A Dclient.c69 parse_client_num(const char *client) in parse_client_num()
/f-stack/dpdk/drivers/net/memif/
H A Dmemif_socket.c810 struct sockaddr_un client; in memif_listener_handler() local
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail.h245 ngx_str_t *client; member
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h265 uint8_t client[TCP_FASTOPEN_MAX_COOKIE_LEN]; member
/f-stack/freebsd/netinet/
H A Dtcp_var.h265 uint8_t client[TCP_FASTOPEN_MAX_COOKIE_LEN]; member
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_mcp.c2934 enum ecore_ov_client client) in ecore_mcp_ov_update_current_config()