Symbol: if_sffpage
sbin/ifconfig/sff.c
349
static int if_sff8472(int, const struct if_sffpage *);
sbin/ifconfig/sff.c
350
static int if_sff8636(int, const struct if_sffpage *);
sbin/ifconfig/sff.c
351
static int if_inf8077(int, const struct if_sffpage *);
sbin/ifconfig/sff.c
388
if_sffpage_init(struct if_sffpage *sff, uint8_t addr, uint8_t page)
sbin/ifconfig/sff.c
401
if_sffpage_dump(const struct if_sffpage *sff)
sbin/ifconfig/sff.c
413
struct if_sffpage pg0;
sbin/ifconfig/sff.c
469
if_sff_ascii_print(const struct if_sffpage *sff, const char *name,
sbin/ifconfig/sff.c
505
if_sff_date_print(const struct if_sffpage *sff, const char *name,
sbin/ifconfig/sff.c
525
if_sff_int(const struct if_sffpage *sff, size_t start)
sbin/ifconfig/sff.c
533
if_sff_uint(const struct if_sffpage *sff, size_t start)
sbin/ifconfig/sff.c
541
if_sff_power2dbm(const struct if_sffpage *sff, size_t start)
sbin/ifconfig/sff.c
580
if_sff_printmedia(const struct if_sffpage *pg, const struct sff_media_map *m)
sbin/ifconfig/sff.c
615
if_sff8472(int dump, const struct if_sffpage *pg0)
sbin/ifconfig/sff.c
617
struct if_sffpage ddm;
sbin/ifconfig/sff.c
696
if_upper_strings(const struct if_sffpage *pg)
sbin/ifconfig/sff.c
718
if_inf8077(int dump, const struct if_sffpage *pg1)
sbin/ifconfig/sff.c
726
if_sff8636_thresh(int dump, const struct if_sffpage *pg0)
sbin/ifconfig/sff.c
728
struct if_sffpage pg3;
sbin/ifconfig/sff.c
820
if_sff8636(int dump, const struct if_sffpage *pg0)
sys/dev/fdt/if_mvneta.c
1067
error = sfp_get_sffpage(sc->sc_sfp, (struct if_sffpage *)addr);
sys/dev/fdt/if_mvpp.c
1841
error = sfp_get_sffpage(sc->sc_sfp, (struct if_sffpage *)addr);
sys/dev/fdt/sfp.c
153
sfp_i2c_get_sffpage(void *cookie, struct if_sffpage *sff)
sys/dev/fdt/sfp.c
53
int sfp_i2c_get_sffpage(void *, struct if_sffpage *);
sys/dev/ofw/ofw_misc.c
391
sfp_get_sffpage(uint32_t phandle, struct if_sffpage *sff)
sys/dev/ofw/ofw_misc.c
423
struct if_sffpage sff;
sys/dev/ofw/ofw_misc.h
110
int sfp_get_sffpage(uint32_t, struct if_sffpage *);
sys/dev/ofw/ofw_misc.h
93
struct if_sffpage;
sys/dev/ofw/ofw_misc.h
98
int (*sd_get_sffpage)(void *, struct if_sffpage *);
sys/dev/pci/if_aq_pci.c
1157
int aq_get_sffpage(struct aq_softc *, struct if_sffpage *);
sys/dev/pci/if_aq_pci.c
3855
error = aq_get_sffpage(sc, (struct if_sffpage *)data);
sys/dev/pci/if_aq_pci.c
3968
aq_get_sffpage(struct aq_softc *sc, struct if_sffpage *sff)
sys/dev/pci/if_bnxt.c
1465
error = bnxt_get_sffpage(sc, (struct if_sffpage *)data);
sys/dev/pci/if_bnxt.c
427
int bnxt_get_sffpage(struct bnxt_softc *, struct if_sffpage *);
sys/dev/pci/if_bnxt.c
4288
bnxt_get_sffpage(struct bnxt_softc *softc, struct if_sffpage *sff)
sys/dev/pci/if_em.c
313
int em_get_sffpage(struct em_softc *, struct if_sffpage *);
sys/dev/pci/if_em.c
4238
em_get_sffpage(struct em_softc *sc, struct if_sffpage *sff)
sys/dev/pci/if_em.c
794
error = em_get_sffpage(sc, (struct if_sffpage *)data);
sys/dev/pci/if_ice.c
13690
ice_get_sffpage(struct ice_softc *sc, struct if_sffpage *sff)
sys/dev/pci/if_ice.c
13817
error = ice_get_sffpage(sc, (struct if_sffpage *)data);
sys/dev/pci/if_ix.c
117
int ixgbe_get_sffpage(struct ix_softc *, struct if_sffpage *);
sys/dev/pci/if_ix.c
583
error = ixgbe_get_sffpage(sc, (struct if_sffpage *)data);
sys/dev/pci/if_ix.c
606
ixgbe_get_sffpage(struct ix_softc *sc, struct if_sffpage *sff)
sys/dev/pci/if_ixl.c
1323
static int ixl_get_sffpage(struct ixl_softc *, struct if_sffpage *);
sys/dev/pci/if_ixl.c
2144
error = ixl_get_sffpage(sc, (struct if_sffpage *)data);
sys/dev/pci/if_ixl.c
4163
int (*open)(struct ixl_softc *sc, struct if_sffpage *, uint8_t *);
sys/dev/pci/if_ixl.c
4164
int (*get)(struct ixl_softc *sc, struct if_sffpage *, size_t);
sys/dev/pci/if_ixl.c
4165
int (*close)(struct ixl_softc *sc, struct if_sffpage *, uint8_t);
sys/dev/pci/if_ixl.c
4169
ixl_sfp_open(struct ixl_softc *sc, struct if_sffpage *sff, uint8_t *page)
sys/dev/pci/if_ixl.c
4189
ixl_sfp_get(struct ixl_softc *sc, struct if_sffpage *sff, size_t i)
sys/dev/pci/if_ixl.c
4195
ixl_sfp_close(struct ixl_softc *sc, struct if_sffpage *sff, uint8_t page)
sys/dev/pci/if_ixl.c
4219
ixl_qsfp_open(struct ixl_softc *sc, struct if_sffpage *sff, uint8_t *page)
sys/dev/pci/if_ixl.c
4228
ixl_qsfp_get(struct ixl_softc *sc, struct if_sffpage *sff, size_t i)
sys/dev/pci/if_ixl.c
4234
ixl_qsfp_close(struct ixl_softc *sc, struct if_sffpage *sff, uint8_t page)
sys/dev/pci/if_ixl.c
4246
ixl_get_sffpage(struct ixl_softc *sc, struct if_sffpage *sff)
sys/dev/pci/if_ixv.c
109
int ixgbe_get_sffpage(struct ix_softc *, struct if_sffpage *);
sys/dev/pci/if_mcx.c
2630
static int mcx_get_sffpage(struct ifnet *, struct if_sffpage *);
sys/dev/pci/if_mcx.c
7622
error = mcx_get_sffpage(ifp, (struct if_sffpage *)data);
sys/dev/pci/if_mcx.c
7714
mcx_get_sffpage(struct ifnet *ifp, struct if_sffpage *sff)
sys/dev/pci/if_myx.c
1005
myx_get_sffpage(struct myx_softc *sc, struct if_sffpage *sff)
sys/dev/pci/if_myx.c
211
int myx_get_sffpage(struct myx_softc *, struct if_sffpage *);
sys/dev/pci/if_myx.c
932
error = myx_get_sffpage(sc, (struct if_sffpage *)data);
sys/net/if.c
2715
const struct if_sffpage *sff = (const struct if_sffpage *)data;
sys/sys/sockio.h
71
#define SIOCGIFSFFPAGE _IOWR('i', 57, struct if_sffpage) /* get SFF page */