Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_bridge.h67 #define NG_BRIDGE_CONFIG_TYPE_INFO(ainfo) { \ argument
68 { "ipfw", (ainfo) }, \
/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_tbl.c51 struct tf_rm_get_alloc_info_parms ainfo; in tf_tbl_bind() local
94 ainfo.rm_db = tbl_db[d]; in tf_tbl_bind()
95 ainfo.db_index = i; in tf_tbl_bind()
96 ainfo.info = &info; in tf_tbl_bind()
97 rc = tf_rm_get_info(&ainfo); in tf_tbl_bind()
H A Dtf_tcam.c52 struct tf_rm_get_alloc_info_parms ainfo; in tf_tcam_bind() local
102 ainfo.rm_db = tcam_db[d]; in tf_tcam_bind()
103 ainfo.db_index = i; in tf_tcam_bind()
104 ainfo.info = &info; in tf_tcam_bind()
105 rc = tf_rm_get_info(&ainfo); in tf_tcam_bind()