Lines Matching refs:hw_buf_info
479 struct hw_buf_info *hwb; in t4_read_chip_settings()
527 hwb = &s->hw_buf_info[0]; in t4_read_chip_settings()
528 for (i = 0; i < nitems(s->hw_buf_info); i++, hwb++) { in t4_read_chip_settings()
552 hwb = &s->hw_buf_info[0]; in t4_read_chip_settings()
559 else if (hwb->size < s->hw_buf_info[tail].size) { in t4_read_chip_settings()
560 s->hw_buf_info[tail].next = j; in t4_read_chip_settings()
564 struct hw_buf_info *t; in t4_read_chip_settings()
567 t = &s->hw_buf_info[*cur]; in t4_read_chip_settings()
585 if (swz->size - s->hw_buf_info[tail].size >= in t4_read_chip_settings()
602 hwb = &s->hw_buf_info[i]; in t4_read_chip_settings()
1445 struct hw_buf_info *hwb = &sc->sge.hw_buf_info[cll->hwidx]; in get_scatter_segment()
4019 struct hw_buf_info *hwb, *hwb_list = &sc->sge.hw_buf_info[0]; in find_best_refill_source()
4107 KASSERT(region1 + sc->sge.hw_buf_info[hwidx].size + region3 == in find_best_refill_source()
4112 sc->sge.hw_buf_info[hwidx].size, region3)); in find_best_refill_source()
4118 sc->sge.hw_buf_info[hwidx].size, region3)); in find_best_refill_source()
4123 sc->sge.hw_buf_info[hwidx].size, region3)); in find_best_refill_source()
4136 struct hw_buf_info *hwb; in find_safe_refill_source()
4145 hwb = &s->hw_buf_info[hwidx]; in find_safe_refill_source()
4163 hwb = &s->hw_buf_info[hwidx]; in find_safe_refill_source()
4254 struct hw_buf_info *hwb = &s->hw_buf_info[0]; in sysctl_bufsizes()