Searched refs:BUFCNT_MAX (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/s390/net/ | ||
D | qeth.h | 484 #define BUFCNT_MAX 128 macro |
D | qeth.c | 9258 cnt = (cnt<BUFCNT_MIN)?BUFCNT_MIN:((cnt>BUFCNT_MAX)?BUFCNT_MAX:cnt); in qeth_get_bufcnt_from_memamnt() |