• Home
  • Raw
  • Download

Lines Matching refs:bfa_s

41 void bfa_itn_create(struct bfa_s *bfa, struct bfa_rport_s *rport,
42 void (*isr)(struct bfa_s *bfa, struct bfi_msg_s *m));
43 void bfa_itn_isr(struct bfa_s *bfa, struct bfi_msg_s *m);
45 void bfa_fcp_res_recfg(struct bfa_s *bfa, u16 num_ioim_fw, u16 max_ioim_fw);
117 struct bfa_s *bfa;
147 struct bfa_s *bfa;
170 struct bfa_s *bfa; /* BFA module */
202 struct bfa_s *bfa; /* BFA module */
224 struct bfa_s *bfa; /* bfa instance */
278 void bfa_ioim_isr(struct bfa_s *bfa, struct bfi_msg_s *msg);
279 void bfa_ioim_good_comp_isr(struct bfa_s *bfa,
288 void bfa_tskim_isr(struct bfa_s *bfa, struct bfi_msg_s *msg);
292 void bfa_tskim_res_recfg(struct bfa_s *bfa, u16 num_tskim_fw);
297 void bfa_itnim_isr(struct bfa_s *bfa, struct bfi_msg_s *msg);
305 void bfa_fcpim_path_tov_set(struct bfa_s *bfa, u16 path_tov);
306 u16 bfa_fcpim_path_tov_get(struct bfa_s *bfa);
307 u16 bfa_fcpim_qdepth_get(struct bfa_s *bfa);
308 bfa_status_t bfa_fcpim_port_iostats(struct bfa_s *bfa,
312 bfa_status_t bfa_fcpim_profile_on(struct bfa_s *bfa, u32 time);
313 bfa_status_t bfa_fcpim_profile_off(struct bfa_s *bfa);
331 struct bfa_itnim_s *bfa_itnim_create(struct bfa_s *bfa,
365 struct bfa_ioim_s *bfa_ioim_alloc(struct bfa_s *bfa,
405 struct bfa_tskim_s *bfa_tskim_alloc(struct bfa_s *bfa,
414 void bfa_fcpim_lunmask_rp_update(struct bfa_s *bfa, wwn_t lp_wwn,
416 bfa_status_t bfa_fcpim_lunmask_update(struct bfa_s *bfa, u32 on_off);
417 bfa_status_t bfa_fcpim_lunmask_query(struct bfa_s *bfa, void *buf);
418 bfa_status_t bfa_fcpim_lunmask_delete(struct bfa_s *bfa, u16 vf_id,
420 bfa_status_t bfa_fcpim_lunmask_add(struct bfa_s *bfa, u16 vf_id,
422 bfa_status_t bfa_fcpim_lunmask_clear(struct bfa_s *bfa);
423 u16 bfa_fcpim_read_throttle(struct bfa_s *bfa);
424 bfa_status_t bfa_fcpim_write_throttle(struct bfa_s *bfa, u16 value);
425 bfa_status_t bfa_fcpim_throttle_set(struct bfa_s *bfa, u16 value);
426 bfa_status_t bfa_fcpim_throttle_get(struct bfa_s *bfa, void *buf);
427 u16 bfa_fcpim_get_throttle_cfg(struct bfa_s *bfa, u16 drv_cfg_param);