Home
last modified time | relevance | path

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

/freebsd/sys/dev/ipw/
H A Dif_ipw.c130 static int ipw_cmd(struct ipw_softc *, uint32_t, void *, uint32_t);
591 BUS_SPACE_MAXADDR, NULL, NULL, sizeof (struct ipw_cmd), 1, in ipw_dma_alloc()
592 sizeof (struct ipw_cmd), 0, NULL, NULL, &sc->cmd_dmat); in ipw_dma_alloc()
980 struct ipw_cmd *cmd; in ipw_rx_cmd_intr()
984 cmd = mtod(sbuf->m, struct ipw_cmd *); in ipw_rx_cmd_intr()
1472 ipw_cmd(struct ipw_softc *sc, uint32_t type, void *data, uint32_t len) in ipw_cmd() function
1490 sizeof (struct ipw_cmd), ipw_dma_map_addr, &physaddr, 0); in ipw_cmd()
1505 sbd->bd->len = htole32(sizeof (struct ipw_cmd)); in ipw_cmd()
1875 error = ipw_cmd(sc, IPW_CMD_ENABLE, NULL, 0); in ipw_enable()
1893 error = ipw_cmd(sc, IPW_CMD_DISABLE, NULL, 0); in ipw_disable()
[all …]
H A Dif_ipwvar.h145 struct ipw_cmd cmd;
H A Dif_ipwreg.h179 struct ipw_cmd { struct