Lines Matching defs:mtip_port
352 struct mtip_port { struct
354 struct driver_data *dd;
359 unsigned long identify_valid;
361 void __iomem *mmio;
363 void __iomem *s_active[MTIP_MAX_SLOT_GROUPS];
365 void __iomem *completed[MTIP_MAX_SLOT_GROUPS];
367 void __iomem *cmd_issue[MTIP_MAX_SLOT_GROUPS];
372 void *command_list;
377 dma_addr_t command_list_dma;
382 void *rxfis;
387 dma_addr_t rxfis_dma;
391 void *block1;
395 dma_addr_t block1_dma;
400 u16 *identify;
405 dma_addr_t identify_dma;
410 u16 *sector_buffer;
415 dma_addr_t sector_buffer_dma;
422 u16 *log_buf;
423 dma_addr_t log_buf_dma;
425 u8 *smart_buf;
426 dma_addr_t smart_buf_dma;
428 unsigned long allocated[SLOTBITS_IN_LONGS];
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