Searched refs:MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
146 #define MAX_SIZE MAXPHYS macro431 if(bp->b_bcount > MAX_SIZE) in wdc_atapi_minphys()432 bp->b_bcount = MAX_SIZE; in wdc_atapi_minphys()
189 #define MAX_SIZE ((MAX_SCATTER-1) * (long) NBPG) macro191 #define MAX_SIZE ((MAX_SCATTER-1) * (long) PAGE_SIZE) macro3412 if ((unsigned long)bp->b_bcount > MAX_SIZE) bp->b_bcount = MAX_SIZE; in ncr_min_phys()3417 if (bp->b_bcount > MAX_SIZE) in ncr_min_phys()3418 bp->b_bcount = MAX_SIZE; in ncr_min_phys()7459 u_long chunk = MAX_SIZE;