Searched refs:ainfo (Results 1 – 3 of 3) sorted by relevance
67 #define NG_BRIDGE_CONFIG_TYPE_INFO(ainfo) { \ argument68 { "ipfw", (ainfo) }, \
51 struct tf_rm_get_alloc_info_parms ainfo; in tf_tbl_bind() local94 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()
52 struct tf_rm_get_alloc_info_parms ainfo; in tf_tcam_bind() local102 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()