lunmp            1885 drivers/scsi/sym53c8xx_2/sym_hipd.c 		if (tp->lunmp) {
lunmp            1889 drivers/scsi/sym53c8xx_2/sym_hipd.c 				if (tp->lunmp[ln])
lunmp            1890 drivers/scsi/sym53c8xx_2/sym_hipd.c 					tp->lunmp[ln]->to_clear = 0;
lunmp            3295 drivers/scsi/sym53c8xx_2/sym_hipd.c 			if (!tp->lunmp)
lunmp            3298 drivers/scsi/sym53c8xx_2/sym_hipd.c 				if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {
lunmp            3432 drivers/scsi/sym53c8xx_2/sym_hipd.c 		else if (tp->lunmp) {
lunmp            3434 drivers/scsi/sym53c8xx_2/sym_hipd.c 				if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {
lunmp            4993 drivers/scsi/sym53c8xx_2/sym_hipd.c 	if (ln && !tp->lunmp) {
lunmp            4994 drivers/scsi/sym53c8xx_2/sym_hipd.c 		tp->lunmp = kcalloc(SYM_CONF_MAX_LUN, sizeof(struct sym_lcb *),
lunmp            4996 drivers/scsi/sym53c8xx_2/sym_hipd.c 		if (!tp->lunmp)
lunmp            5008 drivers/scsi/sym53c8xx_2/sym_hipd.c 		tp->lunmp[ln] = lp;
lunmp            5104 drivers/scsi/sym53c8xx_2/sym_hipd.c 			kfree(tp->lunmp);
lunmp            5106 drivers/scsi/sym53c8xx_2/sym_hipd.c 			tp->lunmp = NULL;
lunmp            5111 drivers/scsi/sym53c8xx_2/sym_hipd.c 			tp->lunmp[ln] = NULL;
lunmp            5827 drivers/scsi/sym53c8xx_2/sym_hipd.c 		kfree(tp->lunmp);
lunmp             398 drivers/scsi/sym53c8xx_2/sym_hipd.h 	struct sym_lcb **lunmp;		/* Other LCBs [1..MAX_LUN]	*/
lunmp             571 drivers/scsi/sym53c8xx_2/sym_hipd.h 	(!lun) ? (tp)->lun0p : (tp)->lunmp ? (tp)->lunmp[((u8)lun)] : NULL