Lines Matching defs:sels
157 struct le_sel *sels;
174 sels = (struct le_sel *)le_ifs[i].dif_private;
177 sc->sc_r0 = (struct lereg0 *)(sels->le_id + (int)hw->hw_kva);
182 sc->sc_r1 = (struct lereg1 *)(sels->le_regs + (int)hw->hw_kva);
183 sc->sc_mem = (struct lereg2 *)(sels->le_mem + (int)hw->hw_kva);
194 cp = (char *)(sels->le_nvram + (int)hw->hw_kva);
214 struct le_sel *sels;
219 sels = (struct le_sel *)le_ifs[nif->nif_unit].dif_private;
220 rv = sels[nif->nif_sel].le_heat;
222 rv += sels[nif->nif_sel].le_bonus;