Home
last modified time | relevance | path

Searched refs:luntbl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c4982 if (ln && !tp->luntbl) {
4983 tp->luntbl = sym_calloc_dma(256, "LUNTBL");
4984 if (!tp->luntbl)
4986 memset32(tp->luntbl, cpu_to_scr(vtobus(&np->badlun_sa)), 64);
4987 tp->head.luntbl_sa = cpu_to_scr(vtobus(tp->luntbl));
5009 tp->luntbl[ln] = cpu_to_scr(vtobus(lp));
5105 sym_mfree_dma(tp->luntbl, 256, "LUNTBL");
5107 tp->luntbl = NULL;
5110 tp->luntbl[ln] = cpu_to_scr(vtobus(&np->badlun_sa));
5832 if (tp->luntbl)
[all...]
H A Dsym_hipd.h390 u32 *luntbl; /* LCBs bus address table */ member
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c4981 if (ln && !tp->luntbl) {
4982 tp->luntbl = sym_calloc_dma(256, "LUNTBL");
4983 if (!tp->luntbl)
4985 memset32(tp->luntbl, cpu_to_scr(vtobus(&np->badlun_sa)), 64);
4986 tp->head.luntbl_sa = cpu_to_scr(vtobus(tp->luntbl));
5008 tp->luntbl[ln] = cpu_to_scr(vtobus(lp));
5104 sym_mfree_dma(tp->luntbl, 256, "LUNTBL");
5106 tp->luntbl = NULL;
5109 tp->luntbl[ln] = cpu_to_scr(vtobus(&np->badlun_sa));
5831 if (tp->luntbl)
[all...]
H A Dsym_hipd.h390 u32 *luntbl; /* LCBs bus address table */ member

Completed in 16 milliseconds