Lines Matching defs:iwx_host_cmd
204 struct iwx_host_cmd { struct
205 const void *data[IWX_MAX_CMD_TBS_PER_TFD];
206 struct iwx_rx_packet *resp_pkt;
207 size_t resp_pkt_len;
208 unsigned long _rx_page_addr;
209 uint32_t _rx_page_order;
210 int handler_status;
212 uint32_t flags;
213 uint16_t len[IWX_MAX_CMD_TBS_PER_TFD];
214 uint8_t dataflags[IWX_MAX_CMD_TBS_PER_TFD];
215 uint32_t id;