Searched refs:ipw_cmd (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/ipw/ |
| H A D | if_ipw.c | 130 static int ipw_cmd(struct ipw_softc *, uint32_t, void *, uint32_t); 593 BUS_SPACE_MAXADDR, NULL, NULL, sizeof (struct ipw_cmd), 1, in ipw_dma_alloc() 594 sizeof (struct ipw_cmd), 0, NULL, NULL, &sc->cmd_dmat); in ipw_dma_alloc() 982 struct ipw_cmd *cmd; in ipw_rx_cmd_intr() 986 cmd = mtod(sbuf->m, struct ipw_cmd *); in ipw_rx_cmd_intr() 1474 ipw_cmd(struct ipw_softc *sc, uint32_t type, void *data, uint32_t len) in ipw_cmd() function 1492 sizeof (struct ipw_cmd), ipw_dma_map_addr, &physaddr, 0); in ipw_cmd() 1507 sbd->bd->len = htole32(sizeof (struct ipw_cmd)); in ipw_cmd() 1878 error = ipw_cmd(sc, IPW_CMD_ENABLE, NULL, 0); in ipw_enable() 1896 error = ipw_cmd(sc, IPW_CMD_DISABLE, NULL, 0); in ipw_disable() [all …]
|
| H A D | if_ipwvar.h | 145 struct ipw_cmd cmd;
|
| H A D | if_ipwreg.h | 179 struct ipw_cmd { struct
|