Searched hist:"3 db1db93e34325e14bb29f8f1d904020c409bea6" (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/s390/cio/ |
H A D | qdio_debug.h | diff 3db1db93e34325e14bb29f8f1d904020c409bea6 Fri Mar 20 14:00:00 CET 2020 Julian Wiedmann <jwi@linux.ibm.com> s390/qdio: cleanly split alloc and establish
All that qdio_allocate() actually uses from the init_data is the cdev, and the number of Input and Output Queues. Have the driver pass those as parameters, and defer the init_data processing into qdio_establish(). This includes writing per-device(!) trace entries, and most of the sanity checks.
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Reviewed-by: Benjamin Block <bblock@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
|
H A D | qdio_debug.c | diff 3db1db93e34325e14bb29f8f1d904020c409bea6 Fri Mar 20 14:00:00 CET 2020 Julian Wiedmann <jwi@linux.ibm.com> s390/qdio: cleanly split alloc and establish
All that qdio_allocate() actually uses from the init_data is the cdev, and the number of Input and Output Queues. Have the driver pass those as parameters, and defer the init_data processing into qdio_establish(). This includes writing per-device(!) trace entries, and most of the sanity checks.
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Reviewed-by: Benjamin Block <bblock@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
|
H A D | qdio_main.c | diff 3db1db93e34325e14bb29f8f1d904020c409bea6 Fri Mar 20 14:00:00 CET 2020 Julian Wiedmann <jwi@linux.ibm.com> s390/qdio: cleanly split alloc and establish
All that qdio_allocate() actually uses from the init_data is the cdev, and the number of Input and Output Queues. Have the driver pass those as parameters, and defer the init_data processing into qdio_establish(). This includes writing per-device(!) trace entries, and most of the sanity checks.
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Reviewed-by: Benjamin Block <bblock@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
|
/linux/arch/s390/include/asm/ |
H A D | qdio.h | diff 3db1db93e34325e14bb29f8f1d904020c409bea6 Fri Mar 20 14:00:00 CET 2020 Julian Wiedmann <jwi@linux.ibm.com> s390/qdio: cleanly split alloc and establish
All that qdio_allocate() actually uses from the init_data is the cdev, and the number of Input and Output Queues. Have the driver pass those as parameters, and defer the init_data processing into qdio_establish(). This includes writing per-device(!) trace entries, and most of the sanity checks.
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Reviewed-by: Benjamin Block <bblock@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
|
/linux/drivers/s390/scsi/ |
H A D | zfcp_qdio.c | diff 3db1db93e34325e14bb29f8f1d904020c409bea6 Fri Mar 20 14:00:00 CET 2020 Julian Wiedmann <jwi@linux.ibm.com> s390/qdio: cleanly split alloc and establish
All that qdio_allocate() actually uses from the init_data is the cdev, and the number of Input and Output Queues. Have the driver pass those as parameters, and defer the init_data processing into qdio_establish(). This includes writing per-device(!) trace entries, and most of the sanity checks.
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Reviewed-by: Benjamin Block <bblock@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
|
/linux/drivers/s390/net/ |
H A D | qeth_core_main.c | diff 3db1db93e34325e14bb29f8f1d904020c409bea6 Fri Mar 20 14:00:00 CET 2020 Julian Wiedmann <jwi@linux.ibm.com> s390/qdio: cleanly split alloc and establish
All that qdio_allocate() actually uses from the init_data is the cdev, and the number of Input and Output Queues. Have the driver pass those as parameters, and defer the init_data processing into qdio_establish(). This includes writing per-device(!) trace entries, and most of the sanity checks.
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Reviewed-by: Benjamin Block <bblock@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
|