Lines Matching refs:bfa_s

34 void bfa_itn_create(struct bfa_s *bfa, struct bfa_rport_s *rport,
35 void (*isr)(struct bfa_s *bfa, struct bfi_msg_s *m));
36 void bfa_itn_isr(struct bfa_s *bfa, struct bfi_msg_s *m);
38 void bfa_fcp_res_recfg(struct bfa_s *bfa, u16 num_ioim_fw, u16 max_ioim_fw);
110 struct bfa_s *bfa;
140 struct bfa_s *bfa;
163 struct bfa_s *bfa; /* BFA module */
195 struct bfa_s *bfa; /* BFA module */
217 struct bfa_s *bfa; /* bfa instance */
271 void bfa_ioim_isr(struct bfa_s *bfa, struct bfi_msg_s *msg);
272 void bfa_ioim_good_comp_isr(struct bfa_s *bfa,
281 void bfa_tskim_isr(struct bfa_s *bfa, struct bfi_msg_s *msg);
285 void bfa_tskim_res_recfg(struct bfa_s *bfa, u16 num_tskim_fw);
290 void bfa_itnim_isr(struct bfa_s *bfa, struct bfi_msg_s *msg);
298 void bfa_fcpim_path_tov_set(struct bfa_s *bfa, u16 path_tov);
299 u16 bfa_fcpim_path_tov_get(struct bfa_s *bfa);
300 u16 bfa_fcpim_qdepth_get(struct bfa_s *bfa);
301 bfa_status_t bfa_fcpim_port_iostats(struct bfa_s *bfa,
305 bfa_status_t bfa_fcpim_profile_on(struct bfa_s *bfa, time64_t time);
306 bfa_status_t bfa_fcpim_profile_off(struct bfa_s *bfa);
324 struct bfa_itnim_s *bfa_itnim_create(struct bfa_s *bfa,
358 struct bfa_ioim_s *bfa_ioim_alloc(struct bfa_s *bfa,
398 struct bfa_tskim_s *bfa_tskim_alloc(struct bfa_s *bfa,
407 void bfa_fcpim_lunmask_rp_update(struct bfa_s *bfa, wwn_t lp_wwn,
409 bfa_status_t bfa_fcpim_lunmask_update(struct bfa_s *bfa, u32 on_off);
410 bfa_status_t bfa_fcpim_lunmask_query(struct bfa_s *bfa, void *buf);
411 bfa_status_t bfa_fcpim_lunmask_delete(struct bfa_s *bfa, u16 vf_id,
413 bfa_status_t bfa_fcpim_lunmask_add(struct bfa_s *bfa, u16 vf_id,
415 bfa_status_t bfa_fcpim_lunmask_clear(struct bfa_s *bfa);
416 u16 bfa_fcpim_read_throttle(struct bfa_s *bfa);
417 bfa_status_t bfa_fcpim_write_throttle(struct bfa_s *bfa, u16 value);
418 bfa_status_t bfa_fcpim_throttle_set(struct bfa_s *bfa, u16 value);
419 bfa_status_t bfa_fcpim_throttle_get(struct bfa_s *bfa, void *buf);
420 u16 bfa_fcpim_get_throttle_cfg(struct bfa_s *bfa, u16 drv_cfg_param);