Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 14 of 14) sorted by relevance

/dpdk/drivers/net/qede/base/
H A Decore_cxt.c821 if (!clients[pos].active) { \
926 struct ecore_ilt_client_cfg *clients = p_mngr->clients; in ecore_ilt_shadow_alloc() local
931 size = ecore_cxt_ilt_shadow_size(clients); in ecore_ilt_shadow_alloc()
945 for_each_ilt_valid_client(i, clients) { in ecore_ilt_shadow_alloc()
947 p_blk = &clients[i].pf_blks[j]; in ecore_ilt_shadow_alloc()
956 p_blk = &clients[i].vf_blks[j]; in ecore_ilt_shadow_alloc()
1076 struct ecore_ilt_client_cfg *clients; in ecore_cxt_mngr_alloc() local
1087 clients = p_mngr->clients; in ecore_cxt_mngr_alloc()
1568 struct ecore_ilt_client_cfg *clients; in ecore_ilt_init_pf() local
1578 clients = p_hwfn->p_cxt_mngr->clients; in ecore_ilt_init_pf()
[all …]
H A Decore_cxt.h300 struct ecore_ilt_client_cfg clients[MAX_ILT_CLIENTS]; member
/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dargs.c83 parse_num_clients(const char *clients) in parse_num_clients() argument
88 if (clients == NULL || *clients == '\0') in parse_num_clients()
91 temp = strtoul(clients, &end, 10); in parse_num_clients()
H A Dinit.c51 struct client *clients = NULL; variable
159 clients = rte_malloc("client details", in init_shm_rings()
160 sizeof(*clients) * num_clients, 0); in init_shm_rings()
161 if (clients == NULL) in init_shm_rings()
168 clients[i].rx_q = rte_ring_create(q_name, in init_shm_rings()
171 if (clients[i].rx_q == NULL) in init_shm_rings()
H A Dmain.c140 const unsigned long long rx = clients[i].stats.rx; in do_stats_display()
141 const unsigned long long rx_drop = clients[i].stats.rx_drop; in do_stats_display()
189 clients[i].stats.rx = clients[i].stats.rx_drop = 0; in clear_stats()
205 cl = &clients[client]; in flush_rx_queue()
H A Dinit.h31 extern struct client *clients;
/dpdk/drivers/net/bnx2x/
H A Decore_init_ops.h591 struct ilt_client_info *ilt_cli = &ilt->clients[cli_num]; in ecore_ilt_client_mem_op()
733 struct ilt_client_info *ilt_cli = &ilt->clients[cli_num]; in ecore_ilt_client_id_init_op()
750 struct ilt_client_info *ilt_cli = &ilt->clients[cli_num]; in ecore_ilt_init_client_psz()
H A Decore_init.h555 struct ilt_client_info clients[4]; member
H A Dbnx2x.c2319 ilt_client = &ilt->clients[ILT_CLIENT_CDU]; in bnx2x_ilt_set_info()
2334 ilt_client = &ilt->clients[ILT_CLIENT_QM]; in bnx2x_ilt_set_info()
2349 ilt_client = &ilt->clients[ILT_CLIENT_SRC]; in bnx2x_ilt_set_info()
2358 ilt_client = &ilt->clients[ILT_CLIENT_TM]; in bnx2x_ilt_set_info()
11180 cdu_ilt_start = ilt->clients[ILT_CLIENT_CDU].start;
/dpdk/drivers/net/qede/
H A Dqede_debug.c4559 struct ecore_ilt_client_cfg *clients = p_hwfn->p_cxt_mngr->clients; in qed_ilt_dump_pages_section() local
4602 start_page_id += clients[ILT_CLI_CDUC].pf_total_lines; in qed_ilt_dump_pages_section()
4622 start_page_id = clients[ILT_CLI_CDUT].first.val + in qed_ilt_dump_pages_section()
4631 start_page_id = clients[ILT_CLI_CDUT].first.val + in qed_ilt_dump_pages_section()
4657 struct ecore_ilt_client_cfg *clients = p_hwfn->p_cxt_mngr->clients; in qed_ilt_dump() local
4684 clients[ILT_CLI_CDUC].first.val); in qed_ilt_dump()
4688 clients[ILT_CLI_CDUC].last.val); in qed_ilt_dump()
4692 clients in qed_ilt_dump()
4697 clients in qed_ilt_dump()
4709 clients[ILT_CLI_CDUT].first.val); in qed_ilt_dump()
[all …]
/dpdk/doc/guides/sample_app_ug/
H A Dmulti_process.rst253 …ust be run initially as the primary process to set up all memory structures for use by the clients.
259 * -n <num-clients>, where the num-clients parameter is the number of client processes that will p…
/dpdk/doc/guides/rel_notes/
H A Drelease_20_05.rst254 * The socket handling has been simplified making it easier for clients to
/dpdk/doc/guides/prog_guide/
H A Dmember_lib.rst57 provide faster responses to clients, and the proxies use the Membership
H A Dpoll_mode_drv.rst411 A naming scheme exists for the strings exposed to clients of the API. This is