Searched defs:client (Results 1 – 13 of 13) sorted by relevance
| /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 | 197 flush_rx_queue(uint16_t client) in flush_rx_queue() 222 enqueue_rx_packet(uint8_t client, struct rte_mbuf *buf) in enqueue_rx_packet() 237 static uint8_t client; in process_packets() local
|
| /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 | 206 struct hif_client *client = &hif->client[client_id]; in pfe_hif_client_register() local
|
| H A D | pfe_ethdev.c | 242 struct hif_client_s *client; in pfe_eth_open() local
|
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_session.c | 55 struct tf_session_client *client; in tf_session_create() local 262 struct tf_session_client *client; in tf_session_client_create() local 371 struct tf_session_client *client; in tf_session_client_destroy() local 496 struct tf_session_client *client; in tf_session_close_session() local 640 struct tf_session_client *client; in tf_session_is_fid_supported() local 732 struct tf_session_client *client; in tf_session_get_session_client() local 754 struct tf_session_client *client; in tf_session_find_session_client_by_name() local 778 struct tf_session_client *client; in tf_session_find_session_client_by_fid() local
|
| /dpdk/usertools/ |
| H A D | dpdk-telemetry-client.py | 124 client = Client() variable
|
| /dpdk/examples/multi_process/client_server_mp/mp_client/ |
| H A D | client.c | 68 parse_client_num(const char *client) in parse_client_num()
|
| /dpdk/drivers/net/memif/ |
| H A D | memif_socket.c | 823 struct sockaddr_un client; in memif_listener_handler() local
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_mcp.c | 2934 enum ecore_ov_client client) in ecore_mcp_ov_update_current_config()
|