Lines Matching defs:mtip_port
358 struct mtip_port { struct
360 struct driver_data *dd;
365 unsigned long identify_valid;
367 void __iomem *mmio;
369 void __iomem *s_active[MTIP_MAX_SLOT_GROUPS];
371 void __iomem *completed[MTIP_MAX_SLOT_GROUPS];
373 void __iomem *cmd_issue[MTIP_MAX_SLOT_GROUPS];
378 void *command_list;
383 dma_addr_t command_list_dma;
388 void *rxfis;
393 dma_addr_t rxfis_dma;
397 void *block1;
401 dma_addr_t block1_dma;
406 u16 *identify;
411 dma_addr_t identify_dma;
416 u16 *sector_buffer;
421 dma_addr_t sector_buffer_dma;
423 u16 *log_buf;
424 dma_addr_t log_buf_dma;
426 u8 *smart_buf;
427 dma_addr_t smart_buf_dma;
433 unsigned long cmds_to_issue[SLOTBITS_IN_LONGS];
435 wait_queue_head_t svc_wait;
440 unsigned long flags;
444 unsigned long ic_pause_timer;
447 struct semaphore cmd_slot_unal;
473 struct mtip_port *port; /* Pointer to the port data structure. */ argument