Lines Matching defs:sfpmem
3868 u8 *des = (u8 *)(sfp->sfpmem);
3917 struct sfp_mem_s *sfpmem = (struct sfp_mem_s *)sfp->dbuf_kva;
3918 u16 xmtr_tech = (sfpmem->srlid_base.xcvr[4] & 0x3) << 7 |
3919 (sfpmem->srlid_base.xcvr[5] >> 1);
3921 e10g.b = sfpmem->srlid_base.xcvr[0];
3955 struct sfp_mem_s *sfpmem = (struct sfp_mem_s *)sfp->dbuf_kva;
3956 struct sfp_xcvr_s *xcvr = (struct sfp_xcvr_s *) sfpmem->srlid_base.xcvr;
4027 sfp->sfpmem = NULL;
4063 * @param[out] sfpmem - sfp eeprom data
4067 bfa_sfp_show(struct bfa_sfp_s *sfp, struct sfp_mem_s *sfpmem,
4083 sfp->sfpmem = sfpmem;