Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Desiop.c2009 struct esiop_dsatbl *newtbls; in esiop_moretagtbl() local
2022 newtbls = malloc(sizeof(struct esiop_dsatbl) * ESIOP_NTPB, in esiop_moretagtbl()
2024 if (newtbls == NULL) { in esiop_moretagtbl()
2063 newtbls[i].tblblk = newtblblk; in esiop_moretagtbl()
2064 newtbls[i].tbl = &tbls[i * ESIOP_NTAG]; in esiop_moretagtbl()
2065 newtbls[i].tbl_offset = i * ESIOP_NTAG * sizeof(uint32_t); in esiop_moretagtbl()
2066 newtbls[i].tbl_dsa = newtblblk->blkmap->dm_segs[0].ds_addr + in esiop_moretagtbl()
2067 newtbls[i].tbl_offset; in esiop_moretagtbl()
2069 newtbls[i].tbl[j] = j; in esiop_moretagtbl()
2071 TAILQ_INSERT_TAIL(&sc->free_tagtbl, &newtbls[i], next); in esiop_moretagtbl()
[all …]