Home
last modified time | relevance | path

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

/freebsd/sys/dev/ipw/
H A Dif_ipwreg.h179 struct ipw_cmd { struct
180 uint32_t type;
212 uint32_t subtype;
213 uint32_t seq;
214 uint32_t len;
215 uint8_t data[400];
216 uint32_t status;
217 uint8_t reserved[68];
H A Dif_ipw.c1472 ipw_cmd(struct ipw_softc *sc, uint32_t type, void *data, uint32_t len) in ipw_cmd() function