nxe_softc 659 dev/pci/if_nxe.c struct nxe_softc { nxe_softc 713 dev/pci/if_nxe.c sizeof(struct nxe_softc), nxe_softc 725 dev/pci/if_nxe.c int nxe_pci_map(struct nxe_softc *, nxe_softc 727 dev/pci/if_nxe.c void nxe_pci_unmap(struct nxe_softc *); nxe_softc 729 dev/pci/if_nxe.c int nxe_board_info(struct nxe_softc *); nxe_softc 730 dev/pci/if_nxe.c int nxe_user_info(struct nxe_softc *); nxe_softc 731 dev/pci/if_nxe.c int nxe_init(struct nxe_softc *); nxe_softc 732 dev/pci/if_nxe.c void nxe_uninit(struct nxe_softc *); nxe_softc 737 dev/pci/if_nxe.c void nxe_link_state(struct nxe_softc *); nxe_softc 744 dev/pci/if_nxe.c void nxe_up(struct nxe_softc *); nxe_softc 745 dev/pci/if_nxe.c void nxe_lladdr(struct nxe_softc *); nxe_softc 746 dev/pci/if_nxe.c void nxe_iff(struct nxe_softc *); nxe_softc 747 dev/pci/if_nxe.c void nxe_down(struct nxe_softc *); nxe_softc 749 dev/pci/if_nxe.c int nxe_up_fw(struct nxe_softc *); nxe_softc 757 dev/pci/if_nxe.c struct nxe_ring *nxe_ring_alloc(struct nxe_softc *, size_t, u_int); nxe_softc 758 dev/pci/if_nxe.c void nxe_ring_sync(struct nxe_softc *, struct nxe_ring *, nxe_softc 760 dev/pci/if_nxe.c void nxe_ring_free(struct nxe_softc *, struct nxe_ring *); nxe_softc 763 dev/pci/if_nxe.c void *nxe_ring_cur(struct nxe_softc *, struct nxe_ring *); nxe_softc 764 dev/pci/if_nxe.c void *nxe_ring_next(struct nxe_softc *, struct nxe_ring *); nxe_softc 766 dev/pci/if_nxe.c struct mbuf *nxe_load_pkt(struct nxe_softc *, bus_dmamap_t, nxe_softc 771 dev/pci/if_nxe.c struct nxe_pkt_list *nxe_pkt_alloc(struct nxe_softc *, u_int, int); nxe_softc 772 dev/pci/if_nxe.c void nxe_pkt_free(struct nxe_softc *, nxe_softc 780 dev/pci/if_nxe.c struct nxe_dmamem *nxe_dmamem_alloc(struct nxe_softc *, bus_size_t, nxe_softc 782 dev/pci/if_nxe.c void nxe_dmamem_free(struct nxe_softc *, nxe_softc 786 dev/pci/if_nxe.c u_int32_t nxe_read(struct nxe_softc *, bus_size_t); nxe_softc 787 dev/pci/if_nxe.c void nxe_write(struct nxe_softc *, bus_size_t, u_int32_t); nxe_softc 788 dev/pci/if_nxe.c int nxe_wait(struct nxe_softc *, bus_size_t, u_int32_t, nxe_softc 791 dev/pci/if_nxe.c int nxe_crb_set(struct nxe_softc *, int); nxe_softc 792 dev/pci/if_nxe.c u_int32_t nxe_crb_read(struct nxe_softc *, bus_size_t); nxe_softc 793 dev/pci/if_nxe.c void nxe_crb_write(struct nxe_softc *, bus_size_t, nxe_softc 795 dev/pci/if_nxe.c int nxe_crb_wait(struct nxe_softc *, bus_size_t, nxe_softc 798 dev/pci/if_nxe.c int nxe_rom_lock(struct nxe_softc *); nxe_softc 799 dev/pci/if_nxe.c void nxe_rom_unlock(struct nxe_softc *); nxe_softc 800 dev/pci/if_nxe.c int nxe_rom_read(struct nxe_softc *, u_int32_t, nxe_softc 802 dev/pci/if_nxe.c int nxe_rom_read_region(struct nxe_softc *, u_int32_t, nxe_softc 845 dev/pci/if_nxe.c struct nxe_softc *sc = (struct nxe_softc *)self; nxe_softc 921 dev/pci/if_nxe.c nxe_pci_map(struct nxe_softc *sc, struct pci_attach_args *pa) nxe_softc 961 dev/pci/if_nxe.c nxe_pci_unmap(struct nxe_softc *sc) nxe_softc 979 dev/pci/if_nxe.c struct nxe_softc *sc = ifp->if_softc; nxe_softc 1043 dev/pci/if_nxe.c nxe_up(struct nxe_softc *sc) nxe_softc 1162 dev/pci/if_nxe.c nxe_up_fw(struct nxe_softc *sc) nxe_softc 1186 dev/pci/if_nxe.c nxe_lladdr(struct nxe_softc *sc) nxe_softc 1200 dev/pci/if_nxe.c nxe_iff(struct nxe_softc *sc) nxe_softc 1222 dev/pci/if_nxe.c nxe_down(struct nxe_softc *sc) nxe_softc 1251 dev/pci/if_nxe.c struct nxe_softc *sc = ifp->if_softc; nxe_softc 1375 dev/pci/if_nxe.c nxe_load_pkt(struct nxe_softc *sc, bus_dmamap_t dmap, struct mbuf *m) nxe_softc 1417 dev/pci/if_nxe.c struct nxe_softc *sc = ifp->if_softc; nxe_softc 1428 dev/pci/if_nxe.c nxe_link_state(struct nxe_softc *sc) nxe_softc 1447 dev/pci/if_nxe.c nxe_board_info(struct nxe_softc *sc) nxe_softc 1493 dev/pci/if_nxe.c nxe_user_info(struct nxe_softc *sc) nxe_softc 1535 dev/pci/if_nxe.c nxe_init(struct nxe_softc *sc) nxe_softc 1598 dev/pci/if_nxe.c nxe_uninit(struct nxe_softc *sc) nxe_softc 1610 dev/pci/if_nxe.c struct nxe_softc *sc = arg; nxe_softc 1642 dev/pci/if_nxe.c struct nxe_softc *sc = xsc; nxe_softc 1681 dev/pci/if_nxe.c nxe_ring_alloc(struct nxe_softc *sc, size_t desclen, u_int nentries) nxe_softc 1702 dev/pci/if_nxe.c nxe_ring_sync(struct nxe_softc *sc, struct nxe_ring *nr, int flags) nxe_softc 1709 dev/pci/if_nxe.c nxe_ring_free(struct nxe_softc *sc, struct nxe_ring *nr) nxe_softc 1736 dev/pci/if_nxe.c nxe_ring_cur(struct nxe_softc *sc, struct nxe_ring *nr) nxe_softc 1742 dev/pci/if_nxe.c nxe_ring_next(struct nxe_softc *sc, struct nxe_ring *nr) nxe_softc 1756 dev/pci/if_nxe.c nxe_pkt_alloc(struct nxe_softc *sc, u_int npkts, int nsegs) nxe_softc 1789 dev/pci/if_nxe.c nxe_pkt_free(struct nxe_softc *sc, struct nxe_pkt_list *npl) nxe_softc 1829 dev/pci/if_nxe.c nxe_dmamem_alloc(struct nxe_softc *sc, bus_size_t size, bus_size_t align) nxe_softc 1871 dev/pci/if_nxe.c nxe_dmamem_free(struct nxe_softc *sc, struct nxe_dmamem *ndm) nxe_softc 1880 dev/pci/if_nxe.c nxe_read(struct nxe_softc *sc, bus_size_t r) nxe_softc 1888 dev/pci/if_nxe.c nxe_write(struct nxe_softc *sc, bus_size_t r, u_int32_t v) nxe_softc 1896 dev/pci/if_nxe.c nxe_wait(struct nxe_softc *sc, bus_size_t r, u_int32_t m, u_int32_t v, nxe_softc 1911 dev/pci/if_nxe.c nxe_crb_set(struct nxe_softc *sc, int window) nxe_softc 1926 dev/pci/if_nxe.c nxe_crb_read(struct nxe_softc *sc, bus_size_t r) nxe_softc 1934 dev/pci/if_nxe.c nxe_crb_write(struct nxe_softc *sc, bus_size_t r, u_int32_t v) nxe_softc 1942 dev/pci/if_nxe.c nxe_crb_wait(struct nxe_softc *sc, bus_size_t r, u_int32_t m, u_int32_t v, nxe_softc 1957 dev/pci/if_nxe.c nxe_rom_lock(struct nxe_softc *sc) nxe_softc 1968 dev/pci/if_nxe.c nxe_rom_unlock(struct nxe_softc *sc) nxe_softc 1974 dev/pci/if_nxe.c nxe_rom_read(struct nxe_softc *sc, u_int32_t r, u_int32_t *v) nxe_softc 2011 dev/pci/if_nxe.c nxe_rom_read_region(struct nxe_softc *sc, u_int32_t r, void *buf,