Symbol: nxe_softc
sys/dev/pci/if_nxe.c
1012
struct nxe_softc *sc = ifp->if_softc;
sys/dev/pci/if_nxe.c
1064
nxe_up(struct nxe_softc *sc)
sys/dev/pci/if_nxe.c
1203
nxe_up_fw(struct nxe_softc *sc)
sys/dev/pci/if_nxe.c
1227
nxe_lladdr(struct nxe_softc *sc)
sys/dev/pci/if_nxe.c
1241
nxe_iff(struct nxe_softc *sc)
sys/dev/pci/if_nxe.c
1264
nxe_down(struct nxe_softc *sc)
sys/dev/pci/if_nxe.c
1297
struct nxe_softc *sc = ifp->if_softc;
sys/dev/pci/if_nxe.c
1396
nxe_complete(struct nxe_softc *sc)
sys/dev/pci/if_nxe.c
1468
nxe_load_pkt(struct nxe_softc *sc, bus_dmamap_t dmap, struct mbuf *m)
sys/dev/pci/if_nxe.c
1495
nxe_rx_start(struct nxe_softc *sc)
sys/dev/pci/if_nxe.c
1572
struct nxe_softc *sc = ifp->if_softc;
sys/dev/pci/if_nxe.c
1583
nxe_link_state(struct nxe_softc *sc)
sys/dev/pci/if_nxe.c
1602
nxe_board_info(struct nxe_softc *sc)
sys/dev/pci/if_nxe.c
1648
nxe_user_info(struct nxe_softc *sc)
sys/dev/pci/if_nxe.c
1690
nxe_init(struct nxe_softc *sc)
sys/dev/pci/if_nxe.c
1753
nxe_uninit(struct nxe_softc *sc)
sys/dev/pci/if_nxe.c
1765
struct nxe_softc *sc = (struct nxe_softc *)self;
sys/dev/pci/if_nxe.c
1797
struct nxe_softc *sc = xsc;
sys/dev/pci/if_nxe.c
1836
nxe_ring_alloc(struct nxe_softc *sc, size_t desclen, u_int nentries)
sys/dev/pci/if_nxe.c
1857
nxe_ring_sync(struct nxe_softc *sc, struct nxe_ring *nr, int flags)
sys/dev/pci/if_nxe.c
1864
nxe_ring_free(struct nxe_softc *sc, struct nxe_ring *nr)
sys/dev/pci/if_nxe.c
1891
nxe_ring_cur(struct nxe_softc *sc, struct nxe_ring *nr)
sys/dev/pci/if_nxe.c
1897
nxe_ring_next(struct nxe_softc *sc, struct nxe_ring *nr)
sys/dev/pci/if_nxe.c
1911
nxe_pkt_alloc(struct nxe_softc *sc, u_int npkts, int nsegs)
sys/dev/pci/if_nxe.c
1941
nxe_pkt_free(struct nxe_softc *sc, struct nxe_pkt_list *npl)
sys/dev/pci/if_nxe.c
1981
nxe_dmamem_alloc(struct nxe_softc *sc, bus_size_t size, bus_size_t align)
sys/dev/pci/if_nxe.c
2020
nxe_dmamem_free(struct nxe_softc *sc, struct nxe_dmamem *ndm)
sys/dev/pci/if_nxe.c
2029
nxe_read(struct nxe_softc *sc, bus_size_t r)
sys/dev/pci/if_nxe.c
2037
nxe_write(struct nxe_softc *sc, bus_size_t r, u_int32_t v)
sys/dev/pci/if_nxe.c
2045
nxe_wait(struct nxe_softc *sc, bus_size_t r, u_int32_t m, u_int32_t v,
sys/dev/pci/if_nxe.c
2060
nxe_doorbell(struct nxe_softc *sc, u_int32_t v)
sys/dev/pci/if_nxe.c
2068
nxe_crb_set(struct nxe_softc *sc, int window)
sys/dev/pci/if_nxe.c
2087
nxe_crb_read(struct nxe_softc *sc, bus_size_t r)
sys/dev/pci/if_nxe.c
2095
nxe_crb_write(struct nxe_softc *sc, bus_size_t r, u_int32_t v)
sys/dev/pci/if_nxe.c
2103
nxe_crb_wait(struct nxe_softc *sc, bus_size_t r, u_int32_t m, u_int32_t v,
sys/dev/pci/if_nxe.c
2118
nxe_rom_lock(struct nxe_softc *sc)
sys/dev/pci/if_nxe.c
2129
nxe_rom_unlock(struct nxe_softc *sc)
sys/dev/pci/if_nxe.c
2135
nxe_rom_read(struct nxe_softc *sc, u_int32_t r, u_int32_t *v)
sys/dev/pci/if_nxe.c
2172
nxe_rom_read_region(struct nxe_softc *sc, u_int32_t r, void *buf,
sys/dev/pci/if_nxe.c
730
sizeof(struct nxe_softc),
sys/dev/pci/if_nxe.c
742
int nxe_pci_map(struct nxe_softc *,
sys/dev/pci/if_nxe.c
744
void nxe_pci_unmap(struct nxe_softc *);
sys/dev/pci/if_nxe.c
746
int nxe_board_info(struct nxe_softc *);
sys/dev/pci/if_nxe.c
747
int nxe_user_info(struct nxe_softc *);
sys/dev/pci/if_nxe.c
748
int nxe_init(struct nxe_softc *);
sys/dev/pci/if_nxe.c
749
void nxe_uninit(struct nxe_softc *);
sys/dev/pci/if_nxe.c
754
void nxe_link_state(struct nxe_softc *);
sys/dev/pci/if_nxe.c
759
int nxe_complete(struct nxe_softc *);
sys/dev/pci/if_nxe.c
762
void nxe_rx_start(struct nxe_softc *);
sys/dev/pci/if_nxe.c
764
void nxe_up(struct nxe_softc *);
sys/dev/pci/if_nxe.c
765
void nxe_lladdr(struct nxe_softc *);
sys/dev/pci/if_nxe.c
766
void nxe_iff(struct nxe_softc *);
sys/dev/pci/if_nxe.c
767
void nxe_down(struct nxe_softc *);
sys/dev/pci/if_nxe.c
769
int nxe_up_fw(struct nxe_softc *);
sys/dev/pci/if_nxe.c
777
struct nxe_ring *nxe_ring_alloc(struct nxe_softc *, size_t, u_int);
sys/dev/pci/if_nxe.c
778
void nxe_ring_sync(struct nxe_softc *, struct nxe_ring *,
sys/dev/pci/if_nxe.c
780
void nxe_ring_free(struct nxe_softc *, struct nxe_ring *);
sys/dev/pci/if_nxe.c
783
void *nxe_ring_cur(struct nxe_softc *, struct nxe_ring *);
sys/dev/pci/if_nxe.c
784
void *nxe_ring_next(struct nxe_softc *, struct nxe_ring *);
sys/dev/pci/if_nxe.c
786
struct mbuf *nxe_load_pkt(struct nxe_softc *, bus_dmamap_t,
sys/dev/pci/if_nxe.c
791
struct nxe_pkt_list *nxe_pkt_alloc(struct nxe_softc *, u_int, int);
sys/dev/pci/if_nxe.c
792
void nxe_pkt_free(struct nxe_softc *,
sys/dev/pci/if_nxe.c
800
struct nxe_dmamem *nxe_dmamem_alloc(struct nxe_softc *, bus_size_t,
sys/dev/pci/if_nxe.c
802
void nxe_dmamem_free(struct nxe_softc *,
sys/dev/pci/if_nxe.c
806
u_int32_t nxe_read(struct nxe_softc *, bus_size_t);
sys/dev/pci/if_nxe.c
807
void nxe_write(struct nxe_softc *, bus_size_t, u_int32_t);
sys/dev/pci/if_nxe.c
808
int nxe_wait(struct nxe_softc *, bus_size_t, u_int32_t,
sys/dev/pci/if_nxe.c
811
void nxe_doorbell(struct nxe_softc *, u_int32_t);
sys/dev/pci/if_nxe.c
813
int nxe_crb_set(struct nxe_softc *, int);
sys/dev/pci/if_nxe.c
814
u_int32_t nxe_crb_read(struct nxe_softc *, bus_size_t);
sys/dev/pci/if_nxe.c
815
void nxe_crb_write(struct nxe_softc *, bus_size_t,
sys/dev/pci/if_nxe.c
817
int nxe_crb_wait(struct nxe_softc *, bus_size_t,
sys/dev/pci/if_nxe.c
820
int nxe_rom_lock(struct nxe_softc *);
sys/dev/pci/if_nxe.c
821
void nxe_rom_unlock(struct nxe_softc *);
sys/dev/pci/if_nxe.c
822
int nxe_rom_read(struct nxe_softc *, u_int32_t,
sys/dev/pci/if_nxe.c
824
int nxe_rom_read_region(struct nxe_softc *, u_int32_t,
sys/dev/pci/if_nxe.c
866
struct nxe_softc *sc = (struct nxe_softc *)self;
sys/dev/pci/if_nxe.c
941
nxe_pci_map(struct nxe_softc *sc, struct pci_attach_args *pa)
sys/dev/pci/if_nxe.c
981
nxe_pci_unmap(struct nxe_softc *sc)
sys/dev/pci/if_nxe.c
993
struct nxe_softc *sc = xsc;