Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/bfa/
H A Dbfa_ioc.h446 struct bfa_sfp_s { struct
476 void bfa_sfp_attach(struct bfa_sfp_s *sfp, struct bfa_ioc_s *ioc, argument
479 void bfa_sfp_memclaim(struct bfa_sfp_s *diag, u8 *dm_kva, u64 dm_pa);
482 bfa_status_t bfa_sfp_show(struct bfa_sfp_s *sfp, struct sfp_mem_s *sfpmem,
485 bfa_status_t bfa_sfp_media(struct bfa_sfp_s *sfp,
489 bfa_status_t bfa_sfp_speed(struct bfa_sfp_s *sfp,
H A Dbfa_modules.h36 struct bfa_sfp_s sfp; /* SFP module */
H A Dbfa_ioc.c3609 static void bfa_sfp_getdata_send(struct bfa_sfp_s *sfp);
3610 static void bfa_sfp_media_get(struct bfa_sfp_s *sfp);
3615 bfa_cb_sfp_show(struct bfa_sfp_s *sfp) in bfa_cb_sfp_show()
3625 bfa_cb_sfp_state_query(struct bfa_sfp_s *sfp) in bfa_cb_sfp_state_query()
3654 struct bfa_sfp_s *sfp = sfp_arg; in bfa_sfp_notify()
3731 bfa_sfp_getdata_send(struct bfa_sfp_s *sfp) in bfa_sfp_getdata_send()
3770 bfa_sfp_scn(struct bfa_sfp_s *sfp, struct bfi_mbmsg_s *msg) in bfa_sfp_scn()
3868 bfa_sfp_state_query(struct bfa_sfp_s *sfp) in bfa_sfp_state_query()
3885 bfa_sfp_media_get(struct bfa_sfp_s *sfp) in bfa_sfp_media_get()
3966 struct bfa_sfp_s *sfp = sfparg; in bfa_sfp_intr()
[all …]
H A Dbfa_core.c126 struct bfa_sfp_s *sfp = BFA_SFP_MOD(bfa); in bfa_com_sfp_attach()