Home
last modified time | relevance | path

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

/linux-6.15/drivers/block/mtip32xx/
H A Dmtip32xx.c320 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()
498 struct mtip_port *port; in mtip_handle_tfe()
685 struct mtip_port *port = dd->port; in mtip_process_legacy()
730 struct mtip_port *port = dd->port; in mtip_handle_irq()
831 static bool mtip_pause_ncq(struct mtip_port *port, in mtip_pause_ncq()
1372 struct mtip_port *port = dd->port; in mtip_hw_get_capacity()
2052 struct mtip_port *port = dd->port; in mtip_hw_submit_io()
2465 struct mtip_port *port = dd->port; in mtip_service_thread()
2578 struct mtip_port *port = dd->port; in mtip_dma_free()
[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