Searched refs:tw_compat_info (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | 3w-9xxx.c | 589 tw_dev->tw_compat_info.working_srl = fw_on_ctlr_srl; in twa_check_srl() 590 tw_dev->tw_compat_info.working_branch = fw_on_ctlr_branch; in twa_check_srl() 591 tw_dev->tw_compat_info.working_build = fw_on_ctlr_build; in twa_check_srl() 613 tw_dev->tw_compat_info.working_srl = TW_BASE_FW_SRL; in twa_check_srl() 614 tw_dev->tw_compat_info.working_branch = TW_BASE_FW_BRANCH; in twa_check_srl() 615 tw_dev->tw_compat_info.working_build = TW_BASE_FW_BUILD; in twa_check_srl() 619 strlcpy(tw_dev->tw_compat_info.driver_version, TW_DRIVER_VERSION, in twa_check_srl() 620 sizeof(tw_dev->tw_compat_info.driver_version)); in twa_check_srl() 621 tw_dev->tw_compat_info.driver_srl_high = TW_CURRENT_DRIVER_SRL; in twa_check_srl() 622 tw_dev->tw_compat_info in twa_check_srl() 650 TW_Compatibility_Info *tw_compat_info; twa_chrdev_ioctl() local [all...] |
H A D | 3w-sas.c | 143 ret = memory_read_from_buffer(outbuf, count, &offset, &tw_dev->tw_compat_info, sizeof(TW_Compatibility_Info)); in twl_sysfs_compat_info() 1331 strncpy(tw_dev->tw_compat_info.driver_version, TW_DRIVER_VERSION, strlen(TW_DRIVER_VERSION)); in twl_reset_sequence() 1332 tw_dev->tw_compat_info.driver_srl_high = TW_CURRENT_DRIVER_SRL; in twl_reset_sequence() 1333 tw_dev->tw_compat_info.driver_branch_high = TW_CURRENT_DRIVER_BRANCH; in twl_reset_sequence() 1334 tw_dev->tw_compat_info.driver_build_high = TW_CURRENT_DRIVER_BUILD; in twl_reset_sequence() 1335 tw_dev->tw_compat_info.driver_srl_low = TW_BASE_FW_SRL; in twl_reset_sequence() 1336 tw_dev->tw_compat_info.driver_branch_low = TW_BASE_FW_BRANCH; in twl_reset_sequence() 1337 tw_dev->tw_compat_info.driver_build_low = TW_BASE_FW_BUILD; in twl_reset_sequence() 1338 tw_dev->tw_compat_info.fw_on_ctlr_srl = fw_on_ctlr_srl; in twl_reset_sequence() 1339 tw_dev->tw_compat_info in twl_reset_sequence() [all...] |
H A D | 3w-sas.h | 384 TW_Compatibility_Info tw_compat_info; member
|
H A D | 3w-9xxx.h | 674 TW_Compatibility_Info tw_compat_info; member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | 3w-9xxx.c | 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 strscpy(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 in twa_check_srl() 651 TW_Compatibility_Info *tw_compat_info; twa_chrdev_ioctl() local [all...] |
H A D | 3w-sas.c | 143 ret = memory_read_from_buffer(outbuf, count, &offset, &tw_dev->tw_compat_info, sizeof(TW_Compatibility_Info)); in twl_sysfs_compat_info() 1329 strncpy(tw_dev->tw_compat_info.driver_version, TW_DRIVER_VERSION, strlen(TW_DRIVER_VERSION)); in twl_reset_sequence() 1330 tw_dev->tw_compat_info.driver_srl_high = TW_CURRENT_DRIVER_SRL; in twl_reset_sequence() 1331 tw_dev->tw_compat_info.driver_branch_high = TW_CURRENT_DRIVER_BRANCH; in twl_reset_sequence() 1332 tw_dev->tw_compat_info.driver_build_high = TW_CURRENT_DRIVER_BUILD; in twl_reset_sequence() 1333 tw_dev->tw_compat_info.driver_srl_low = TW_BASE_FW_SRL; in twl_reset_sequence() 1334 tw_dev->tw_compat_info.driver_branch_low = TW_BASE_FW_BRANCH; in twl_reset_sequence() 1335 tw_dev->tw_compat_info.driver_build_low = TW_BASE_FW_BUILD; in twl_reset_sequence() 1336 tw_dev->tw_compat_info.fw_on_ctlr_srl = fw_on_ctlr_srl; in twl_reset_sequence() 1337 tw_dev->tw_compat_info in twl_reset_sequence() [all...] |
H A D | 3w-sas.h | 400 TW_Compatibility_Info tw_compat_info; member
|
H A D | 3w-9xxx.h | 691 TW_Compatibility_Info tw_compat_info; member
|
Completed in 13 milliseconds