Lines Matching defs:iwm_host_cmd
213 struct iwm_host_cmd { struct
214 const void *data[IWM_MAX_CMD_TBS_PER_TFD];
215 struct iwm_rx_packet *resp_pkt;
216 size_t resp_pkt_len;
217 unsigned long _rx_page_addr;
218 uint32_t _rx_page_order;
219 int handler_status;
221 uint32_t flags;
222 uint16_t len[IWM_MAX_CMD_TBS_PER_TFD];
223 uint8_t dataflags[IWM_MAX_CMD_TBS_PER_TFD];
224 uint32_t id;