Home
last modified time | relevance | path

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

/freebsd/sys/dev/ipw/
H A Dif_ipwvar.h143 struct ipw_status *status_list; member
H A Dif_ipw.c572 error = bus_dmamem_alloc(sc->status_dmat, (void **)&sc->status_list, in ipw_dma_alloc()
581 sc->status_list, IPW_STATUS_SZ, ipw_dma_map_addr, &sc->status_phys, in ipw_dma_alloc()
742 if (sc->status_list != NULL) { in ipw_release()
744 bus_dmamem_free(sc->status_dmat, sc->status_list, in ipw_release()
1258 status = &sc->status_list[i]; in ipw_rx_intr()