Home
last modified time | relevance | path

Searched refs:sc_desc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_recv.c419 ((struct ath_desc *)((caddr_t)(_sc)->sc_desc + \ in arn_rx_handler()
H A Darn_main.c366 ((uintptr_t)ds - (uintptr_t)sc->sc_desc); in arn_buflist_setup()
446 sc->sc_desc = (struct ath_desc *)sc->sc_desc_dma.mem_va; in arn_desc_alloc()
448 ds = sc->sc_desc; in arn_desc_alloc()
451 sc->sc_desc, sc->sc_desc_dma.alength, in arn_desc_alloc()
H A Darn_core.h870 struct ath_desc *sc_desc; member