Home | History | Annotate | Download | only in hd64465

Lines Matching refs:pe

252 	struct hd64465pcmcia_event *pe;
258 while ((pe = SIMPLEQ_FIRST(&sc->sc_event_head))) {
260 switch (pe->pe_type) {
266 pcmcia_card_attach(pe->pe_ch->ch_pcmcia);
270 pcmcia_card_detach(pe->pe_ch->ch_pcmcia,
276 pe->__queued = 0;
407 struct hd64465pcmcia_event *pe, *pool;
415 pe = 0;
419 pe = &pool[i];
424 if (pe == 0) {
437 pe->__queued = 1;
438 pe->pe_type = type;
439 pe->pe_ch = ch;
440 SIMPLEQ_INSERT_TAIL(&sc->sc_event_head, pe, pe_link);