if_sffpage
static int if_sff8472(int, const struct if_sffpage *);
static int if_sff8636(int, const struct if_sffpage *);
static int if_inf8077(int, const struct if_sffpage *);
if_sffpage_init(struct if_sffpage *sff, uint8_t addr, uint8_t page)
if_sffpage_dump(const struct if_sffpage *sff)
struct if_sffpage pg0;
if_sff_ascii_print(const struct if_sffpage *sff, const char *name,
if_sff_date_print(const struct if_sffpage *sff, const char *name,
if_sff_int(const struct if_sffpage *sff, size_t start)
if_sff_uint(const struct if_sffpage *sff, size_t start)
if_sff_power2dbm(const struct if_sffpage *sff, size_t start)
if_sff_printmedia(const struct if_sffpage *pg, const struct sff_media_map *m)
if_sff8472(int dump, const struct if_sffpage *pg0)
struct if_sffpage ddm;
if_upper_strings(const struct if_sffpage *pg)
if_inf8077(int dump, const struct if_sffpage *pg1)
if_sff8636_thresh(int dump, const struct if_sffpage *pg0)
struct if_sffpage pg3;
if_sff8636(int dump, const struct if_sffpage *pg0)
error = sfp_get_sffpage(sc->sc_sfp, (struct if_sffpage *)addr);
error = sfp_get_sffpage(sc->sc_sfp, (struct if_sffpage *)addr);
sfp_i2c_get_sffpage(void *cookie, struct if_sffpage *sff)
int sfp_i2c_get_sffpage(void *, struct if_sffpage *);
sfp_get_sffpage(uint32_t phandle, struct if_sffpage *sff)
struct if_sffpage sff;
int sfp_get_sffpage(uint32_t, struct if_sffpage *);
struct if_sffpage;
int (*sd_get_sffpage)(void *, struct if_sffpage *);
int aq_get_sffpage(struct aq_softc *, struct if_sffpage *);
error = aq_get_sffpage(sc, (struct if_sffpage *)data);
aq_get_sffpage(struct aq_softc *sc, struct if_sffpage *sff)
error = bnxt_get_sffpage(sc, (struct if_sffpage *)data);
int bnxt_get_sffpage(struct bnxt_softc *, struct if_sffpage *);
bnxt_get_sffpage(struct bnxt_softc *softc, struct if_sffpage *sff)
int em_get_sffpage(struct em_softc *, struct if_sffpage *);
em_get_sffpage(struct em_softc *sc, struct if_sffpage *sff)
error = em_get_sffpage(sc, (struct if_sffpage *)data);
ice_get_sffpage(struct ice_softc *sc, struct if_sffpage *sff)
error = ice_get_sffpage(sc, (struct if_sffpage *)data);
int ixgbe_get_sffpage(struct ix_softc *, struct if_sffpage *);
error = ixgbe_get_sffpage(sc, (struct if_sffpage *)data);
ixgbe_get_sffpage(struct ix_softc *sc, struct if_sffpage *sff)
static int ixl_get_sffpage(struct ixl_softc *, struct if_sffpage *);
error = ixl_get_sffpage(sc, (struct if_sffpage *)data);
int (*open)(struct ixl_softc *sc, struct if_sffpage *, uint8_t *);
int (*get)(struct ixl_softc *sc, struct if_sffpage *, size_t);
int (*close)(struct ixl_softc *sc, struct if_sffpage *, uint8_t);
ixl_sfp_open(struct ixl_softc *sc, struct if_sffpage *sff, uint8_t *page)
ixl_sfp_get(struct ixl_softc *sc, struct if_sffpage *sff, size_t i)
ixl_sfp_close(struct ixl_softc *sc, struct if_sffpage *sff, uint8_t page)
ixl_qsfp_open(struct ixl_softc *sc, struct if_sffpage *sff, uint8_t *page)
ixl_qsfp_get(struct ixl_softc *sc, struct if_sffpage *sff, size_t i)
ixl_qsfp_close(struct ixl_softc *sc, struct if_sffpage *sff, uint8_t page)
ixl_get_sffpage(struct ixl_softc *sc, struct if_sffpage *sff)
int ixgbe_get_sffpage(struct ix_softc *, struct if_sffpage *);
static int mcx_get_sffpage(struct ifnet *, struct if_sffpage *);
error = mcx_get_sffpage(ifp, (struct if_sffpage *)data);
mcx_get_sffpage(struct ifnet *ifp, struct if_sffpage *sff)
myx_get_sffpage(struct myx_softc *sc, struct if_sffpage *sff)
int myx_get_sffpage(struct myx_softc *, struct if_sffpage *);
error = myx_get_sffpage(sc, (struct if_sffpage *)data);
const struct if_sffpage *sff = (const struct if_sffpage *)data;
#define SIOCGIFSFFPAGE _IOWR('i', 57, struct if_sffpage) /* get SFF page */