Lines Matching refs:tw_compat_info
590 tw_dev->tw_compat_info.working_srl = fw_on_ctlr_srl; in twa_check_srl()
591 tw_dev->tw_compat_info.working_branch = fw_on_ctlr_branch; in twa_check_srl()
592 tw_dev->tw_compat_info.working_build = fw_on_ctlr_build; in twa_check_srl()
614 tw_dev->tw_compat_info.working_srl = TW_BASE_FW_SRL; in twa_check_srl()
615 tw_dev->tw_compat_info.working_branch = TW_BASE_FW_BRANCH; in twa_check_srl()
616 tw_dev->tw_compat_info.working_build = TW_BASE_FW_BUILD; in twa_check_srl()
620 strlcpy(tw_dev->tw_compat_info.driver_version, TW_DRIVER_VERSION, in twa_check_srl()
621 sizeof(tw_dev->tw_compat_info.driver_version)); in twa_check_srl()
622 tw_dev->tw_compat_info.driver_srl_high = TW_CURRENT_DRIVER_SRL; in twa_check_srl()
623 tw_dev->tw_compat_info.driver_branch_high = TW_CURRENT_DRIVER_BRANCH; in twa_check_srl()
624 tw_dev->tw_compat_info.driver_build_high = TW_CURRENT_DRIVER_BUILD; in twa_check_srl()
625 tw_dev->tw_compat_info.driver_srl_low = TW_BASE_FW_SRL; in twa_check_srl()
626 tw_dev->tw_compat_info.driver_branch_low = TW_BASE_FW_BRANCH; in twa_check_srl()
627 tw_dev->tw_compat_info.driver_build_low = TW_BASE_FW_BUILD; in twa_check_srl()
628 tw_dev->tw_compat_info.fw_on_ctlr_srl = fw_on_ctlr_srl; in twa_check_srl()
629 tw_dev->tw_compat_info.fw_on_ctlr_branch = fw_on_ctlr_branch; in twa_check_srl()
630 tw_dev->tw_compat_info.fw_on_ctlr_build = fw_on_ctlr_build; in twa_check_srl()
651 TW_Compatibility_Info *tw_compat_info; in twa_chrdev_ioctl() local
746 tw_compat_info = (TW_Compatibility_Info *)tw_ioctl->data_buffer; in twa_chrdev_ioctl()
747 memcpy(tw_compat_info, &tw_dev->tw_compat_info, sizeof(TW_Compatibility_Info)); in twa_chrdev_ioctl()
1762 if ((SCpnt->device->lun != 0) && (tw_dev->tw_compat_info.working_srl < TW_FW_SRL_LUNS_SUPPORTED)) { in twa_scsi_queue_lck()
2084 host->max_lun = TW_MAX_LUNS(tw_dev->tw_compat_info.working_srl); in twa_probe()