Searched refs:reportlun (Results 1 – 1 of 1) sorted by relevance
3479 struct fcp_cmd *reportlun = (struct fcp_cmd *)privp->cmd; in sf_do_reportlun() local3531 bzero((caddr_t)reportlun, sizeof (struct fcp_cmd)); in sf_do_reportlun()3532 ((union scsi_cdb *)reportlun->fcp_cdb)->scc_cmd = SCMD_REPORT_LUNS; in sf_do_reportlun()3534 ((union scsi_cdb *)reportlun->fcp_cdb)->scc5_count0 = in sf_do_reportlun()3536 ((union scsi_cdb *)reportlun->fcp_cdb)->scc5_count1 = in sf_do_reportlun()3538 ((union scsi_cdb *)reportlun->fcp_cdb)->scc5_count2 = in sf_do_reportlun()3540 ((union scsi_cdb *)reportlun->fcp_cdb)->scc5_count3 = in sf_do_reportlun()3542 reportlun->fcp_cntl.cntl_read_data = 1; in sf_do_reportlun()3543 reportlun->fcp_cntl.cntl_write_data = 0; in sf_do_reportlun()3544 reportlun->fcp_data_len = pcookie.dmac_size; in sf_do_reportlun()[all …]