@@ -5954,15 +5954,15 @@ LPFC_ATTR_R(enable_mi, 1, 0, 1, "Enable MI");
5954
5954
* 4 - 255 = vmid support enabled for 4-255 VMs
5955
5955
* Value range is [4,255].
5956
5956
*/
5957
- LPFC_ATTR_RW (max_vmid , LPFC_MIN_VMID , LPFC_MIN_VMID , LPFC_MAX_VMID ,
5957
+ LPFC_ATTR_R (max_vmid , LPFC_MIN_VMID , LPFC_MIN_VMID , LPFC_MAX_VMID ,
5958
5958
"Maximum number of VMs supported" );
5959
5959
5960
5960
/*
5961
5961
* lpfc_vmid_inactivity_timeout: Inactivity timeout duration in hours
5962
5962
* 0 = Timeout is disabled
5963
5963
* Value range is [0,24].
5964
5964
*/
5965
- LPFC_ATTR_RW (vmid_inactivity_timeout , 4 , 0 , 24 ,
5965
+ LPFC_ATTR_R (vmid_inactivity_timeout , 4 , 0 , 24 ,
5966
5966
"Inactivity timeout in hours" );
5967
5967
5968
5968
/*
@@ -5971,7 +5971,7 @@ LPFC_ATTR_RW(vmid_inactivity_timeout, 4, 0, 24,
5971
5971
* 1 = Support is enabled
5972
5972
* Value range is [0,1].
5973
5973
*/
5974
- LPFC_ATTR_RW (vmid_app_header , LPFC_VMID_APP_HEADER_DISABLE ,
5974
+ LPFC_ATTR_R (vmid_app_header , LPFC_VMID_APP_HEADER_DISABLE ,
5975
5975
LPFC_VMID_APP_HEADER_DISABLE , LPFC_VMID_APP_HEADER_ENABLE ,
5976
5976
"Enable App Header VMID support" );
5977
5977
@@ -5982,7 +5982,7 @@ LPFC_ATTR_RW(vmid_app_header, LPFC_VMID_APP_HEADER_DISABLE,
5982
5982
* 2 = Allow all targets
5983
5983
* Value range is [0,2].
5984
5984
*/
5985
- LPFC_ATTR_RW (vmid_priority_tagging , LPFC_VMID_PRIO_TAG_DISABLE ,
5985
+ LPFC_ATTR_R (vmid_priority_tagging , LPFC_VMID_PRIO_TAG_DISABLE ,
5986
5986
LPFC_VMID_PRIO_TAG_DISABLE ,
5987
5987
LPFC_VMID_PRIO_TAG_ALL_TARGETS ,
5988
5988
"Enable Priority Tagging VMID support" );
0 commit comments