Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h411 struct sym_lcb **lunmp; /* Other LCBs [1..MAX_LUN] */ member
584 (!lun) ? (tp)->lun0p : (tp)->lunmp ? (tp)->lunmp[((u8)lun)] : NULL
Dsym_hipd.c1898 if (tp->lunmp) {
1902 if (tp->lunmp[ln])
1903 tp->lunmp[ln]->to_clear = 0;
3307 if (!tp->lunmp)
3310 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {
3444 else if (tp->lunmp) {
3446 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {
4997 if (ln && !tp->lunmp) {
4998 tp->lunmp = kcalloc(SYM_CONF_MAX_LUN, sizeof(struct sym_lcb *),
5000 if (!tp->lunmp)
[all …]