Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c4986 if (ln && !tp->luntbl) {
4987 tp->luntbl = sym_calloc_dma(256, "LUNTBL");
4988 if (!tp->luntbl)
4990 memset32(tp->luntbl, cpu_to_scr(vtobus(&np->badlun_sa)), 64);
4991 tp->head.luntbl_sa = cpu_to_scr(vtobus(tp->luntbl));
5013 tp->luntbl[ln] = cpu_to_scr(vtobus(lp));
5109 sym_mfree_dma(tp->luntbl, 256, "LUNTBL");
5111 tp->luntbl = NULL;
5114 tp->luntbl[ln] = cpu_to_scr(vtobus(&np->badlun_sa));
5828 if (tp->luntbl)
[all …]
Dsym_hipd.h403 u32 *luntbl; /* LCBs bus address table */ member