Home
last modified time | relevance | path

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

/openbsd/sys/dev/fdt/
H A Dif_mvneta.c124 struct mvneta_buf { struct
148 struct mvneta_buf *sc_txbuf; argument
154 struct mvneta_buf *sc_rxbuf;
1124 struct mvneta_buf *txb, *rxb; in mvneta_up()
1134 sc->sc_txbuf = malloc(sizeof(struct mvneta_buf) * MVNETA_TX_RING_CNT, in mvneta_up()
1151 sc->sc_rxbuf = malloc(sizeof(struct mvneta_buf) * MVNETA_RX_RING_CNT, in mvneta_up()
1245 struct mvneta_buf *txb, *rxb; in mvneta_down()
1422 struct mvneta_buf *rxb; in mvneta_rx_proc()
1541 struct mvneta_buf *txb; in mvneta_tx_proc()
1760 struct mvneta_buf *rxb; in mvneta_fill_rx_ring()