Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_impl.h140 struct ipw2200_cmd_desc *sc_cmdsc;
493 struct ipw2200_cmd_desc { struct
H A Dipw2200.c973 struct ipw2200_cmd_desc *cmd; in ipw2200_cmd()
1003 idx * sizeof (struct ipw2200_cmd_desc), in ipw2200_cmd()
1004 sizeof (struct ipw2200_cmd_desc), DDI_DMA_SYNC_FORDEV); in ipw2200_cmd()
1429 IPW2200_CMD_RING_SIZE * sizeof (struct ipw2200_cmd_desc), in ipw2200_ring_alloc()
1499 sc->sc_cmdsc = (struct ipw2200_cmd_desc *)sc->sc_dma_cmdsc.dr_base; in ipw2200_ring_reset()