Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h388 struct ipw2100_cmd { struct
389 uint32_t type;
421 uint32_t subtype;
422 uint32_t seq;
423 uint32_t len;
424 uint8_t data[400];
425 uint32_t status;
426 uint8_t reserved[68];
H A Dipw2100.c1009 ipw2100_cmd(struct ipw2100_softc *sc, uint32_t type, void *buf, size_t len) in ipw2100_cmd() function