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

  /src/sys/dev/ic/
aic79xx.c 6006 uint8_t *next_vaddr; local in function:ahd_init
6075 next_vaddr = (uint8_t *)&ahd->qoutfifo[AHD_QOUT_SIZE];
6079 ahd->targetcmds = (struct target_cmd *)next_vaddr;
6080 next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
6085 ahd->overrun_buf = next_vaddr;
6086 next_vaddr += PKT_OVERRUN_BUFSIZE;
6097 ahd->next_queued_hscb = (struct hardware_scb *)next_vaddr;

Completed in 16 milliseconds