Lines Matching refs:buffer
341 * arrange MVS_SLOT_BUF_SZ-sized DMA buffer according to our needs
368 /* region 4: status buffer (larger the PRD, smaller this buf) ****** */
481 * arrange MVS_SLOT_BUF_SZ-sized DMA buffer according to our needs
513 /* region 4: status buffer (larger the PRD, smaller this buf) ****** */
598 * arrange MVS_SLOT_BUF_SZ-sized DMA buffer according to our needs
628 /* region 4: status buffer (larger the PRD, smaller this buf) ****** */
1597 static void mvs_set_sense(u8 *buffer, int len, int d_sense,
1600 memset(buffer, 0, len);
1605 mv_printk("Length %d of sense buffer too small to "
1609 buffer[0] = 0x72; /* Response Code */
1611 buffer[1] = key; /* Sense Key */
1613 buffer[2] = asc; /* ASC */
1615 buffer[3] = ascq; /* ASCQ */
1618 mv_printk("Length %d of sense buffer too small to "
1622 buffer[0] = 0x70; /* Response Code */
1624 buffer[2] = key; /* Sense Key */
1626 buffer[7] = 0x0a; /* Additional Sense Length */
1628 buffer[12] = asc; /* ASC */
1630 buffer[13] = ascq; /* ASCQ */