Searched refs:SDLA_RET_OK (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dsdla.h204 #define SDLA_RET_OK 0x00 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dsdla.h204 #define SDLA_RET_OK 0x00 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dsdla.c483 if (ret != SDLA_RET_OK)
625 ret = SDLA_RET_OK;
636 return(ret == SDLA_RET_OK ? 0 : -EIO);
693 if (ret == SDLA_RET_OK)
708 case SDLA_RET_OK:
1173 if (sdla_cmd(dev, SDLA_READ_DLCI_CONFIGURATION, 0, 0, NULL, 0, &data, &size) != SDLA_RET_OK)

Completed in 37 milliseconds