Searched refs:lip_new (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mips/rmi/
H A Drmixl_pcie.c1319 rmixl_pcie_link_intr_t *lip_new; local
1343 lip_new = malloc(size, M_DEVBUF, M_NOWAIT);
1344 if (lip_new == NULL) {
1353 lip_new->sc = sc;
1354 lip_new->link = link;
1355 lip_new->ipl = ipl;
1356 lip_new->ih = rmixl_intr_establish(irq, sc->sc_tmsk,
1358 rmixl_pcie_intr, lip_new, false);
1359 if (lip_new->ih == NULL)
1369 free(lip_new, M_DEVBU
[all...]

Completed in 92 milliseconds