Lines Matching refs:ucp
263 u8 *ucp, len;
266 ucp = (char *)scsi_sense_desc_find(buf, len + 8, 0);
267 if (!ucp) {
269 ucp = buf + 8 + len;
276 ucp[0] = 0;
277 ucp[1] = 0xa;
278 ucp[2] = 0x80; /* Valid bit */
279 ucp[3] = 0;
280 put_unaligned_be64(info, &ucp[4]);
312 u8 *ucp, len;
316 ucp = (char *)scsi_sense_desc_find(buf, len + 8, 2);
317 if (!ucp) {
319 ucp = buf + 8 + len;
326 ucp[0] = 2;
327 ucp[1] = 6;
328 ucp[4] = 0x80; /* Valid bit */
330 ucp[4] |= 0x40;
332 ucp[4] |= 0x8 | bp;
333 put_unaligned_be16(fp, &ucp[5]);