Searched refs:SDLA_RET_OK (Results 1 – 2 of 2) sorted by relevance
111 #define SDLA_RET_OK 0x00 macro
498 if (ret != SDLA_RET_OK) in sdla_cmd()638 ret = SDLA_RET_OK; in sdla_dlci_conf()649 return ret == SDLA_RET_OK ? 0 : -EIO; in sdla_dlci_conf()709 if (ret == SDLA_RET_OK) in sdla_transmit()725 case SDLA_RET_OK: in sdla_transmit()1180 if (sdla_cmd(dev, SDLA_READ_DLCI_CONFIGURATION, 0, 0, NULL, 0, &data, &size) != SDLA_RET_OK) in sdla_config()