Lines Matching defs:mtip_port
323 struct mtip_port { struct
325 struct driver_data *dd;
330 unsigned long identify_valid;
332 void __iomem *mmio;
334 void __iomem *s_active[MTIP_MAX_SLOT_GROUPS];
336 void __iomem *completed[MTIP_MAX_SLOT_GROUPS];
338 void __iomem *cmd_issue[MTIP_MAX_SLOT_GROUPS];
343 void *command_list;
348 dma_addr_t command_list_dma;
353 void *rxfis;
358 dma_addr_t rxfis_dma;
362 void *block1;
366 dma_addr_t block1_dma;
371 u16 *identify;
376 dma_addr_t identify_dma;
381 u16 *sector_buffer;
386 dma_addr_t sector_buffer_dma;
388 u16 *log_buf;
389 dma_addr_t log_buf_dma;
391 u8 *smart_buf;
392 dma_addr_t smart_buf_dma;
398 unsigned long cmds_to_issue[SLOTBITS_IN_LONGS];
400 wait_queue_head_t svc_wait;
405 unsigned long flags;
409 unsigned long ic_pause_timer;
412 atomic_t cmd_slot_unal;
438 struct mtip_port *port; /* Pointer to the port data structure. */ argument