Lines Matching refs:emsg
887 static int ahci_deinit_port(struct ata_port *ap, const char **emsg) in ahci_deinit_port() argument
895 *emsg = "failed to stop engine"; in ahci_deinit_port()
902 *emsg = "failed stop FIS RX"; in ahci_deinit_port()
1202 const char *emsg = NULL; in ahci_port_init() local
1207 rc = ahci_deinit_port(ap, &emsg); in ahci_port_init()
1209 dev_warn(dev, "%s (%d)\n", emsg, rc); in ahci_port_init()
2304 const char *emsg = NULL; in ahci_port_suspend() local
2307 rc = ahci_deinit_port(ap, &emsg); in ahci_port_suspend()
2311 ata_port_err(ap, "%s (%d)\n", emsg, rc); in ahci_port_suspend()
2418 const char *emsg = NULL; in ahci_port_stop() local
2424 rc = ahci_deinit_port(ap, &emsg); in ahci_port_stop()
2426 ata_port_warn(ap, "%s (%d)\n", emsg, rc); in ahci_port_stop()