Searched refs:fnic_wq_copy_cmpl_handler (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | fnic_isr.c | 54 work_done += fnic_wq_copy_cmpl_handler(fnic, io_completions); in fnic_isr_legacy() 75 work_done += fnic_wq_copy_cmpl_handler(fnic, io_completions); in fnic_isr_msi() 128 wq_copy_work_done = fnic_wq_copy_cmpl_handler(fnic, io_completions); in fnic_isr_msix_wq_copy()
|
H A D | fnic.h | 354 int fnic_wq_copy_cmpl_handler(struct fnic *fnic, int);
|
H A D | fnic_main.c | 511 fnic_wq_copy_cmpl_handler(fnic, io_completions); in fnic_cleanup()
|
H A D | fnic_scsi.c | 1325 * fnic_wq_copy_cmpl_handler 1328 int fnic_wq_copy_cmpl_handler(struct fnic *fnic, int copy_work_to_do) in fnic_wq_copy_cmpl_handler() function
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fnic_isr.c | 42 work_done += fnic_wq_copy_cmpl_handler(fnic, io_completions); in fnic_isr_legacy() 63 work_done += fnic_wq_copy_cmpl_handler(fnic, io_completions); in fnic_isr_msi() 116 wq_copy_work_done = fnic_wq_copy_cmpl_handler(fnic, io_completions); in fnic_isr_msix_wq_copy()
|
H A D | fnic.h | 359 int fnic_wq_copy_cmpl_handler(struct fnic *fnic, int);
|
H A D | fnic_main.c | 500 fnic_wq_copy_cmpl_handler(fnic, io_completions); in fnic_cleanup()
|
H A D | fnic_scsi.c | 1319 * fnic_wq_copy_cmpl_handler 1322 int fnic_wq_copy_cmpl_handler(struct fnic *fnic, int copy_work_to_do) in fnic_wq_copy_cmpl_handler() function
|
Completed in 12 milliseconds