Searched refs:DBR_SIZE (Results 1 – 1 of 1) sorted by relevance
45 #define DBR_SIZE (16 * 1024) /* specified by IP */ macro 46 #define DBR_BLOCK_SIZE (DBR_SIZE / 32 / DBR_MAP_SIZE)101 * Returns: Offset in DBR memory by success or DBR_SIZE if out of memory.109 return DBR_SIZE; /* out of memory */ in alloc_dbr() 113 return DBR_SIZE; /* out of memory */ in alloc_dbr() 130 return DBR_SIZE; /* out of memory */ in alloc_dbr() 763 if (ch->dbr_addr >= DBR_SIZE) in init_ctrl_async() 845 if (ch->dbr_addr >= DBR_SIZE) in dim_init_isoc() 873 if (ch->dbr_addr >= DBR_SIZE) in dim_init_sync() 896 if (ch->dbr_addr < DBR_SIZE) in dim_destroy_channel() [all...]