Searched refs:lunsw_off (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dsiopvar.h92 uint32_t lunsw_off; /* offset of this lun sw, from sc_scriptaddr*/ member in struct:siop_lunsw
H A Dsiop.c243 device_xname(sc->sc_c.sc_dev), lunsw->lunsw_off);
1786 lunsw->lunsw_off);
1813 lunsw->lunsw_off = sc->script_free_lo;
1845 siop_target->lunsw->lunsw_off * 4 +
1877 siop_target->lunsw->lunsw_off + (Ent_restore_scntl3 / 4),
1881 siop_target->lunsw->lunsw_off + (Ent_restore_scntl3 / 4) + 2,
1898 if ((lunsw->lunsw_off + lunsw->lunsw_size) < sc->script_free_lo) {
2003 siop_target->lunsw->lunsw_off);
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dsiop.c722 siop_add_reselsw(struct siop_adapter *adp, int target, int lunsw_off) argument
741 htoc32(scriptaddr + lunsw_off * 4 + Ent_lun_switch_entry);
743 siop_update_scntl3(adp, target, lunsw_off);
748 siop_update_scntl3(struct siop_adapter *adp, int target, int lunsw_off) argument
753 script[lunsw_off + (Ent_restore_scntl3 / 4)] =
756 script[lunsw_off + (Ent_restore_scntl3 / 4) + 2] =

Completed in 64 milliseconds