Searched defs:ipw_cmd (Results 1 – 2 of 2) sorted by relevance
179 struct ipw_cmd { struct180 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];
1472 ipw_cmd(struct ipw_softc *sc, uint32_t type, void *data, uint32_t len) in ipw_cmd() function