nxe_pkt_list      638 dev/pci/if_nxe.c struct nxe_pkt_list {
nxe_pkt_list      686 dev/pci/if_nxe.c 	struct nxe_pkt_list	*sc_tx_pkts;
nxe_pkt_list      687 dev/pci/if_nxe.c 	struct nxe_pkt_list	*sc_rx_pkts;
nxe_pkt_list      771 dev/pci/if_nxe.c struct nxe_pkt_list	*nxe_pkt_alloc(struct nxe_softc *, u_int, int);
nxe_pkt_list      773 dev/pci/if_nxe.c 			    struct nxe_pkt_list *);
nxe_pkt_list      774 dev/pci/if_nxe.c void			nxe_pkt_put(struct nxe_pkt_list *, struct nxe_pkt *);
nxe_pkt_list      775 dev/pci/if_nxe.c struct nxe_pkt		*nxe_pkt_get(struct nxe_pkt_list *);
nxe_pkt_list      776 dev/pci/if_nxe.c struct nxe_pkt		*nxe_pkt_used(struct nxe_pkt_list *);
nxe_pkt_list     1755 dev/pci/if_nxe.c struct nxe_pkt_list *
nxe_pkt_list     1758 dev/pci/if_nxe.c 	struct nxe_pkt_list		*npl;
nxe_pkt_list     1762 dev/pci/if_nxe.c 	npl = malloc(sizeof(struct nxe_pkt_list), M_DEVBUF, M_WAITOK);
nxe_pkt_list     1763 dev/pci/if_nxe.c 	bzero(npl, sizeof(struct nxe_pkt_list));
nxe_pkt_list     1789 dev/pci/if_nxe.c nxe_pkt_free(struct nxe_softc *sc, struct nxe_pkt_list *npl)
nxe_pkt_list     1801 dev/pci/if_nxe.c nxe_pkt_get(struct nxe_pkt_list *npl)
nxe_pkt_list     1815 dev/pci/if_nxe.c nxe_pkt_put(struct nxe_pkt_list *npl, struct nxe_pkt *pkt)
nxe_pkt_list     1823 dev/pci/if_nxe.c nxe_pkt_used(struct nxe_pkt_list *npl)