if_athn_cardbus.c | 69 void *csc_ih; member in struct:athn_cardbus_softc 203 if (csc->csc_ih != NULL) 204 cardbus_intr_disestablish(cc, cf, csc->csc_ih); 288 if (csc->csc_ih != NULL) { 289 Cardbus_intr_disestablish(csc->csc_ct, csc->csc_ih); 290 csc->csc_ih = NULL; 300 csc->csc_ih = Cardbus_intr_establish(csc->csc_ct, IPL_NET, athn_intr, 303 if (csc->csc_ih == NULL) { 330 csc->csc_ih = cardbus_intr_establish(cc, cf, IPL_NET, athn_intr, sc); 331 if (csc->csc_ih == NULL) [all...] |