Searched refs:allocation_map (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/
H A Da100u2w.h242 u32 allocation_map[MAX_CHANNELS][8]; /* Max STB is 256, So 256/32 */ member in struct:orc_host
H A Da100u2w.c485 host->allocation_map[i][j] = 0xffffffff;
675 if ((host->allocation_map[channel][i] >> index) & 0x01) {
676 host->allocation_map[channel][i] &= ~(1 << index);
726 host->allocation_map[channel][i] |= (1 << index);

Completed in 288 milliseconds