Home
last modified time | relevance | path

Searched refs:nxe_pkt_get (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_nxe.c795 struct nxe_pkt *nxe_pkt_get(struct nxe_pkt_list *);
1325 pkt = nxe_pkt_get(sc->sc_tx_pkts); in nxe_start()
1509 pkt = nxe_pkt_get(sc->sc_rx_pkts); in nxe_rx_start()
1945 while ((pkt = nxe_pkt_get(npl)) != NULL) in nxe_pkt_free()
1953 nxe_pkt_get(struct nxe_pkt_list *npl) in nxe_pkt_get() function