Home
last modified time | relevance | path

Searched refs:SDLA_RET_OK (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dsdla.h111 #define SDLA_RET_OK 0x00 macro
/linux-4.4.14/drivers/net/wan/
Dsdla.c498 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()