Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/sym/
H A Dsym_hipd.c1211 u32 *itlq_tbl; /* Kernel virtual address */ member
6352 lp->itlq_tbl[tag] = cpu_to_scr(cp->ccb_ba); in sym_get_ccb()
6440 lp->itlq_tbl[cp->tag] = cpu_to_scr(np->bad_itlq_ba); in sym_free_ccb()
6716 lp->itlq_tbl = sym_calloc_dma(SYM_CONF_MAX_TASK*4, "ITLQ_TBL"); in sym_alloc_lcb_tags()
6717 if (!lp->itlq_tbl) in sym_alloc_lcb_tags()
6721 sym_mfree_dma(lp->itlq_tbl, SYM_CONF_MAX_TASK*4, "ITLQ_TBL"); in sym_alloc_lcb_tags()
6722 lp->itlq_tbl = NULL; in sym_alloc_lcb_tags()
6730 lp->itlq_tbl[i] = cpu_to_scr(np->notask_ba); in sym_alloc_lcb_tags()
6742 lp->head.itlq_tbl_sa = cpu_to_scr(vtobus(lp->itlq_tbl)); in sym_alloc_lcb_tags()
8934 if (lp->itlq_tbl)
[all …]