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