Searched refs:hw_buf_info (Results 1 – 2 of 2) sorted by relevance
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()[all …]
386 struct hw_buf_info { struct570 struct hw_buf_info hw_buf_info[SGE_FLBUF_SIZES]; member