athn_intr
csc->csc_ih = Cardbus_intr_establish(csc->csc_ct, IPL_NET, athn_intr,
csc->csc_ih = cardbus_intr_establish(cc, cf, IPL_NET, athn_intr, sc);
int athn_intr(void *);
IPL_NET, athn_intr, sc, device_xname(self));
IPL_NET, athn_intr, sc, device_xname(self));