Home
last modified time | relevance | path

Searched refs:sfpmem (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_ioc.h431 struct sfp_mem_s *sfpmem; member
463 bfa_status_t bfa_sfp_show(struct bfa_sfp_s *sfp, struct sfp_mem_s *sfpmem,
591 struct sfp_mem_s *sfpmem; member
655 struct sfp_mem_s *sfpmem, u8 static_data,
Dbfa_ioc.c3884 u8 *des = (u8 *)(sfp->sfpmem); in bfa_sfp_show_comp()
3933 struct sfp_mem_s *sfpmem = (struct sfp_mem_s *)sfp->dbuf_kva; in bfa_sfp_media_get() local
3934 u16 xmtr_tech = (sfpmem->srlid_base.xcvr[4] & 0x3) << 7 | in bfa_sfp_media_get()
3935 (sfpmem->srlid_base.xcvr[5] >> 1); in bfa_sfp_media_get()
3937 e10g.b = sfpmem->srlid_base.xcvr[0]; in bfa_sfp_media_get()
3971 struct sfp_mem_s *sfpmem = (struct sfp_mem_s *)sfp->dbuf_kva; in bfa_sfp_speed_valid() local
3972 struct sfp_xcvr_s *xcvr = (struct sfp_xcvr_s *) sfpmem->srlid_base.xcvr; in bfa_sfp_speed_valid()
4043 sfp->sfpmem = NULL; in bfa_sfp_attach()
4083 bfa_sfp_show(struct bfa_sfp_s *sfp, struct sfp_mem_s *sfpmem, in bfa_sfp_show() argument
4099 sfp->sfpmem = sfpmem; in bfa_sfp_show()