Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgbe/
HDt4_sge.c563 hwb->zidx = hwsz_ok(sc, r) ? -1 : -2; in t4_read_chip_settings()
601 if (hwb->zidx != -1 || hwb->size > swz->size) in t4_read_chip_settings()
607 hwb->zidx = i; in t4_read_chip_settings()
620 hwb->zidx = -2; in t4_read_chip_settings()
1490 struct sw_zone_info *swz = &sc->sge.sw_zone_info[cll->zidx]; in cl_metadata()
1524 struct sw_zone_info *swz = &sc->sge.sw_zone_info[cll->zidx]; in get_scatter_segment()
3635 swz = &sc->sge.sw_zone_info[cll->zidx]; in refill_fl()
3677 if (cll == &fl->cll_alt || fl->cll_alt.zidx == -1 || in refill_fl()
3678 fl->cll_def.zidx == fl->cll_alt.zidx) in refill_fl()
3683 swz = &sc->sge.sw_zone_info[cll->zidx]; in refill_fl()
[all …]
HDadapter.h305 int8_t zidx; member
435 int8_t zidx; /* backpointer to zone; -ve means unused */ member