• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/pms/RefTisa/sat/src/

Lines Matching refs:page

4623     /* fills in the log page from ATA log page */
4625 LogPage[0] = 0x10; /* page code */
4627 LogPage[2] = 0x01; /* 0x190, page length */
4793 /* fills in the log page from ATA log page */
4795 LogPage[0] = 0x10; /* page code */
4797 LogPage[2] = 0x01; /* 0x190, page length */
4798 LogPage[3] = 0x90; /* 0x190, page length */
4952 /* fills in the log page from ATA output */
4954 LogPage[0] = 0x2F; /* page code unspecified */
4956 LogPage[2] = 0; /* page length */
4957 LogPage[3] = 0x07; /* page length */
5681 /* SPC: Self-Test Result Log page */
6004 /* SPC: Self-Test Result Log page */
9137 * For NCQ we need to issue READ LOG EXT command with log page 10h
9153 * 3. Prepare READ LOG EXT page 10h command. Set flag to indicate that
9156 * 4. When the device receives READ LOG EXT page 10h request all other
9197 * Allocate resource for READ LOG EXT page 10h
9240 /* Send READ LOG EXIT page 10h command */
9612 bit8 page = 0xFF;
9826 /* we must support page 00h, 83h and 89h */
9827 page = scsiCmnd->cdb[2];
9828 if ((page != INQUIRY_SUPPORTED_VPD_PAGE) &&
9829 (page != INQUIRY_DEVICE_IDENTIFICATION_VPD_PAGE) &&
9830 (page != INQUIRY_ATA_INFORMATION_VPD_PAGE) &&
9831 (page != INQUIRY_BLOCK_DEVICE_CHARACTERISTICS_VPD_PAGE))
9851 SM_DBG1(("smsatInquiryCB: invalid PAGE CODE 0x%x!!!\n", page));
9856 switch (page)
9878 SM_DBG1(("smsatInquiryCB: wrong!!! invalid PAGE CODE 0x%x!!!\n", page));
9886 switch (page)
9901 SM_DBG1(("smsatInquiryCB: wrong!!! invalidinvalid PAGE CODE 0x%x!!!\n", page));
9970 bit8 page = 0xFF;
10003 /* we must support page 00h, 83h and 89h */
10004 page = scsiCmnd->cdb[2];
10005 if ((page != INQUIRY_SUPPORTED_VPD_PAGE) &&
10006 (page != INQUIRY_DEVICE_IDENTIFICATION_VPD_PAGE) &&
10007 (page != INQUIRY_ATA_INFORMATION_VPD_PAGE) &&
10008 (page != INQUIRY_UNIT_SERIAL_NUMBER_VPD_PAGE) &&
10009 (page != INQUIRY_BLOCK_DEVICE_CHARACTERISTICS_VPD_PAGE))
10024 SM_DBG1(("smsatInquiryIntCB: invalid PAGE CODE 0x%x!!!\n", page));
10029 switch (page)
10054 SM_DBG1(("smsatInquiryIntCB: wrong!!! invalidinvalid PAGE CODE 0x%x!!!\n", page));
10062 switch (page)
10080 SM_DBG1(("smsatInquiryIntCB: wrong!!! invalidinvalid PAGE CODE 0x%x!!!\n", page));
10594 * For NCQ we need to issue READ LOG EXT command with log page 10h
10603 * 2. Prepare READ LOG EXT page 10h command. Set flag to indicate that
10606 * 3. When the device receives READ LOG EXT page 10h request all other
10642 * Allocate resource for READ LOG EXIT page 10h
10683 /* Send READ LOG EXIT page 10h command */