Home
last modified time | relevance | path

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

/freebsd/sys/dev/otus/
H A Dif_otusreg.h944 struct otus_data { struct
950 STAILQ_ENTRY(otus_data) next; argument
1058 struct otus_data sc_rx[OTUS_RX_LIST_COUNT];
1059 struct otus_data sc_tx[OTUS_TX_LIST_COUNT];
1067 STAILQ_HEAD(, otus_data) sc_rx_active;
1068 STAILQ_HEAD(, otus_data) sc_rx_inactive;
1069 STAILQ_HEAD(, otus_data) sc_tx_active[OTUS_N_XFER];
1070 STAILQ_HEAD(, otus_data) sc_tx_inactive;
1071 STAILQ_HEAD(, otus_data) sc_tx_pending[OTUS_N_XFER];
H A Dif_otus.c146 static void otus_free_list(struct otus_softc *, struct otus_data [], int);
147 static struct otus_data *_otus_getbuf(struct otus_softc *);
148 static struct otus_data *otus_getbuf(struct otus_softc *);
149 static void otus_freebuf(struct otus_softc *, struct otus_data *);
173 struct mbuf *, struct otus_data *,
491 struct otus_data *bf; in _otus_start()
537 struct otus_data *bf = NULL; in otus_raw_xmit()
981 otus_alloc_list(struct otus_softc *sc, struct otus_data data[], in otus_alloc_list()
987 struct otus_data *dp = &data[i]; in otus_alloc_list()
1076 otus_free_list(struct otus_softc *sc, struct otus_data data[], int ndata) in otus_free_list()
[all …]