Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h398 struct sym_lcb **lunmp; /* Other LCBs [1..MAX_LUN] */ member
571 (!lun) ? (tp)->lun0p : (tp)->lunmp ? (tp)->lunmp[((u8)lun)] : NULL
Dsym_hipd.c1885 if (tp->lunmp) {
1889 if (tp->lunmp[ln])
1890 tp->lunmp[ln]->to_clear = 0;
3295 if (!tp->lunmp)
3298 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {
3432 else if (tp->lunmp) {
3434 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {
4992 if (ln && !tp->lunmp) {
4993 tp->lunmp = kcalloc(SYM_CONF_MAX_LUN, sizeof(struct sym_lcb *),
4995 if (!tp->lunmp)
[all …]