Lines Matching refs:bfad_s
99 struct bfad_s *bfad;
126 struct bfad_s *bfad;
153 struct bfad_s *bfad;
191 struct bfad_s;
192 typedef void (*bfad_sm_t)(struct bfad_s *, enum bfad_sm_event);
197 struct bfad_s { struct
291 bfa_status_t bfad_vport_create(struct bfad_s *bfad, u16 vf_id,
294 bfa_status_t bfad_vf_create(struct bfad_s *bfad, u16 vf_id,
296 bfa_status_t bfad_cfg_pport(struct bfad_s *bfad, enum bfa_lport_role role);
297 bfa_status_t bfad_drv_init(struct bfad_s *bfad);
298 bfa_status_t bfad_start_ops(struct bfad_s *bfad);
299 void bfad_drv_start(struct bfad_s *bfad);
300 void bfad_uncfg_pport(struct bfad_s *bfad);
301 void bfad_stop(struct bfad_s *bfad);
302 void bfad_fcs_stop(struct bfad_s *bfad);
303 void bfad_remove_intr(struct bfad_s *bfad);
304 void bfad_hal_mem_release(struct bfad_s *bfad);
307 int bfad_setup_intr(struct bfad_s *bfad);
308 void bfad_remove_intr(struct bfad_s *bfad);
310 bfa_status_t bfad_hal_mem_alloc(struct bfad_s *bfad);
312 void bfad_init_timer(struct bfad_s *bfad);
313 int bfad_pci_init(struct pci_dev *pdev, struct bfad_s *bfad);
314 void bfad_pci_uninit(struct pci_dev *pdev, struct bfad_s *bfad);
315 void bfad_drv_uninit(struct bfad_s *bfad);
322 void bfad_rport_online_wait(struct bfad_s *bfad);
323 int bfad_get_linkup_delay(struct bfad_s *bfad);
324 int bfad_install_msix_handler(struct bfad_s *bfad);