Lines Matching refs:emsg
948 static int ahci_deinit_port(struct ata_port *ap, const char **emsg) in ahci_deinit_port() argument
956 *emsg = "failed to stop engine"; in ahci_deinit_port()
963 *emsg = "failed stop FIS RX"; in ahci_deinit_port()
1263 const char *emsg = NULL; in ahci_port_init() local
1268 rc = ahci_deinit_port(ap, &emsg); in ahci_port_init()
1270 dev_warn(dev, "%s (%d)\n", emsg, rc); in ahci_port_init()
2354 const char *emsg = NULL; in ahci_port_suspend() local
2357 rc = ahci_deinit_port(ap, &emsg); in ahci_port_suspend()
2361 ata_port_err(ap, "%s (%d)\n", emsg, rc); in ahci_port_suspend()
2471 const char *emsg = NULL; in ahci_port_stop() local
2477 rc = ahci_deinit_port(ap, &emsg); in ahci_port_stop()
2479 ata_port_warn(ap, "%s (%d)\n", emsg, rc); in ahci_port_stop()