Searched refs:myx_softc (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/sys/dev/pci/ |
| D | if_myx.c | 90 struct myx_softc *mrr_softc; 107 struct myx_softc { struct 175 int myx_pcie_dc(struct myx_softc *, struct pci_attach_args *); argument 176 int myx_query(struct myx_softc *sc, char *, size_t); 179 int myx_loadfirmware(struct myx_softc *, const char *); 180 int myx_probe_firmware(struct myx_softc *); 182 void myx_read(struct myx_softc *, bus_size_t, void *, bus_size_t); 183 void myx_write(struct myx_softc *, bus_size_t, void *, bus_size_t); 195 int myx_cmd(struct myx_softc *, u_int32_t, struct myx_cmd *, u_int32_t *); 196 int myx_boot(struct myx_softc *, u_int32_t); [all …]
|