search for: scsi_calculate_bounce_limit

Displaying 3 results from an estimated 3 matches for "scsi_calculate_bounce_limit".

2006 Nov 01
19
pciback for usb-controller and usb-storage on x86_64 ends in Oops
...und at 2 usb-storage: waiting for device to settle before scanning usb-storage: usb_stor_control_msg: rq=fe rqtype=a1 value=0000 index=00 len=1 usb-storage: GetMaxLUN command result is 1, data is 0 Unable to handle kernel NULL pointer dereference at 0000000000000078 RIP: [<ffffffff804a3929>] scsi_calculate_bounce_limit+0x19/0x60 PGD 7d6c067 PUD 7c53067 PMD 0 Oops: 0000 [1] CPU 0 Modules linked in: usb_storage uhci_hcd Pid: 2017, comm: usb-stor-scan Not tainted 2.6.18.1-xen0 #7 RIP: e030:[<ffffffff804a3929>] [<ffffffff804a3929>] scsi_calculate_bounce_limit+0x19/0x60 RSP: e02b:ffff880006ddbc20 EFLAGS:...
2006 Nov 01
19
pciback for usb-controller and usb-storage on x86_64 ends in Oops
...und at 2 usb-storage: waiting for device to settle before scanning usb-storage: usb_stor_control_msg: rq=fe rqtype=a1 value=0000 index=00 len=1 usb-storage: GetMaxLUN command result is 1, data is 0 Unable to handle kernel NULL pointer dereference at 0000000000000078 RIP: [<ffffffff804a3929>] scsi_calculate_bounce_limit+0x19/0x60 PGD 7d6c067 PUD 7c53067 PMD 0 Oops: 0000 [1] CPU 0 Modules linked in: usb_storage uhci_hcd Pid: 2017, comm: usb-stor-scan Not tainted 2.6.18.1-xen0 #7 RIP: e030:[<ffffffff804a3929>] [<ffffffff804a3929>] scsi_calculate_bounce_limit+0x19/0x60 RSP: e02b:ffff880006ddbc20 EFLAGS:...
2007 Jan 02
0
[PATCH 1/4] add scsi-target and IO_CMD_EPOLL_WAIT patches
...truct scatterlist *sgl, int index) + { + struct scsi_host_sg_pool *sgp; + +@@ -855,6 +857,8 @@ static void scsi_free_sgtable(struct sca + mempool_free(sgl, sgp->pool); + } + ++EXPORT_SYMBOL(scsi_free_sgtable); ++ + /* + * Function: scsi_release_buffers() + * +@@ -1687,29 +1691,40 @@ u64 scsi_calculate_bounce_limit(struct S + } + EXPORT_SYMBOL(scsi_calculate_bounce_limit); + +-struct request_queue *scsi_alloc_queue(struct scsi_device *sdev) ++struct request_queue *__scsi_alloc_queue(struct Scsi_Host *shost, ++ request_fn_proc *request_fn) + { +- struct Scsi_Host *shost = sdev->host; + struct request...