Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_flow.c2957 struct hinic_flow_mem *hinic_flow_mem_ptr; in hinic_flow_create() local
2968 if (!hinic_flow_mem_ptr) { in hinic_flow_create()
2974 hinic_flow_mem_ptr->flow = flow; in hinic_flow_create()
3087 rte_free(hinic_flow_mem_ptr); in hinic_flow_create()
3105 struct hinic_flow_mem *hinic_flow_mem_ptr; in hinic_flow_destroy() local
3172 hinic_flow_mem_ptr, entries); in hinic_flow_destroy()
3173 rte_free(hinic_flow_mem_ptr); in hinic_flow_destroy()
3250 struct hinic_flow_mem *hinic_flow_mem_ptr; in hinic_filterlist_flush() local
3275 while ((hinic_flow_mem_ptr = in hinic_filterlist_flush()
3279 rte_free(hinic_flow_mem_ptr->flow); in hinic_filterlist_flush()
[all …]