Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/icn/
Dicn.h80 #define ICN_MAX_SQUEUE 8000 /* Max. outstanding send-data (2* hw-buf.) */ macro
Dicn.c719 if (card->sndcount[channel] > ICN_MAX_SQUEUE) in icn_sendbuf()