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

/freebsd-13-stable/sys/dev/ipw/
H A Dif_ipw.c132 static int ipw_cmd(struct ipw_softc *, uint32_t, void *, uint32_t);
595 BUS_SPACE_MAXADDR, NULL, NULL, sizeof (struct ipw_cmd), 1,
596 sizeof (struct ipw_cmd), 0, NULL, NULL, &sc->cmd_dmat);
984 struct ipw_cmd *cmd;
988 cmd = mtod(sbuf->m, struct ipw_cmd *);
1479 ipw_cmd(struct ipw_softc *sc, uint32_t type, void *data, uint32_t len) function
1497 sizeof (struct ipw_cmd), ipw_dma_map_addr, &physaddr, 0);
1512 sbd->bd->len = htole32(sizeof (struct ipw_cmd));
1882 error = ipw_cmd(sc, IPW_CMD_ENABLE, NULL, 0);
1900 error = ipw_cmd(s
[all...]
H A Dif_ipwvar.h146 struct ipw_cmd cmd;
H A Dif_ipwreg.h180 struct ipw_cmd { struct

Completed in 35 milliseconds