Home | History | Annotate | Download | only in pcmcia

Lines Matching defs:cfe

177 	struct pcmcia_config_entry *cfe;
209 SIMPLEQ_FOREACH(cfe, &pa->pf->cfe_head, cfe_list) {
210 if (mhzc_check_cfe(sc, cfe)) {
215 if (cfe == NULL) {
220 if (mhzc_alloc_ethernet(sc, cfe) == 0) {
226 pcmcia_function_init(pa->pf, cfe);
262 mhzc_check_cfe(struct mhzc_softc *sc, struct pcmcia_config_entry *cfe)
265 if (cfe->num_memspace != 0)
268 if (cfe->num_iospace != 1)
272 cfe->iospace[0].start,
273 cfe->iospace[0].length,
274 cfe->iospace[0].length,
285 mhzc_alloc_ethernet(struct mhzc_softc *sc, struct pcmcia_config_entry *cfe)
289 addr = cfe->iospace[0].start + cfe->iospace[0].length;