Home
last modified time | relevance | path

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

/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.c197 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 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.c206 struct hif_client *client = &hif->client[client_id]; in pfe_hif_client_register() local
H A Dpfe_ethdev.c242 struct hif_client_s *client; in pfe_eth_open() local
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_session.c55 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 Ddpdk-telemetry-client.py124 client = Client() variable
/dpdk/examples/multi_process/client_server_mp/mp_client/
H A Dclient.c68 parse_client_num(const char *client) in parse_client_num()
/dpdk/drivers/net/memif/
H A Dmemif_socket.c823 struct sockaddr_un client; in memif_listener_handler() local
/dpdk/drivers/net/qede/base/
H A Decore_mcp.c2934 enum ecore_ov_client client) in ecore_mcp_ov_update_current_config()