nxe_pkt_list
struct nxe_pkt_list *
struct nxe_pkt_list *npl;
nxe_pkt_free(struct nxe_softc *sc, struct nxe_pkt_list *npl)
nxe_pkt_get(struct nxe_pkt_list *npl)
nxe_pkt_put(struct nxe_pkt_list *npl, struct nxe_pkt *pkt)
nxe_pkt_used(struct nxe_pkt_list *npl)
struct nxe_pkt_list *sc_tx_pkts;
struct nxe_pkt_list *sc_rx_pkts;
struct nxe_pkt_list *nxe_pkt_alloc(struct nxe_softc *, u_int, int);
struct nxe_pkt_list *);
void nxe_pkt_put(struct nxe_pkt_list *, struct nxe_pkt *);
struct nxe_pkt *nxe_pkt_get(struct nxe_pkt_list *);
struct nxe_pkt *nxe_pkt_used(struct nxe_pkt_list *);