Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/fnic/
Dfnic_isr.c54 work_done += fnic_wq_copy_cmpl_handler(fnic, -1); in fnic_isr_legacy()
75 work_done += fnic_wq_copy_cmpl_handler(fnic, -1); in fnic_isr_msi()
128 wq_copy_work_done = fnic_wq_copy_cmpl_handler(fnic, -1); in fnic_isr_msix_wq_copy()
Dfnic.h352 int fnic_wq_copy_cmpl_handler(struct fnic *fnic, int);
Dfnic_main.c493 fnic_wq_copy_cmpl_handler(fnic, -1); in fnic_cleanup()
Dfnic_scsi.c1277 int fnic_wq_copy_cmpl_handler(struct fnic *fnic, int copy_work_to_do) in fnic_wq_copy_cmpl_handler() function