Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c2259 fl->zidx = find_refill_source(sc, maxp, in t4_update_fl_bufsize()
4965 uint16_t max_pidx, zidx = fl->zidx; in refill_fl() local
4981 rxb = &sc->sge.rx_buf_info[zidx]; in refill_fl()
5017 if (zidx != fl->safe_zidx) { in refill_fl()
5018 zidx = fl->safe_zidx; in refill_fl()
5019 rxb = &sc->sge.rx_buf_info[zidx]; in refill_fl()
5030 sd->zidx = zidx; in refill_fl()
6281 int i, zidx = -1; in find_refill_source() local
6296 zidx = i; in find_refill_source()
6306 zidx = i; in find_refill_source()
[all …]
H A Dadapter.h352 uint8_t zidx; member
546 uint16_t zidx; /* refill zone idx */ member