Home
last modified time | relevance | path

Searched defs:ipw_cmd (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dif_ipwreg.h172 struct ipw_cmd { struct
173 u_int32_t type;
200 u_int32_t subtype;
201 u_int32_t seq;
202 u_int32_t len;
203 u_int8_t data[400];
204 u_int32_t status;
205 u_int8_t reserved[68];
H A Dif_ipw.c1308 ipw_cmd(struct ipw_softc *sc, uint32_t type, void *data, uint32_t len) in ipw_cmd() function