Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_ioc.h427 struct bfa_sfp_s { struct
457 void bfa_sfp_attach(struct bfa_sfp_s *sfp, struct bfa_ioc_s *ioc, argument
460 void bfa_sfp_memclaim(struct bfa_sfp_s *diag, u8 *dm_kva, u64 dm_pa);
463 bfa_status_t bfa_sfp_show(struct bfa_sfp_s *sfp, struct sfp_mem_s *sfpmem,
466 bfa_status_t bfa_sfp_media(struct bfa_sfp_s *sfp,
470 bfa_status_t bfa_sfp_speed(struct bfa_sfp_s *sfp,
Dbfa_modules.h44 struct bfa_sfp_s sfp; /* SFP module */
Dbfa_ioc.c3647 static void bfa_sfp_getdata_send(struct bfa_sfp_s *sfp);
3648 static void bfa_sfp_media_get(struct bfa_sfp_s *sfp);
3649 static bfa_status_t bfa_sfp_speed_valid(struct bfa_sfp_s *sfp,
3653 bfa_cb_sfp_show(struct bfa_sfp_s *sfp) in bfa_cb_sfp_show()
3663 bfa_cb_sfp_state_query(struct bfa_sfp_s *sfp) in bfa_cb_sfp_state_query()
3692 struct bfa_sfp_s *sfp = sfp_arg; in bfa_sfp_notify()
3721 bfa_sfp_scn_aen_post(struct bfa_sfp_s *sfp, struct bfi_sfp_scn_s *rsp) in bfa_sfp_scn_aen_post()
3769 bfa_sfp_getdata_send(struct bfa_sfp_s *sfp) in bfa_sfp_getdata_send()
3787 bfa_sfp_getdata(struct bfa_sfp_s *sfp, enum bfi_sfp_mem_e memtype) in bfa_sfp_getdata()
3808 bfa_sfp_scn(struct bfa_sfp_s *sfp, struct bfi_mbmsg_s *msg) in bfa_sfp_scn()
[all …]
Dbfa_core.c134 struct bfa_sfp_s *sfp = BFA_SFP_MOD(bfa); in bfa_com_sfp_attach()