Searched refs:ccb_ptr (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dadwlib.h741 u_int32_t ccb_ptr; /* CCB Physical Address */ member in struct:adw_scsi_req_q
1016 #define ADW_ABORT_CCB(sc, ccb_ptr) \
1017 AdwSendIdleCmd((sc), (u_int16_t) IDLE_CMD_ABORT, (ccb_ptr)->hashkey)
H A Dadv.c561 ccb->scsiq.q2.ccb_ptr =
856 ccb = adv_ccb_phys_kv(sc, qdonep->d2.ccb_ptr);
H A Dadw.c630 * Set the ADW_SCSI_REQ_Q 'ccb_ptr' to point to the
633 scsiqp->ccb_ptr = ccb->hashkey;
1030 ccb = adw_ccb_phys_kv(sc, scsiq->ccb_ptr);
H A Dadwlib.c1715 ccb = adw_ccb_phys_kv(sc, scsiq->ccb_ptr);
2037 * The firmware will have copied the ASC_SCSI_REQ_Q.ccb_ptr
2044 scsiq->ccb_ptr = sc->irq_sp->areq_ba;
H A Dadvlib.c1601 if ((adv_ccb_phys_kv(sc, scsiq->d2.ccb_ptr) == 0UL) ||
1843 scsiq->d2.ccb_ptr = MAKELONG(val, ASC_GET_CHIP_LRAM_DATA(iot, ioh));
2588 val = LO_WORD(scsiq->q2.ccb_ptr);
2590 val = HI_WORD(scsiq->q2.ccb_ptr);
2817 scsiq->d2.ccb_ptr = AscReadLramDWord(iot, ioh,
2819 if (adv_ccb_phys_kv(sc, scsiq->d2.ccb_ptr) == ccb) {
H A Dadvlib.h474 u_int32_t ccb_ptr; /* physical pointer to our CCB */ member in struct:asc_scisq_2

Completed in 119 milliseconds