Lines Matching refs:emsg
816 static int ahci_deinit_port(struct ata_port *ap, const char **emsg) in ahci_deinit_port() argument
823 *emsg = "failed to stop engine"; in ahci_deinit_port()
830 *emsg = "failed stop FIS RX"; in ahci_deinit_port()
1121 const char *emsg = NULL; in ahci_port_init() local
1126 rc = ahci_deinit_port(ap, &emsg); in ahci_port_init()
1128 dev_warn(dev, "%s (%d)\n", emsg, rc); in ahci_port_init()
2200 const char *emsg = NULL; in ahci_port_suspend() local
2203 rc = ahci_deinit_port(ap, &emsg); in ahci_port_suspend()
2207 ata_port_err(ap, "%s (%d)\n", emsg, rc); in ahci_port_suspend()
2314 const char *emsg = NULL; in ahci_port_stop() local
2318 rc = ahci_deinit_port(ap, &emsg); in ahci_port_stop()
2320 ata_port_warn(ap, "%s (%d)\n", emsg, rc); in ahci_port_stop()