nxe_softc
struct nxe_softc *sc = ifp->if_softc;
nxe_up(struct nxe_softc *sc)
nxe_up_fw(struct nxe_softc *sc)
nxe_lladdr(struct nxe_softc *sc)
nxe_iff(struct nxe_softc *sc)
nxe_down(struct nxe_softc *sc)
struct nxe_softc *sc = ifp->if_softc;
nxe_complete(struct nxe_softc *sc)
nxe_load_pkt(struct nxe_softc *sc, bus_dmamap_t dmap, struct mbuf *m)
nxe_rx_start(struct nxe_softc *sc)
struct nxe_softc *sc = ifp->if_softc;
nxe_link_state(struct nxe_softc *sc)
nxe_board_info(struct nxe_softc *sc)
nxe_user_info(struct nxe_softc *sc)
nxe_init(struct nxe_softc *sc)
nxe_uninit(struct nxe_softc *sc)
struct nxe_softc *sc = (struct nxe_softc *)self;
struct nxe_softc *sc = xsc;
nxe_ring_alloc(struct nxe_softc *sc, size_t desclen, u_int nentries)
nxe_ring_sync(struct nxe_softc *sc, struct nxe_ring *nr, int flags)
nxe_ring_free(struct nxe_softc *sc, struct nxe_ring *nr)
nxe_ring_cur(struct nxe_softc *sc, struct nxe_ring *nr)
nxe_ring_next(struct nxe_softc *sc, struct nxe_ring *nr)
nxe_pkt_alloc(struct nxe_softc *sc, u_int npkts, int nsegs)
nxe_pkt_free(struct nxe_softc *sc, struct nxe_pkt_list *npl)
nxe_dmamem_alloc(struct nxe_softc *sc, bus_size_t size, bus_size_t align)
nxe_dmamem_free(struct nxe_softc *sc, struct nxe_dmamem *ndm)
nxe_read(struct nxe_softc *sc, bus_size_t r)
nxe_write(struct nxe_softc *sc, bus_size_t r, u_int32_t v)
nxe_wait(struct nxe_softc *sc, bus_size_t r, u_int32_t m, u_int32_t v,
nxe_doorbell(struct nxe_softc *sc, u_int32_t v)
nxe_crb_set(struct nxe_softc *sc, int window)
nxe_crb_read(struct nxe_softc *sc, bus_size_t r)
nxe_crb_write(struct nxe_softc *sc, bus_size_t r, u_int32_t v)
nxe_crb_wait(struct nxe_softc *sc, bus_size_t r, u_int32_t m, u_int32_t v,
nxe_rom_lock(struct nxe_softc *sc)
nxe_rom_unlock(struct nxe_softc *sc)
nxe_rom_read(struct nxe_softc *sc, u_int32_t r, u_int32_t *v)
nxe_rom_read_region(struct nxe_softc *sc, u_int32_t r, void *buf,
sizeof(struct nxe_softc),
int nxe_pci_map(struct nxe_softc *,
void nxe_pci_unmap(struct nxe_softc *);
int nxe_board_info(struct nxe_softc *);
int nxe_user_info(struct nxe_softc *);
int nxe_init(struct nxe_softc *);
void nxe_uninit(struct nxe_softc *);
void nxe_link_state(struct nxe_softc *);
int nxe_complete(struct nxe_softc *);
void nxe_rx_start(struct nxe_softc *);
void nxe_up(struct nxe_softc *);
void nxe_lladdr(struct nxe_softc *);
void nxe_iff(struct nxe_softc *);
void nxe_down(struct nxe_softc *);
int nxe_up_fw(struct nxe_softc *);
struct nxe_ring *nxe_ring_alloc(struct nxe_softc *, size_t, u_int);
void nxe_ring_sync(struct nxe_softc *, struct nxe_ring *,
void nxe_ring_free(struct nxe_softc *, struct nxe_ring *);
void *nxe_ring_cur(struct nxe_softc *, struct nxe_ring *);
void *nxe_ring_next(struct nxe_softc *, struct nxe_ring *);
struct mbuf *nxe_load_pkt(struct nxe_softc *, bus_dmamap_t,
struct nxe_pkt_list *nxe_pkt_alloc(struct nxe_softc *, u_int, int);
void nxe_pkt_free(struct nxe_softc *,
struct nxe_dmamem *nxe_dmamem_alloc(struct nxe_softc *, bus_size_t,
void nxe_dmamem_free(struct nxe_softc *,
u_int32_t nxe_read(struct nxe_softc *, bus_size_t);
void nxe_write(struct nxe_softc *, bus_size_t, u_int32_t);
int nxe_wait(struct nxe_softc *, bus_size_t, u_int32_t,
void nxe_doorbell(struct nxe_softc *, u_int32_t);
int nxe_crb_set(struct nxe_softc *, int);
u_int32_t nxe_crb_read(struct nxe_softc *, bus_size_t);
void nxe_crb_write(struct nxe_softc *, bus_size_t,
int nxe_crb_wait(struct nxe_softc *, bus_size_t,
int nxe_rom_lock(struct nxe_softc *);
void nxe_rom_unlock(struct nxe_softc *);
int nxe_rom_read(struct nxe_softc *, u_int32_t,
int nxe_rom_read_region(struct nxe_softc *, u_int32_t,
struct nxe_softc *sc = (struct nxe_softc *)self;
nxe_pci_map(struct nxe_softc *sc, struct pci_attach_args *pa)
nxe_pci_unmap(struct nxe_softc *sc)
struct nxe_softc *sc = xsc;