Home
last modified time | relevance | path

Searched refs:reg_res_id (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/raid/tws/
H A Dtws.c244 sc->reg_res_id = TWS_PCI_BAR1; /* BAR1 offset */ in tws_attach()
246 &(sc->reg_res_id), 0, ~0, 1, RF_ACTIVE)) in tws_attach()
333 SYS_RES_MEMORY, sc->reg_res_id, sc->reg_res)) in tws_attach()
334 TWS_TRACE(sc, "bus release2 ", 0, sc->reg_res_id); in tws_attach()
394 SYS_RES_MEMORY, sc->reg_res_id, sc->reg_res)) in tws_detach()
395 TWS_TRACE(sc, "bus release mem resource", 0, sc->reg_res_id); in tws_detach()
H A Dtws.h224 int reg_res_id; /* register resource id */ member
/dragonfly/sys/dev/raid/twa/
H A Dtw_osl.h162 TW_INT32 reg_res_id; /* register resource id */ member
H A Dtw_osl_freebsd.c334 sc->reg_res_id = PCIR_BARS + bar0_offset; in twa_attach()
336 &(sc->reg_res_id), 0, ~0, 1, RF_ACTIVE)) in twa_attach()
772 SYS_RES_MEMORY, sc->reg_res_id, sc->reg_res))) in tw_osli_free_resources()
/dragonfly/sys/dev/raid/mrsas/
H A Dmrsas.c759 sc->reg_res_id = MRSAS_PCI_BAR1; /* BAR1 offset */ in mrsas_attach()
761 &(sc->reg_res_id), 0, ~0, 1, RF_ACTIVE)) in mrsas_attach()
855 sc->reg_res_id, sc->reg_res); in mrsas_attach()
912 SYS_RES_MEMORY, sc->reg_res_id, sc->reg_res); in mrsas_detach()
H A Dmrsas.h2306 int reg_res_id; // register resource id member