Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/ !
H A Dfnic_isr.c47 work_done += fnic_wq_copy_cmpl_handler(fnic, io_completions, FNIC_MQ_CQ_INDEX); in fnic_isr_legacy()
68 work_done += fnic_wq_copy_cmpl_handler(fnic, io_completions, FNIC_MQ_CQ_INDEX); in fnic_isr_msi()
131 wq_copy_work_done = fnic_wq_copy_cmpl_handler(fnic, io_completions, i); in fnic_isr_msix_wq_copy()
H A Dfnic.h516 int fnic_wq_copy_cmpl_handler(struct fnic *fnic, int copy_work_to_do, unsigned int cq_index);
H A Dfnic_main.c533 fnic_wq_copy_cmpl_handler(fnic, -1, i + raw_wq_rq_counts); in fnic_cleanup()
H A Dfnic_scsi.c1493 int fnic_wq_copy_cmpl_handler(struct fnic *fnic, int copy_work_to_do, unsigned int cq_index) in fnic_wq_copy_cmpl_handler() function