Lines Matching refs:zidx
1760 struct rx_buf_info *rxb = &sc->sge.rx_buf_info[sd->zidx]; in get_scatter_segment()
1885 struct rx_buf_info *rxb = &sc->sge.rx_buf_info[sd->zidx]; in skip_scatter_segment()
1930 struct rx_buf_info *rxb = &sc->sge.rx_buf_info[sd->zidx]; in get_segment_len()
2275 fl->zidx = find_refill_source(sc, maxp, in t4_update_fl_bufsize()
2285 fl->zidx = find_refill_source(sc, maxp, in t4_update_fl_bufsize()
3394 fl->zidx = find_refill_source(sc, maxp, fl->flags & FL_BUF_PACKING); in init_fl()
4992 uint16_t max_pidx, zidx = fl->zidx; in refill_fl() local
5008 rxb = &sc->sge.rx_buf_info[zidx]; in refill_fl()
5044 if (zidx != fl->safe_zidx) { in refill_fl()
5045 zidx = fl->safe_zidx; in refill_fl()
5046 rxb = &sc->sge.rx_buf_info[zidx]; in refill_fl()
5057 sd->zidx = zidx; in refill_fl()
5135 uma_zfree(sc->sge.rx_buf_info[sd->zidx].zone, sd->cl); in free_fl_buffers()
5139 uma_zfree(sc->sge.rx_buf_info[sd->zidx].zone, in free_fl_buffers()
6310 int i, zidx = -1; in find_refill_source() local
6325 zidx = i; in find_refill_source()
6335 zidx = i; in find_refill_source()
6339 return (zidx); in find_refill_source()