search for: scsi_lun

Displaying 4 results from an estimated 4 matches for "scsi_lun".

2007 Jan 02
0
[PATCH 1/4] add scsi-target and IO_CMD_EPOLL_WAIT patches
...SK_SET; ++ break; ++ case SRP_TSK_LUN_RESET: ++ fn = LOGICAL_UNIT_RESET; ++ break; ++ case SRP_TSK_CLEAR_ACA: ++ fn = CLEAR_ACA; ++ break; ++ default: ++ fn = 0; ++ } ++ if (fn) ++ scsi_tgt_tsk_mgmt_request(iue->target->shost, fn, ++ iu->srp.tsk_mgmt.task_tag, ++ (struct scsi_lun *) &iu->srp.tsk_mgmt.lun, ++ iue); ++ else ++ send_rsp(iue, NULL, ILLEGAL_REQUEST, 0x20); ++ ++ return !fn; ++} ++ ++static int process_mad_iu(struct iu_entry *iue) ++{ ++ union viosrp_iu *iu = vio_iu(iue); ++ struct viosrp_adapter_info *info; ++ struct viosrp_host_config *conf; ++ ++...
2006 Apr 12
2
Multiple LUN support
....4 kernel but it doesn't seem to work in the 2.6. Any help would be appreciated. Config: Standard intel server board. p4 processor (3) 3-ware controllers Lsi Logic u320 scsi card External SCSI tape library. Worked before on a Whitebox linux 2.4 kernel, just added: options scsi_mod "max_scsi_luns=16" to /etc/modules.conf and rebuilt the initrd image, then reboot. All worked fine. But Whitebox is crap and was giving me probs and also want everything standardized on CentOS! Thanks!
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...#include <linux/list.h> #include <linux/spinlock.h> #include <linux/workqueue.h> #include <linux/blkdev.h> +#include <linux/blk-mq.h> #include <scsi/scsi.h> #include <linux/atomic.h> struct device; struct request_queue; struct scsi_cmnd; struct scsi_lun; struct scsi_sense_hdr; -- 1.7.10 --=_4fd91c3f.R4ms68f5hejM12e5zdJOlaXCA5NYIvmvSlWnmiraoFWGO1Xb Content-Type: text/x-csrc; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="blk-core.c" /* * Copyright (C) 1991, 1992 Linus Torvalds * Copy...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...#include <linux/list.h> #include <linux/spinlock.h> #include <linux/workqueue.h> #include <linux/blkdev.h> +#include <linux/blk-mq.h> #include <scsi/scsi.h> #include <linux/atomic.h> struct device; struct request_queue; struct scsi_cmnd; struct scsi_lun; struct scsi_sense_hdr; -- 1.7.10 --=_4fd91c3f.R4ms68f5hejM12e5zdJOlaXCA5NYIvmvSlWnmiraoFWGO1Xb Content-Type: text/x-csrc; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="blk-core.c" /* * Copyright (C) 1991, 1992 Linus Torvalds * Copy...