HomeSort by: relevance | last modified time | path
    Searched defs:twea (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
ld_twe.c 94 struct twe_attach_args *twea = aux; local in function:ld_twe_attach
98 struct twe_drive *td = &twe->sc_units[twea->twea_unit];
106 twe_register_callbacks(twe, twea->twea_unit, &ld_twe_callbacks);
108 sc->sc_hwunit = twea->twea_unit;
140 error = twe_param_get_1(twe, TWE_PARAM_UNITINFO + twea->twea_unit,
twe.c 540 struct twe_attach_args twea; local in function:twe_add_unit
633 twea.twea_unit = unit;
637 td->td_dev = config_found(sc->sc_dev, &twea, twe_print,
759 struct twe_attach_args *twea; local in function:twe_print
761 twea = aux;
765 aprint_normal(" unit %d", twea->twea_unit);

Completed in 13 milliseconds