Home
last modified time | relevance | path

Searched refs:chan_irq_res (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/axgbe/
H A Dif_axgbe.c340 sc->prv.chan_irq_res[i] = mac_res[j]; in axgbe_attach()
373 for (i = 0, j = 3; i < nitems(sc->prv.chan_irq_res) && in axgbe_attach()
375 sc->prv.chan_irq_res[i] = mac_res[j]; in axgbe_attach()
H A Dxgbe.h1085 struct resource *chan_irq_res[XGBE_MAX_DMA_CHANNELS]; member