Searched refs:idents (Results 1 – 4 of 4) sorted by relevance
444 ident_parms.id = cache_entry->idents[i]; in ulp_mapper_cache_entry_free()1385 struct bnxt_ulp_mapper_ident_info *idents; in ulp_mapper_tcam_tbl_scan_ident_alloc() local1400 &idents[i], NULL)) in ulp_mapper_tcam_tbl_scan_ident_alloc()1416 struct bnxt_ulp_mapper_ident_info *idents; in ulp_mapper_tcam_tbl_scan_ident_extract() local2158 struct bnxt_ulp_mapper_ident_info *idents; in ulp_mapper_cache_tbl_process() local2232 &idents[i], &tmp_ident); in ulp_mapper_cache_tbl_process()2237 cache_entry->idents[i] = tmp_ident; in ulp_mapper_cache_tbl_process()2247 regval = (uint64_t)cache_entry->idents[i]; in ulp_mapper_cache_tbl_process()2249 idents[i].regfile_idx, in ulp_mapper_cache_tbl_process()2300 fparms.ident_type = idents[i].ident_type; in ulp_mapper_cache_tbl_process()[all …]
37 uint16_t idents[BNXT_ULP_CACHE_TBL_IDENT_MAX_NUM]; member
114 struct secident *idents; /* source identity */ member
5847 sah->idents = NULL; in key_setident()5873 sah->idents = NULL; in key_setident()5879 sah->idents = malloc(sizeof(struct secident), M_IPSEC_MISC, M_NOWAIT); in key_setident()5880 if (sah->idents == NULL) { in key_setident()5886 free(sah->idents, M_IPSEC_MISC); in key_setident()5887 sah->idents = NULL; in key_setident()5891 sah->idents->type = idsrc->sadb_ident_type; in key_setident()5892 sah->idents->id = idsrc->sadb_ident_id; in key_setident()