Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/wpi/
H A Dwpi.c206 static int wpi_ring_init(wpi_sc_t *);
207 static void wpi_ring_free(wpi_sc_t *);
208 static int wpi_alloc_shared(wpi_sc_t *);
209 static void wpi_free_shared(wpi_sc_t *);
210 static int wpi_alloc_fw_dma(wpi_sc_t *);
211 static void wpi_free_fw_dma(wpi_sc_t *);
212 static int wpi_alloc_rx_ring(wpi_sc_t *);
213 static void wpi_reset_rx_ring(wpi_sc_t *);
214 static void wpi_free_rx_ring(wpi_sc_t *);
215 static int wpi_alloc_tx_ring(wpi_sc_t *, wpi_tx_ring_t *, int, int);
[all …]
H A Dwpivar.h211 } wpi_sc_t; typedef