Lines Matching refs:fres
166 static enum mac8390_type mac8390_ident(struct nubus_rsrc *fres)
168 switch (fres->dr_sw) {
170 switch (fres->dr_hw) {
181 switch (fres->dr_hw) {
198 if (fres->dr_hw == NUBUS_DRHW_CABLETRON)
209 switch (fres->dr_hw) {
222 if (fres->dr_hw == NUBUS_DRHW_SMC9194 ||
223 fres->dr_hw == NUBUS_DRHW_INTERLAN)
294 struct nubus_rsrc *fres,
297 struct nubus_board *board = fres->board;
312 if (nubus_get_func_dir(fres, &dir) == -1) {
398 struct nubus_rsrc *fres;
407 for_each_board_func_rsrc(board, fres) {
408 if (fres->category != NUBUS_CAT_NETWORK ||
409 fres->type != NUBUS_TYPE_ETHERNET)
412 cardtype = mac8390_ident(fres);
416 if (mac8390_rsrc_init(dev, fres, cardtype))
419 if (!fres)