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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_task.c169 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block; local
171 /* int size = ((resp_sb->flags & 7) << 8) | resp_sb->len_lsb; */
172 int edb_id = ((resp_sb->flags & 0x70) >> 4)-1;
179 (int)le16_to_cpu(resp_sb->index_escb));
H A Daic94xx_tmf.c280 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block; local
282 int edb_id = ((resp_sb->flags & 0x70) >> 4)-1;
293 (int)le16_to_cpu(resp_sb->index_escb));

Completed in 51 milliseconds