Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/
A Dsym_hipd.c1885 if (tp->lunmp) {
1889 if (tp->lunmp[ln])
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) {
4995 if (!tp->lunmp)
5007 tp->lunmp[ln] = lp;
5103 kfree(tp->lunmp);
5105 tp->lunmp = NULL;
[all …]
A Dsym_hipd.h398 struct sym_lcb **lunmp; /* Other LCBs [1..MAX_LUN] */ member
571 (!lun) ? (tp)->lun0p : (tp)->lunmp ? (tp)->lunmp[((u8)lun)] : NULL

Completed in 12 milliseconds