ure_chain
struct ure_chain *c;
struct ure_chain *c;
ure_xfer_list_init(struct ure_softc *sc, struct ure_chain *ch,
struct ure_chain *c;
ure_xfer_list_free(struct ure_softc *sc, struct ure_chain *ch, int listlen)
void ure_decap(struct ure_softc *, struct ure_chain *, uint32_t);
struct ure_chain *);
int ure_xfer_list_init(struct ure_softc *, struct ure_chain *,
void ure_xfer_list_free(struct ure_softc *, struct ure_chain *, int);
struct ure_chain *c = (struct ure_chain *)priv;
struct ure_chain *c;
ure_decap(struct ure_softc *sc, struct ure_chain *c, uint32_t len)
ure_encap_xfer(struct ifnet *ifp, struct ure_softc *sc, struct ure_chain *c)
struct ure_chain *c;
SLIST_ENTRY(ure_chain) uc_list;
struct ure_chain ure_rx_chain[URE_RX_LIST_CNT];
struct ure_chain ure_tx_chain[URE_TX_LIST_CNT];
SLIST_HEAD(ure_list_head, ure_chain) ure_tx_free;