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

  /src/sys/dev/ic/
aic79xx.c 464 ahd_outw(ahd, SCB_TAG, SCB_GET_TAG(scb));
3271 u_int scb_tag; local in function:ahd_update_pending_scbs
3328 for (scb_tag = 0; scb_tag < ahd->scb_data.maxhscbs; scb_tag++) {
3332 pending_scb = ahd_lookup_scb(ahd, scb_tag);
3335 ahd_set_scbptr(ahd, scb_tag);
7441 ahd_outb(ahd, SCB_TAG, SCB_LIST_NULL);
aic7xxx.c 463 scb_index = ahc_inb(ahc, SCB_TAG);
616 "SCB_TAG == 0x%x, SCB_CONTROL == 0x%x\n",
618 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG),
708 scb_index = ahc_inb(ahc, SCB_TAG);
799 scb_index = ahc_inb(ahc, SCB_TAG);
823 u_int scbindex = ahc_inb(ahc, SCB_TAG);
894 scbindex = ahc_inb(ahc, SCB_TAG);
944 "SCB_TAG == 0x%x, SCB_CONTROL == 0x%x\n",
946 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG),
1010 scb_index = ahc_inb(ahc, SCB_TAG);
2141 u_int scb_tag; local in function:ahc_update_pending_scbs
    [all...]

Completed in 18 milliseconds