| /f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | init.h | 17 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 D | main.c | 196 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 D | pfe_hif_lib.c | 80 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 D | pfe_eth.h | 58 struct hif_client_s client; member
|
| H A D | pfe_hif_lib.h | 109 struct hif_client_shm client[HIF_CLIENTS_MAX]; member
|
| H A D | pfe_hif.h | 107 struct hif_client client[HIF_CLIENTS_MAX]; member
|
| H A D | pfe_hif.c | 205 struct hif_client *client = &hif->client[client_id]; in pfe_hif_client_register() local
|
| H A D | pfe_ethdev.c | 258 struct hif_client_s *client; in pfe_eth_open() local
|
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_session.c | 54 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 D | server.h | 715 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 D | networking.c | 1249 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 D | replication.c | 2037 sds client = catClientInfoString(sdsempty(),c); in replicaofCommand() local 2067 sds client = catClientInfoString(sdsempty(),c); in replicaofCommand() local
|
| H A D | redis-benchmark.c | 98 } *client; typedef
|
| H A D | debug.c | 1121 sds client; in logCurrentClient() local
|
| H A D | module.c | 119 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 D | tegra_host1x.c | 89 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 D | dpdk-telemetry-client.py | 124 client = Client() variable
|
| /f-stack/dpdk/examples/multi_process/client_server_mp/mp_client/ |
| H A D | client.c | 69 parse_client_num(const char *client) in parse_client_num()
|
| /f-stack/dpdk/drivers/net/memif/ |
| H A D | memif_socket.c | 810 struct sockaddr_un client; in memif_listener_handler() local
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail.h | 245 ngx_str_t *client; member
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 265 uint8_t client[TCP_FASTOPEN_MAX_COOKIE_LEN]; member
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_var.h | 265 uint8_t client[TCP_FASTOPEN_MAX_COOKIE_LEN]; member
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_mcp.c | 2934 enum ecore_ov_client client) in ecore_mcp_ov_update_current_config()
|