Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/vr/
H A Dif_vrreg.h417 struct vr_chain_onefrag { struct
420 struct vr_chain_onefrag *vr_nextdesc; argument
424 struct vr_chain_onefrag vr_rx_chain[VR_RX_LIST_CNT];
427 struct vr_chain_onefrag *vr_rx_head;
H A Dif_vr.c130 static int vr_newbuf(struct vr_softc *, struct vr_chain_onefrag *,
927 vr_newbuf(struct vr_softc *sc, struct vr_chain_onefrag *c, struct mbuf *m) in vr_newbuf()
961 struct vr_chain_onefrag *cur_rx; in vr_rxeof()