HomeSort by: relevance | last modified time | path
    Searched defs:arc_write (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
arcmsr.c 125 static void arc_write(struct arc_softc *, bus_size_t, uint32_t);
167 #define arc_push(_s, _r) arc_write((_s), ARC_REG_POST_QUEUE, (_r))
261 arc_write(sc, ARC_REG_INTRMASK,
344 arc_write(sc, ARC_REG_INTRSTAT, intrstat);
348 arc_write(sc, ARC_REG_INTRMASK,
354 arc_write(sc, ARC_REG_OUTB_DOORBELL, reg);
356 arc_write(sc, ARC_REG_INB_DOORBELL,
1646 arc_write(sc, ARC_REG_IOC_WBUF_LEN, rwlen);
1651 arc_write(sc, ARC_REG_INB_DOORBELL,
1660 arc_write(sc, ARC_REG_OUTB_DOORBELL, reg)
1956 arc_write(struct arc_softc *sc, bus_size_t r, uint32_t v) function
    [all...]
arcmsr.c 125 static void arc_write(struct arc_softc *, bus_size_t, uint32_t);
167 #define arc_push(_s, _r) arc_write((_s), ARC_REG_POST_QUEUE, (_r))
261 arc_write(sc, ARC_REG_INTRMASK,
344 arc_write(sc, ARC_REG_INTRSTAT, intrstat);
348 arc_write(sc, ARC_REG_INTRMASK,
354 arc_write(sc, ARC_REG_OUTB_DOORBELL, reg);
356 arc_write(sc, ARC_REG_INB_DOORBELL,
1646 arc_write(sc, ARC_REG_IOC_WBUF_LEN, rwlen);
1651 arc_write(sc, ARC_REG_INB_DOORBELL,
1660 arc_write(sc, ARC_REG_OUTB_DOORBELL, reg)
1956 arc_write(struct arc_softc *sc, bus_size_t r, uint32_t v) function
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c 5440 * buffer which will be freed in arc_write().
5689 arc_write(zio_t *pio, spa_t *spa, uint64_t txg, blkptr_t *bp, arc_buf_t *buf, function
arc.c 5440 * buffer which will be freed in arc_write().
5689 arc_write(zio_t *pio, spa_t *spa, uint64_t txg, blkptr_t *bp, arc_buf_t *buf, function

Completed in 52 milliseconds