Searched refs:t_handle (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/dpaa/fmlib/ |
| H A D | fm_port_ext.h | 1405 t_handle h_buf_context); 1422 t_handle h_buf_context); 1457 t_handle h_fm_muram; 1492 t_handle h_fm; 1517 t_handle h_app; 1552 uint32_t fm_port_init(t_handle h_fm_port); 1565 uint32_t fm_port_free(t_handle h_fm_port); 1568 void fm_port_close(t_handle h_fm_port); 2726 uint32_t fm_port_enable(t_handle h_fm_port); 3272 t_handle h_profile); [all …]
|
| H A D | ncsw_ext.h | 39 typedef void *t_handle; /**< handle, used as object's descriptor */ typedef 56 typedef uint8_t * (t_get_buf_function)(t_handle h_buffer_pool, 57 t_handle *p_buf_context_handle); 72 typedef uint32_t (t_put_buf_function)(t_handle h_buffer_pool, 74 t_handle h_buf_context); 102 t_handle h_buffer_pool; 139 typedef e_rx_store_response(t_rx_store_function)(t_handle h_app, 142 t_handle h_buf_context, 151 t_handle h_user_priv; 155 t_handle create_device(t_handle h_user_priv, t_handle h_dev_id); [all …]
|
| H A D | fm_pcd_ext.h | 3918 t_handle h_qm_arg; 3935 t_handle h_fm; 3955 t_handle h_app; 4803 t_handle fm_pcd_net_env_characteristics_set(t_handle h_fm_pcd, 4840 t_handle fm_pcd_kg_scheme_set(t_handle h_fm_pcd, 4905 t_handle fm_pcd_plcr_profile_set(t_handle h_fm_pcd, 4972 t_handle fm_pcd_cc_root_build(t_handle h_fm_pcd, 5024 t_handle fm_pcd_match_table_set(t_handle h_fm_pcd, 5478 t_handle fm_pcd_hash_table_set(t_handle h_fm_pcd, 5667 t_handle fm_pcd_manip_node_set(t_handle h_fm_pcd, [all …]
|
| H A D | fm_lib.c | 38 t_handle 80 return (t_handle)p_dev; in fm_open() 114 t_handle 142 return (t_handle)p_dev; in fm_pcd_open() 195 t_handle 221 return (t_handle)p_dev; in fm_pcd_net_env_characteristics_set() 248 t_handle 330 t_handle 533 t_handle 534 create_device(t_handle h_user_priv, t_handle h_dev_id) in create_device() [all …]
|
| H A D | fm_vsp_ext.h | 18 t_handle h_fm; 102 uint32_t fm_port_vsp_alloc(t_handle h_fm_port, 105 t_handle fm_vsp_config(t_fm_vsp_params *p_fm_vsp_params); 107 uint32_t fm_vsp_init(t_handle h_fm_vsp); 109 uint32_t fm_vsp_free(t_handle h_fm_vsp); 111 uint32_t fm_vsp_config_buffer_prefix_content(t_handle h_fm_vsp,
|
| H A D | fm_vsp.c | 23 fm_port_vsp_alloc(t_handle h_fm_port, in fm_port_vsp_alloc() 41 t_handle 68 p_vsp_dev->h_user_priv = (t_handle)p_dev; in fm_vsp_config() 74 return (t_handle)p_vsp_dev; in fm_vsp_config() 78 fm_vsp_init(t_handle h_fm_vsp) in fm_vsp_init() 100 fm_vsp_free(t_handle h_fm_vsp) in fm_vsp_free() 125 fm_vsp_config_buffer_prefix_content(t_handle h_fm_vsp, in fm_vsp_config_buffer_prefix_content()
|
| H A D | fm_ext.h | 265 t_handle fm_open(uint8_t id); 266 void fm_close(t_handle h_fm); 460 uint32_t fm_get_api_version(t_handle h_fm, ioc_fm_api_version_t *p_version);
|
| /f-stack/dpdk/drivers/net/dpaa/ |
| H A D | dpaa_fmc.c | 43 t_handle handle; 44 t_handle env_id_handle; 45 t_handle env_id_dev_id; 46 t_handle cctree_handle; 47 t_handle cctree_dev_id; 73 t_handle handle; 75 t_handle pcd_handle; 89 t_handle frag_handle[FMC_MANIP_MAX]; 90 t_handle frag_dev_id[FMC_MANIP_MAX]; 96 t_handle hdr_handle[FMC_HMANIP_MAX]; [all …]
|
| H A D | dpaa_flow.c | 34 t_handle fman_handle; 35 t_handle pcd_handle; 43 t_handle netenv_devid[DPAA_MAX_NUM_ETH_DEV]; 44 t_handle scheme_devid[DPAA_MAX_NUM_ETH_DEV][2]; 862 t_handle fman_handle; in dpaa_fm_init() 863 t_handle pcd_handle; in dpaa_fm_init() 941 uint8_t vsp_id, t_handle fman_handle, in dpaa_port_vsp_configure() 1026 t_handle fman_handle; in dpaa_port_vsp_update()
|