Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/fnic/
H A 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()
H A Dfnic.h359 int fnic_wq_copy_cmpl_handler(struct fnic *fnic, int);
H A Dfnic_main.c500 fnic_wq_copy_cmpl_handler(fnic, io_completions); in fnic_cleanup()
H A Dfnic_scsi.c1322 int fnic_wq_copy_cmpl_handler(struct fnic *fnic, int copy_work_to_do) in fnic_wq_copy_cmpl_handler() function