Searched refs:resp_sb (Results 1 – 2 of 2) sorted by relevance
264 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block; in asd_get_tmf_resp_tasklet() local 266 int edb_id = ((resp_sb->flags & 0x70) >> 4)-1; in asd_get_tmf_resp_tasklet() 277 (int)le16_to_cpu(resp_sb->index_escb)); in asd_get_tmf_resp_tasklet()
154 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block; in asd_get_response_tasklet() local 156 /* int size = ((resp_sb->flags & 7) << 8) | resp_sb->len_lsb; */ in asd_get_response_tasklet() 157 int edb_id = ((resp_sb->flags & 0x70) >> 4)-1; in asd_get_response_tasklet() 164 (int)le16_to_cpu(resp_sb->index_escb)); in asd_get_response_tasklet()