Lines Matching refs:luntbl
4987 if (ln && !tp->luntbl) {
4990 tp->luntbl = sym_calloc_dma(256, "LUNTBL");
4991 if (!tp->luntbl)
4994 tp->luntbl[i] = cpu_to_scr(vtobus(&np->badlun_sa));
4995 tp->head.luntbl_sa = cpu_to_scr(vtobus(tp->luntbl));
5017 tp->luntbl[ln] = cpu_to_scr(vtobus(lp));
5114 sym_mfree_dma(tp->luntbl, 256, "LUNTBL");
5116 tp->luntbl = NULL;
5119 tp->luntbl[ln] = cpu_to_scr(vtobus(&np->badlun_sa));
5834 if (tp->luntbl)
5835 sym_mfree_dma(tp->luntbl, 256, "LUNTBL");