Lines Matching defs:page

4622     /* fills in the log page from ATA log page */
4624 LogPage[0] = 0x10; /* page code */
4626 LogPage[2] = 0x01; /* 0x190, page length */
4792 /* fills in the log page from ATA log page */
4794 LogPage[0] = 0x10; /* page code */
4796 LogPage[2] = 0x01; /* 0x190, page length */
4797 LogPage[3] = 0x90; /* 0x190, page length */
4951 /* fills in the log page from ATA output */
4953 LogPage[0] = 0x2F; /* page code unspecified */
4955 LogPage[2] = 0; /* page length */
4956 LogPage[3] = 0x07; /* page length */
5680 /* SPC: Self-Test Result Log page */
6003 /* SPC: Self-Test Result Log page */
9136 * For NCQ we need to issue READ LOG EXT command with log page 10h
9152 * 3. Prepare READ LOG EXT page 10h command. Set flag to indicate that
9155 * 4. When the device receives READ LOG EXT page 10h request all other
9196 * Allocate resource for READ LOG EXT page 10h
9239 /* Send READ LOG EXIT page 10h command */
9611 bit8 page = 0xFF;
9825 /* we must support page 00h, 83h and 89h */
9826 page = scsiCmnd->cdb[2];
9827 if ((page != INQUIRY_SUPPORTED_VPD_PAGE) &&
9828 (page != INQUIRY_DEVICE_IDENTIFICATION_VPD_PAGE) &&
9829 (page != INQUIRY_ATA_INFORMATION_VPD_PAGE) &&
9830 (page != INQUIRY_BLOCK_DEVICE_CHARACTERISTICS_VPD_PAGE))
9850 SM_DBG1(("smsatInquiryCB: invalid PAGE CODE 0x%x!!!\n", page));
9855 switch (page)
9877 SM_DBG1(("smsatInquiryCB: wrong!!! invalid PAGE CODE 0x%x!!!\n", page));
9885 switch (page)
9900 SM_DBG1(("smsatInquiryCB: wrong!!! invalidinvalid PAGE CODE 0x%x!!!\n", page));
9969 bit8 page = 0xFF;
10002 /* we must support page 00h, 83h and 89h */
10003 page = scsiCmnd->cdb[2];
10004 if ((page != INQUIRY_SUPPORTED_VPD_PAGE) &&
10005 (page != INQUIRY_DEVICE_IDENTIFICATION_VPD_PAGE) &&
10006 (page != INQUIRY_ATA_INFORMATION_VPD_PAGE) &&
10007 (page != INQUIRY_UNIT_SERIAL_NUMBER_VPD_PAGE) &&
10008 (page != INQUIRY_BLOCK_DEVICE_CHARACTERISTICS_VPD_PAGE))
10023 SM_DBG1(("smsatInquiryIntCB: invalid PAGE CODE 0x%x!!!\n", page));
10028 switch (page)
10053 SM_DBG1(("smsatInquiryIntCB: wrong!!! invalidinvalid PAGE CODE 0x%x!!!\n", page));
10061 switch (page)
10079 SM_DBG1(("smsatInquiryIntCB: wrong!!! invalidinvalid PAGE CODE 0x%x!!!\n", page));
10593 * For NCQ we need to issue READ LOG EXT command with log page 10h
10602 * 2. Prepare READ LOG EXT page 10h command. Set flag to indicate that
10605 * 3. When the device receives READ LOG EXT page 10h request all other
10641 * Allocate resource for READ LOG EXIT page 10h
10682 /* Send READ LOG EXIT page 10h command */