Home
last modified time | relevance | path

Searched refs:mtip_port (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c208 static inline void mtip_issue_ncq_command(struct mtip_port *port, int tag) in mtip_issue_ncq_command()
230 static int mtip_enable_fis(struct mtip_port *port, int enable) in mtip_enable_fis()
256 static int mtip_enable_engine(struct mtip_port *port, int enable) in mtip_enable_engine()
277 static inline void mtip_start_port(struct mtip_port *port) in mtip_start_port()
295 static inline void mtip_deinit_port(struct mtip_port *port) in mtip_deinit_port()
320 static void mtip_init_port(struct mtip_port *port) in mtip_init_port()
364 static void mtip_restart_port(struct mtip_port *port) in mtip_restart_port()
473 static int mtip_read_log_page(struct mtip_port *port, u8 page, u16 *buffer,
475 static int mtip_get_smart_attr(struct mtip_port *port, unsigned int id,
498 struct mtip_port *port; in mtip_handle_tfe()
[all …]
H A Dmtip32xx.h295 struct mtip_port;
321 struct mtip_port { struct
436 struct mtip_port *port; /* Pointer to the port data structure. */ argument