Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_flow.c1188 t4_os_free(flow); in cxgbe_flow_create()
1199 t4_os_free(flow); in cxgbe_flow_create()
1258 t4_os_free(flow); in cxgbe_flow_destroy()
1355 t4_os_free(flow); in cxgbe_flow_validate()
1360 t4_os_free(flow); in cxgbe_flow_validate()
1381 t4_os_free(flow); in cxgbe_flow_validate()
H A Dclip_tbl.c192 t4_os_free(adap->clipt); in t4_cleanup_clip_tbl()
H A Dsmt.c235 t4_os_free(adap->smt); in t4_cleanup_smt()
H A Dmps_tcam.c241 t4_os_free(adap->mpstcam); in t4_cleanup_mpstcam()
H A Dl2t.c228 t4_os_free(adap->l2t); in t4_cleanup_l2t()
H A Dcxgbe_filter.c714 t4_os_free(f); in cxgbe_set_hash_filter()
1232 t4_os_free(f); in cxgbe_hash_filter_rpl()
1459 t4_os_free(f); in cxgbe_hash_del_filter_rpl()
H A Dcxgbe_main.c467 t4_os_free(t->ftid_bmap_array); in tid_free()
469 t4_os_free(t->tid_tab); in tid_free()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h801 #define t4_os_free(_ptr) t4_free_mem((_ptr)) macro