Searched refs:SDLA_RET_OK (Results 1 – 2 of 2) sorted by relevance
107 #define SDLA_RET_OK 0x00 macro
495 if (ret != SDLA_RET_OK) in sdla_cmd()635 ret = SDLA_RET_OK; in sdla_dlci_conf()646 return ret == SDLA_RET_OK ? 0 : -EIO; in sdla_dlci_conf()706 if (ret == SDLA_RET_OK) in sdla_transmit()722 case SDLA_RET_OK: in sdla_transmit()1174 if (sdla_cmd(dev, SDLA_READ_DLCI_CONFIGURATION, 0, 0, NULL, 0, &data, &size) != SDLA_RET_OK) in sdla_config()