Searched refs:replypostindex (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/dev/mps/ |
| HD | mps.c | 565 sc->replypostindex = 0; in mps_iocfacts_allocate() 759 __func__, sc, sc->replypostindex, sc->replyfreeindex); in mps_reinit() 1840 pq = sc->replypostindex; in mps_intr_locked() 1843 __func__, sc, sc->replypostindex); in mps_intr_locked() 1847 desc = &sc->post_queue[sc->replypostindex]; in mps_intr_locked() 1861 if (++sc->replypostindex >= sc->pqdepth) in mps_intr_locked() 1862 sc->replypostindex = 0; in mps_intr_locked() 1963 if (pq != sc->replypostindex) { in mps_intr_locked() 1966 __func__, sc, sc->replypostindex); in mps_intr_locked() 1967 mps_regwrite(sc, MPI2_REPLY_POST_HOST_INDEX_OFFSET, sc->replypostindex); in mps_intr_locked()
|
| HD | mpsvar.h | 300 int replypostindex; member
|
| /NextBSD/sys/dev/mpr/ |
| HD | mpr.c | 573 sc->replypostindex = 0; in mpr_iocfacts_allocate() 757 __func__, sc, sc->replypostindex, sc->replyfreeindex); in mpr_reinit() 1848 pq = sc->replypostindex; in mpr_intr_locked() 1851 __func__, sc, sc->replypostindex); in mpr_intr_locked() 1855 desc = &sc->post_queue[sc->replypostindex]; in mpr_intr_locked() 1869 if (++sc->replypostindex >= sc->pqdepth) in mpr_intr_locked() 1870 sc->replypostindex = 0; in mpr_intr_locked() 1973 if (pq != sc->replypostindex) { in mpr_intr_locked() 1976 __func__, sc, sc->replypostindex); in mpr_intr_locked() 1978 sc->replypostindex); in mpr_intr_locked()
|
| HD | mprvar.h | 282 int replypostindex; member
|