Home
last modified time | relevance | path

Searched refs:CAPI_SENDQUEUEFULL (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dkernelcapi.h109 #define CAPI_SENDQUEUEFULL 0x1103 macro
/linux-2.4.37.9/drivers/isdn/avmb1/
Dkcapi.c1190 return CAPI_SENDQUEUEFULL; in capi_put_message()
1198 return CAPI_SENDQUEUEFULL; in capi_put_message()
Dcapidrv.c1947 return errcode == CAPI_SENDQUEUEFULL ? 0 : -1; in if_sendbuf()
1958 return errcode == CAPI_SENDQUEUEFULL ? 0 : -1; in if_sendbuf()
Dcapi.c604 if (errcode == CAPI_SENDQUEUEFULL) { in handle_minor_send()