Home
last modified time | relevance | path

Searched refs:fnic_wq_copy_cmpl_handler (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/scsi/fnic/
Dfnic_isr.c42 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()
Dfnic.h356 int fnic_wq_copy_cmpl_handler(struct fnic *fnic, int);
Dfnic_main.c500 fnic_wq_copy_cmpl_handler(fnic, io_completions); in fnic_cleanup()
Dfnic_scsi.c1306 int fnic_wq_copy_cmpl_handler(struct fnic *fnic, int copy_work_to_do) in fnic_wq_copy_cmpl_handler() function