Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cxgbe/
H A Dt4_sge.c2267 fl->zidx = find_refill_source(sc, maxp, in t4_update_fl_bufsize()
4986 uint16_t max_pidx, zidx = fl->zidx; in refill_fl() local
5002 rxb = &sc->sge.rx_buf_info[zidx]; in refill_fl()
5038 if (zidx != fl->safe_zidx) { in refill_fl()
5039 zidx = fl->safe_zidx; in refill_fl()
5040 rxb = &sc->sge.rx_buf_info[zidx]; in refill_fl()
5051 sd->zidx = zidx; in refill_fl()
6304 int i, zidx = -1; in find_refill_source() local
6319 zidx = i; in find_refill_source()
6329 zidx = i; in find_refill_source()
[all …]
H A Dadapter.h352 uint8_t zidx; member
546 uint16_t zidx; /* refill zone idx */ member