Lines Matching refs:fres
164 static enum mac8390_type mac8390_ident(struct nubus_rsrc *fres)
166 switch (fres->dr_sw) {
168 switch (fres->dr_hw) {
178 switch (fres->dr_hw) {
193 if (fres->dr_hw == NUBUS_DRHW_CABLETRON)
202 switch (fres->dr_hw) {
214 if (fres->dr_hw == NUBUS_DRHW_SMC9194 ||
215 fres->dr_hw == NUBUS_DRHW_INTERLAN)
285 struct nubus_rsrc *fres,
288 struct nubus_board *board = fres->board;
304 if (nubus_get_func_dir(fres, &dir) == -1) {
391 struct nubus_rsrc *fres;
400 for_each_board_func_rsrc(board, fres) {
401 if (fres->category != NUBUS_CAT_NETWORK ||
402 fres->type != NUBUS_TYPE_ETHERNET)
405 cardtype = mac8390_ident(fres);
409 if (mac8390_rsrc_init(dev, fres, cardtype))
412 if (!fres)