Home
last modified time | relevance | path

Searched refs:hashnum (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Dadw.c252 int hashnum, error; in adw_init_ccb() local
273 hashnum = CCB_HASH(ccb->hashkey); in adw_init_ccb()
274 ccb->nexthash = sc->sc_ccbhash[hashnum]; in adw_init_ccb()
275 sc->sc_ccbhash[hashnum] = ccb; in adw_init_ccb()
310 int hashnum = CCB_HASH(ccb_phys); in adw_ccb_phys_kv() local
311 ADW_CCB *ccb = sc->sc_ccbhash[hashnum]; in adw_ccb_phys_kv()
H A Duha.c174 int hashnum = MSCP_HASH(mscp_phys); in uha_mscp_phys_kv() local
175 struct uha_mscp *mscp = sc->sc_mscphash[hashnum]; in uha_mscp_phys_kv()
/openbsd/sys/dev/isa/
H A Dwds.c445 int hashnum; in wds_init_scb() local
453 hashnum = SCB_HASH(scb->hashkey); in wds_init_scb()
454 scb->nexthash = sc->sc_scbhash[hashnum]; in wds_init_scb()
455 sc->sc_scbhash[hashnum] = scb; in wds_init_scb()
508 int hashnum = SCB_HASH(scb_phys); in wds_scb_phys_kv() local
509 struct wds_scb *scb = sc->sc_scbhash[hashnum]; in wds_scb_phys_kv()