HomeSort by: relevance | last modified time | path
    Searched refs:dstu (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
hifn7751.c 1395 dma->cmdu = dma->srcu = dma->dstu = dma->resu = 0;
1617 dma->dstu += used;
1681 cmd->dstu.dst_io = cmd->srcu.src_io;
1683 cmd->dstu.dst_m = cmd->srcu.src_m;
1738 cmd->dstu.dst_m = m0;
1743 cmd->dstu.dst_m, BUS_DMA_NOWAIT)) {
1749 cmd->dstu.dst_io, BUS_DMA_NOWAIT)) {
1762 dma->cmdu, dma->srcu, dma->dstu, dma->resu,
1787 (dma->dstu + cmd->dst_map->dm_nsegs + 1) > HIFN_D_DST_RSIZE) {
1914 if (dma->dstu == 0 && sc->sc_d_busy)
    [all...]
hifn7751var.h 104 volatile int cmdu, srcu, dstu, resu; member in struct:hifn_dma
277 } dstu; member in struct:hifn_command
  /src/sys/ufs/lfs/
lfs_rfw.c 344 union lfs_dinode *dstu, const union lfs_dinode *srcu)
347 struct lfs64_dinode *dst = &dstu->u_64;
384 struct lfs32_dinode *dst = &dstu->u_32;

Completed in 14 milliseconds