Lines Matching defs:page

1670   /* SPC: Self-Test Result Log page */
4310 /* write cache enabled for caching mode page SAT Table 67 p69, word85 bit5 */
4322 /* look ahead enabled for caching mode page SAT Table 67 p69, word85 bit6 */
4404 bit8 page = 0xFF;
4615 /* we must support page 00h, 83h and 89h */
4616 page = scsiCmnd->cdb[2];
4617 if ((page != INQUIRY_SUPPORTED_VPD_PAGE) &&
4618 (page != INQUIRY_DEVICE_IDENTIFICATION_VPD_PAGE) &&
4619 (page != INQUIRY_ATA_INFORMATION_VPD_PAGE))
4639 TI_DBG1(("satInquiryCB: invalid PAGE CODE 0x%x\n", page));
4644 switch (page)
4663 TI_DBG1(("satInquiryCB: wrong!!! invalid PAGE CODE 0x%x\n", page));
4671 switch (page)
4683 TI_DBG1(("satInquiryCB: wrong!!! invalidinvalid PAGE CODE 0x%x\n", page));
4756 bit8 page = 0xFF;
4787 /* we must support page 00h, 83h and 89h */
4788 page = scsiCmnd->cdb[2];
4789 if ((page != INQUIRY_SUPPORTED_VPD_PAGE) &&
4790 (page != INQUIRY_DEVICE_IDENTIFICATION_VPD_PAGE) &&
4791 (page != INQUIRY_ATA_INFORMATION_VPD_PAGE) &&
4792 (page != INQUIRY_UNIT_SERIAL_NUMBER_VPD_PAGE))
4807 TI_DBG1(("satInquiryIntCB: invalid PAGE CODE 0x%x\n", page));
4812 switch (page)
4835 TI_DBG1(("satInquiryIntCB: wrong!!! invalidinvalid PAGE CODE 0x%x\n", page));
4843 switch (page)
4858 TI_DBG1(("satInquiryIntCB: wrong!!! invalidinvalid PAGE CODE 0x%x\n", page));
8206 /* SPC: Self-Test Result Log page */
9332 /* fills in the log page from ATA log page */
9334 pLogPage[0] = 0x10; /* page code */
9336 pLogPage[2] = 0x01; /* 0x190, page length */
9502 /* fills in the log page from ATA log page */
9504 pLogPage[0] = 0x10; /* page code */
9506 pLogPage[2] = 0x01; /* 0x190, page length */
9507 pLogPage[3] = 0x90; /* 0x190, page length */
9660 /* fills in the log page from ATA output */
9662 pLogPage[0] = 0x2F; /* page code unspecified */
9664 pLogPage[2] = 0; /* page length */
9665 pLogPage[3] = 0x07; /* page length */
11048 * For NCQ we need to issue READ LOG EXT command with log page 10h
11057 * 2. Prepare READ LOG EXT page 10h command. Set flag to indicate that
11060 * 3. When the device receives READ LOG EXT page 10h request all other
11099 * Allocate resource for READ LOG EXIT page 10h
11140 /* Send READ LOG EXIT page 10h command */