Home
last modified time | relevance | path

Searched defs:sff (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/sbin/ifconfig/
H A Dsff.c388 if_sffpage_init(struct if_sffpage *sff, uint8_t addr, uint8_t page) in if_sffpage_init()
401 if_sffpage_dump(const struct if_sffpage *sff) in if_sffpage_dump()
469 if_sff_ascii_print(const struct if_sffpage *sff, const char *name, in if_sff_ascii_print()
505 if_sff_date_print(const struct if_sffpage *sff, const char *name, in if_sff_date_print()
525 if_sff_int(const struct if_sffpage *sff, size_t start) in if_sff_int()
533 if_sff_uint(const struct if_sffpage *sff, size_t start) in if_sff_uint()
541 if_sff_power2dbm(const struct if_sffpage *sff, size_t start) in if_sff_power2dbm()
/openbsd-src/sys/dev/fdt/
H A Dsfp.c153 sfp_i2c_get_sffpage(void *cookie, struct if_sffpage *sff) in sfp_i2c_get_sffpage()
/openbsd-src/sys/dev/ofw/
H A Dofw_misc.c391 sfp_get_sffpage(uint32_t phandle, struct if_sffpage *sff) in sfp_get_sffpage()
423 struct if_sffpage sff; in sfp_add_media() local
/openbsd-src/sys/dev/pci/
H A Dif_ixl.c4198 error = ixl_sff_set_byte(sc, IFSFF_ADDR_EEPROM, 127, sff->sff_page); in ixl_sfp_get() argument
4178 ixl_sfp_open(struct ixl_softc * sc,struct if_sffpage * sff,uint8_t * page) ixl_sfp_open() argument
4204 ixl_sfp_close(struct ixl_softc * sc,struct if_sffpage * sff,uint8_t page) ixl_sfp_close() argument
4228 ixl_qsfp_open(struct ixl_softc * sc,struct if_sffpage * sff,uint8_t * page) ixl_qsfp_open() argument
4237 ixl_qsfp_get(struct ixl_softc * sc,struct if_sffpage * sff,size_t i) ixl_qsfp_get() argument
4243 ixl_qsfp_close(struct ixl_softc * sc,struct if_sffpage * sff,uint8_t page) ixl_qsfp_close() argument
4255 ixl_get_sffpage(struct ixl_softc * sc,struct if_sffpage * sff) ixl_get_sffpage() argument
[all...]
H A Dif_em.c4237 em_get_sffpage(struct em_softc * sc,struct if_sffpage * sff) em_get_sffpage() argument
H A Dif_myx.c1005 myx_get_sffpage(struct myx_softc *sc, struct if_sffpage *sff) in myx_get_sffpage()
H A Dif_ix.c595 ixgbe_get_sffpage(struct ix_softc * sc,struct if_sffpage * sff) ixgbe_get_sffpage() argument
H A Dif_bnxt.c3530 bnxt_get_sffpage(struct bnxt_softc * softc,struct if_sffpage * sff) bnxt_get_sffpage() argument
H A Dif_mcx.c7698 mcx_get_sffpage(struct ifnet * ifp,struct if_sffpage * sff) mcx_get_sffpage() argument
/openbsd-src/sys/net/
H A Dif.c2616 const struct if_sffpage *sff = (const struct if_sffpage *)data; if_sffpage_check() local