Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpivar.h90 wpi_tx_cmd_t *cmd;
H A Dwpi.c1041 wpi_tx_cmd_t *cmd_h; in wpi_alloc_tx_ring()
1066 err = wpi_alloc_dma_mem(sc, count * sizeof (wpi_tx_cmd_t), in wpi_alloc_tx_ring()
1076 cmd_h = (wpi_tx_cmd_t *)ring->dma_cmd.mem_va; in wpi_alloc_tx_ring()
2079 wpi_tx_cmd_t *cmd;
2717 wpi_tx_cmd_t *cmd;
2889 wpi_tx_cmd_t *cmd;
2908 cmd = (wpi_tx_cmd_t *)data->dma_data.mem_va;
H A Dwpireg.h303 } wpi_tx_cmd_t; typedef