Symbol: myx_softc
sys/dev/pci/if_myx.c
1005
myx_get_sffpage(struct myx_softc *sc, struct if_sffpage *sff)
sys/dev/pci/if_myx.c
1032
myx_up(struct myx_softc *sc)
sys/dev/pci/if_myx.c
1299
myx_setlladdr(struct myx_softc *sc, u_int32_t cmd, u_int8_t *addr)
sys/dev/pci/if_myx.c
1316
myx_iff(struct myx_softc *sc)
sys/dev/pci/if_myx.c
1372
myx_down(struct myx_softc *sc)
sys/dev/pci/if_myx.c
1450
myx_write_txd_tail(struct myx_softc *sc, struct myx_slot *ms, u_int8_t flags,
sys/dev/pci/if_myx.c
1487
struct myx_softc *sc = ifp->if_softc;
sys/dev/pci/if_myx.c
1616
myx_load_mbuf(struct myx_softc *sc, struct myx_slot *ms, struct mbuf *m)
sys/dev/pci/if_myx.c
1642
struct myx_softc *sc = (struct myx_softc *)arg;
sys/dev/pci/if_myx.c
1718
struct myx_softc *sc = mrr->mrr_softc;
sys/dev/pci/if_myx.c
1727
myx_txeof(struct myx_softc *sc, u_int32_t done_count)
sys/dev/pci/if_myx.c
175
int myx_pcie_dc(struct myx_softc *, struct pci_attach_args *);
sys/dev/pci/if_myx.c
176
int myx_query(struct myx_softc *sc, char *, size_t);
sys/dev/pci/if_myx.c
1763
myx_rxeof(struct myx_softc *sc)
sys/dev/pci/if_myx.c
179
int myx_loadfirmware(struct myx_softc *, const char *);
sys/dev/pci/if_myx.c
180
int myx_probe_firmware(struct myx_softc *);
sys/dev/pci/if_myx.c
182
void myx_read(struct myx_softc *, bus_size_t, void *, bus_size_t);
sys/dev/pci/if_myx.c
1828
myx_rx_fill_slots(struct myx_softc *sc, struct myx_rx_ring *mrr, u_int slots)
sys/dev/pci/if_myx.c
183
void myx_write(struct myx_softc *, bus_size_t, void *, bus_size_t);
sys/dev/pci/if_myx.c
1874
myx_rx_init(struct myx_softc *sc, int ring, bus_size_t size)
sys/dev/pci/if_myx.c
1916
myx_rx_fill(struct myx_softc *sc, struct myx_rx_ring *mrr)
sys/dev/pci/if_myx.c
1932
myx_rx_empty(struct myx_softc *sc, struct myx_rx_ring *mrr)
sys/dev/pci/if_myx.c
195
int myx_cmd(struct myx_softc *, u_int32_t, struct myx_cmd *, u_int32_t *);
sys/dev/pci/if_myx.c
1952
myx_rx_free(struct myx_softc *sc, struct myx_rx_ring *mrr)
sys/dev/pci/if_myx.c
196
int myx_boot(struct myx_softc *, u_int32_t);
sys/dev/pci/if_myx.c
198
int myx_rdma(struct myx_softc *, u_int);
sys/dev/pci/if_myx.c
199
int myx_dmamem_alloc(struct myx_softc *, struct myx_dmamem *,
sys/dev/pci/if_myx.c
2002
myx_buf_fill(struct myx_softc *sc, struct myx_slot *ms,
sys/dev/pci/if_myx.c
201
void myx_dmamem_free(struct myx_softc *, struct myx_dmamem *);
sys/dev/pci/if_myx.c
2027
myx_tx_init(struct myx_softc *sc, bus_size_t size)
sys/dev/pci/if_myx.c
204
void myx_link_state(struct myx_softc *, u_int32_t);
sys/dev/pci/if_myx.c
2062
myx_tx_empty(struct myx_softc *sc)
sys/dev/pci/if_myx.c
207
int myx_rxrinfo(struct myx_softc *, struct if_rxrinfo *);
sys/dev/pci/if_myx.c
208
void myx_up(struct myx_softc *);
sys/dev/pci/if_myx.c
2084
myx_tx_free(struct myx_softc *sc)
sys/dev/pci/if_myx.c
209
void myx_iff(struct myx_softc *);
sys/dev/pci/if_myx.c
210
void myx_down(struct myx_softc *);
sys/dev/pci/if_myx.c
211
int myx_get_sffpage(struct myx_softc *, struct if_sffpage *);
sys/dev/pci/if_myx.c
214
void myx_write_txd_tail(struct myx_softc *, struct myx_slot *, u_int8_t,
sys/dev/pci/if_myx.c
2154
struct myx_softc *sc = ks->ks_softc;
sys/dev/pci/if_myx.c
216
int myx_load_mbuf(struct myx_softc *, struct myx_slot *, struct mbuf *);
sys/dev/pci/if_myx.c
217
int myx_setlladdr(struct myx_softc *, u_int32_t, u_int8_t *);
sys/dev/pci/if_myx.c
219
void myx_rxeof(struct myx_softc *);
sys/dev/pci/if_myx.c
2194
struct myx_softc *sc = arg;
sys/dev/pci/if_myx.c
220
void myx_txeof(struct myx_softc *, u_int32_t);
sys/dev/pci/if_myx.c
2210
myx_kstat_start(struct myx_softc *sc)
sys/dev/pci/if_myx.c
2219
myx_kstat_stop(struct myx_softc *sc)
sys/dev/pci/if_myx.c
222
int myx_buf_fill(struct myx_softc *, struct myx_slot *,
sys/dev/pci/if_myx.c
2236
myx_kstat_attach(struct myx_softc *sc)
sys/dev/pci/if_myx.c
227
int myx_rx_init(struct myx_softc *, int, bus_size_t);
sys/dev/pci/if_myx.c
228
int myx_rx_fill(struct myx_softc *, struct myx_rx_ring *);
sys/dev/pci/if_myx.c
229
void myx_rx_empty(struct myx_softc *, struct myx_rx_ring *);
sys/dev/pci/if_myx.c
230
void myx_rx_free(struct myx_softc *, struct myx_rx_ring *);
sys/dev/pci/if_myx.c
232
int myx_tx_init(struct myx_softc *, bus_size_t);
sys/dev/pci/if_myx.c
233
void myx_tx_empty(struct myx_softc *);
sys/dev/pci/if_myx.c
234
void myx_tx_free(struct myx_softc *);
sys/dev/pci/if_myx.c
239
void myx_kstat_attach(struct myx_softc *);
sys/dev/pci/if_myx.c
240
void myx_kstat_start(struct myx_softc *);
sys/dev/pci/if_myx.c
241
void myx_kstat_stop(struct myx_softc *);
sys/dev/pci/if_myx.c
248
sizeof(struct myx_softc), myx_match, myx_attach
sys/dev/pci/if_myx.c
265
struct myx_softc *sc = (struct myx_softc *)self;
sys/dev/pci/if_myx.c
325
myx_pcie_dc(struct myx_softc *sc, struct pci_attach_args *pa)
sys/dev/pci/if_myx.c
372
myx_query(struct myx_softc *sc, char *part, size_t partlen)
sys/dev/pci/if_myx.c
414
myx_loadfirmware(struct myx_softc *sc, const char *filename)
sys/dev/pci/if_myx.c
471
struct myx_softc *sc = (struct myx_softc *)self;
sys/dev/pci/if_myx.c
555
myx_probe_firmware(struct myx_softc *sc)
sys/dev/pci/if_myx.c
636
myx_read(struct myx_softc *sc, bus_size_t off, void *ptr, bus_size_t len)
sys/dev/pci/if_myx.c
644
myx_write(struct myx_softc *sc, bus_size_t off, void *ptr, bus_size_t len)
sys/dev/pci/if_myx.c
652
myx_dmamem_alloc(struct myx_softc *sc, struct myx_dmamem *mxm,
sys/dev/pci/if_myx.c
684
myx_dmamem_free(struct myx_softc *sc, struct myx_dmamem *mxm)
sys/dev/pci/if_myx.c
693
myx_cmd(struct myx_softc *sc, u_int32_t cmd, struct myx_cmd *mc, u_int32_t *r)
sys/dev/pci/if_myx.c
739
myx_boot(struct myx_softc *sc, u_int32_t length)
sys/dev/pci/if_myx.c
783
myx_rdma(struct myx_softc *sc, u_int do_enable)
sys/dev/pci/if_myx.c
843
struct myx_softc *sc = (struct myx_softc *)ifp->if_softc;
sys/dev/pci/if_myx.c
871
myx_link_state(struct myx_softc *sc, u_int32_t sts)
sys/dev/pci/if_myx.c
895
struct myx_softc *sc = (struct myx_softc *)ifp->if_softc;
sys/dev/pci/if_myx.c
90
struct myx_softc *mrr_softc;
sys/dev/pci/if_myx.c
952
myx_rxrinfo(struct myx_softc *sc, struct if_rxrinfo *ifri)
sys/dev/pci/if_myx.c
970
myx_i2c_byte(struct myx_softc *sc, uint8_t addr, uint8_t off, uint8_t *byte)