File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3412,15 +3412,6 @@ bfa_tskim_iocdisable_ios(struct bfa_tskim_s *tskim)
34123412 }
34133413}
34143414
3415- /*
3416- * Notification on completions from related ioim.
3417- */
3418- void
3419- bfa_tskim_iodone (struct bfa_tskim_s * tskim )
3420- {
3421- bfa_wc_down (& tskim -> wc );
3422- }
3423-
34243415/*
34253416 * Handle IOC h/w failure notification from itnim.
34263417 */
Original file line number Diff line number Diff line change @@ -339,7 +339,6 @@ void bfa_ioim_tov(struct bfa_ioim_s *ioim);
339339
340340void bfa_tskim_attach (struct bfa_fcpim_s * fcpim );
341341void bfa_tskim_isr (struct bfa_s * bfa , struct bfi_msg_s * msg );
342- void bfa_tskim_iodone (struct bfa_tskim_s * tskim );
343342void bfa_tskim_iocdisable (struct bfa_tskim_s * tskim );
344343void bfa_tskim_cleanup (struct bfa_tskim_s * tskim );
345344void bfa_tskim_res_recfg (struct bfa_s * bfa , u16 num_tskim_fw );
Original file line number Diff line number Diff line change @@ -842,26 +842,6 @@ bfad_drv_init(struct bfad_s *bfad)
842842 return BFA_STATUS_OK ;
843843}
844844
845- void
846- bfad_drv_uninit (struct bfad_s * bfad )
847- {
848- unsigned long flags ;
849-
850- spin_lock_irqsave (& bfad -> bfad_lock , flags );
851- init_completion (& bfad -> comp );
852- bfa_iocfc_stop (& bfad -> bfa );
853- spin_unlock_irqrestore (& bfad -> bfad_lock , flags );
854- wait_for_completion (& bfad -> comp );
855-
856- del_timer_sync (& bfad -> hal_tmo );
857- bfa_isr_disable (& bfad -> bfa );
858- bfa_detach (& bfad -> bfa );
859- bfad_remove_intr (bfad );
860- bfad_hal_mem_release (bfad );
861-
862- bfad -> bfad_flags &= ~BFAD_DRV_INIT_DONE ;
863- }
864-
865845void
866846bfad_drv_start (struct bfad_s * bfad )
867847{
Original file line number Diff line number Diff line change @@ -312,7 +312,6 @@ void bfad_bfa_tmo(struct timer_list *t);
312312void bfad_init_timer (struct bfad_s * bfad );
313313int bfad_pci_init (struct pci_dev * pdev , struct bfad_s * bfad );
314314void bfad_pci_uninit (struct pci_dev * pdev , struct bfad_s * bfad );
315- void bfad_drv_uninit (struct bfad_s * bfad );
316315int bfad_worker (void * ptr );
317316void bfad_debugfs_init (struct bfad_port_s * port );
318317void bfad_debugfs_exit (struct bfad_port_s * port );
You can’t perform that action at this time.
0 commit comments