myx_softc          91 dev/pci/if_myx.c struct myx_softc {
myx_softc         150 dev/pci/if_myx.c int	 myx_query(struct myx_softc *sc);
myx_softc         152 dev/pci/if_myx.c int	 myx_loadfirmware(struct myx_softc *, u_int8_t *, size_t,
myx_softc         155 dev/pci/if_myx.c void	 myx_read(struct myx_softc *, bus_size_t, u_int8_t *, bus_size_t);
myx_softc         156 dev/pci/if_myx.c void	 myx_rawread(struct myx_softc *, bus_size_t, u_int8_t *, bus_size_t);
myx_softc         157 dev/pci/if_myx.c void	 myx_write(struct myx_softc *, bus_size_t, u_int8_t *, bus_size_t);
myx_softc         158 dev/pci/if_myx.c void	 myx_rawwrite(struct myx_softc *, bus_size_t, u_int8_t *, bus_size_t);
myx_softc         159 dev/pci/if_myx.c int	 myx_cmd(struct myx_softc *, u_int32_t, struct myx_cmd *, u_int32_t *);
myx_softc         160 dev/pci/if_myx.c int	 myx_boot(struct myx_softc *, u_int32_t, struct myx_bootcmd *);
myx_softc         161 dev/pci/if_myx.c int	 myx_rdma(struct myx_softc *, u_int);
myx_softc         162 dev/pci/if_myx.c int	 myx_reset(struct myx_softc *);
myx_softc         163 dev/pci/if_myx.c int	 myx_dmamem_alloc(struct myx_softc *, struct myx_dmamem *,
myx_softc         165 dev/pci/if_myx.c void	 myx_dmamem_free(struct myx_softc *, struct myx_dmamem *);
myx_softc         168 dev/pci/if_myx.c void	 myx_link_state(struct myx_softc *);
myx_softc         172 dev/pci/if_myx.c void	 myx_iff(struct myx_softc *);
myx_softc         176 dev/pci/if_myx.c int	 myx_setlladdr(struct myx_softc *, u_int8_t *);
myx_softc         178 dev/pci/if_myx.c int	 myx_init_rings(struct myx_softc *);
myx_softc         179 dev/pci/if_myx.c void	 myx_free_rings(struct myx_softc *);
myx_softc         180 dev/pci/if_myx.c struct mbuf *myx_getbuf(struct myx_softc *, bus_dmamap_t, int);
myx_softc         186 dev/pci/if_myx.c 	sizeof(struct myx_softc), myx_match, myx_attach
myx_softc         203 dev/pci/if_myx.c 	struct myx_softc	*sc = (struct myx_softc *)self;
myx_softc         344 dev/pci/if_myx.c myx_query(struct myx_softc *sc)
myx_softc         369 dev/pci/if_myx.c myx_loadfirmware(struct myx_softc *sc, u_int8_t *fw, size_t fwlen,
myx_softc         410 dev/pci/if_myx.c 	struct myx_softc	*sc = (struct myx_softc *)arg;
myx_softc         475 dev/pci/if_myx.c myx_read(struct myx_softc *sc, bus_size_t off, u_int8_t *ptr, bus_size_t len)
myx_softc         483 dev/pci/if_myx.c myx_rawread(struct myx_softc *sc, bus_size_t off, u_int8_t *ptr,
myx_softc         492 dev/pci/if_myx.c myx_write(struct myx_softc *sc, bus_size_t off, u_int8_t *ptr, bus_size_t len)
myx_softc         500 dev/pci/if_myx.c myx_rawwrite(struct myx_softc *sc, bus_size_t off, u_int8_t *ptr,
myx_softc         509 dev/pci/if_myx.c myx_dmamem_alloc(struct myx_softc *sc, struct myx_dmamem *mxm,
myx_softc         543 dev/pci/if_myx.c myx_dmamem_free(struct myx_softc *sc, struct myx_dmamem *mxm)
myx_softc         552 dev/pci/if_myx.c myx_cmd(struct myx_softc *sc, u_int32_t cmd, struct myx_cmd *mc, u_int32_t *r)
myx_softc         631 dev/pci/if_myx.c myx_boot(struct myx_softc *sc, u_int32_t length, struct myx_bootcmd *bc)
myx_softc         669 dev/pci/if_myx.c myx_rdma(struct myx_softc *sc, u_int do_enable)
myx_softc         713 dev/pci/if_myx.c myx_reset(struct myx_softc *sc)
myx_softc         776 dev/pci/if_myx.c 	struct myx_softc	*sc = (struct myx_softc *)ifp->if_softc;
myx_softc         792 dev/pci/if_myx.c myx_link_state(struct myx_softc *sc)
myx_softc         816 dev/pci/if_myx.c 	struct myx_softc	*sc = (struct myx_softc *)arg;
myx_softc         828 dev/pci/if_myx.c 	struct myx_softc	*sc = (struct myx_softc *)ifp->if_softc;
myx_softc         896 dev/pci/if_myx.c myx_iff(struct myx_softc *sc)
myx_softc         905 dev/pci/if_myx.c 	struct myx_softc	*sc = (struct myx_softc *)ifp->if_softc;
myx_softc         932 dev/pci/if_myx.c 	struct myx_softc	*sc = (struct myx_softc *)ifp->if_softc;
myx_softc         943 dev/pci/if_myx.c myx_setlladdr(struct myx_softc *sc, u_int8_t *addr)
myx_softc         960 dev/pci/if_myx.c 	struct myx_softc	*sc = (struct myx_softc *)arg;
myx_softc        1022 dev/pci/if_myx.c myx_init_rings(struct myx_softc *sc)
myx_softc        1220 dev/pci/if_myx.c myx_free_rings(struct myx_softc *sc)
myx_softc        1250 dev/pci/if_myx.c myx_getbuf(struct myx_softc *sc, bus_dmamap_t map, int wait)