Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/fnic/
Dfnic_isr.c54 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()
Dfnic.h354 int fnic_wq_copy_cmpl_handler(struct fnic *fnic, int);
Dfnic_main.c511 fnic_wq_copy_cmpl_handler(fnic, io_completions); in fnic_cleanup()
Dfnic_scsi.c1328 int fnic_wq_copy_cmpl_handler(struct fnic *fnic, int copy_work_to_do) in fnic_wq_copy_cmpl_handler() function