Searched refs:hashnum (Results 1 – 3 of 3) sorted by relevance
252 int hashnum, error; in adw_init_ccb() local273 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() local311 ADW_CCB *ccb = sc->sc_ccbhash[hashnum]; in adw_ccb_phys_kv()
174 int hashnum = MSCP_HASH(mscp_phys); in uha_mscp_phys_kv() local175 struct uha_mscp *mscp = sc->sc_mscphash[hashnum]; in uha_mscp_phys_kv()
445 int hashnum; in wds_init_scb() local453 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() local509 struct wds_scb *scb = sc->sc_scbhash[hashnum]; in wds_scb_phys_kv()