@@ -226,7 +226,7 @@ u64 hipz_h_alloc_resource_eq(const struct ipz_adapter_handle adapter_handle,
226
226
u32 * eq_ist )
227
227
{
228
228
u64 ret ;
229
- u64 outs [PLPAR_HCALL9_BUFSIZE ];
229
+ unsigned long outs [PLPAR_HCALL9_BUFSIZE ];
230
230
u64 allocate_controls ;
231
231
232
232
/* resource type */
@@ -270,7 +270,7 @@ u64 hipz_h_alloc_resource_cq(const struct ipz_adapter_handle adapter_handle,
270
270
struct ehca_alloc_cq_parms * param )
271
271
{
272
272
u64 ret ;
273
- u64 outs [PLPAR_HCALL9_BUFSIZE ];
273
+ unsigned long outs [PLPAR_HCALL9_BUFSIZE ];
274
274
275
275
ret = ehca_plpar_hcall9 (H_ALLOC_RESOURCE , outs ,
276
276
adapter_handle .handle , /* r4 */
@@ -297,7 +297,7 @@ u64 hipz_h_alloc_resource_qp(const struct ipz_adapter_handle adapter_handle,
297
297
{
298
298
u64 ret ;
299
299
u64 allocate_controls , max_r10_reg , r11 , r12 ;
300
- u64 outs [PLPAR_HCALL9_BUFSIZE ];
300
+ unsigned long outs [PLPAR_HCALL9_BUFSIZE ];
301
301
302
302
allocate_controls =
303
303
EHCA_BMASK_SET (H_ALL_RES_QP_ENHANCED_OPS , parms -> ext_type )
@@ -525,7 +525,7 @@ u64 hipz_h_disable_and_get_wqe(const struct ipz_adapter_handle adapter_handle,
525
525
int dis_and_get_function_code )
526
526
{
527
527
u64 ret ;
528
- u64 outs [PLPAR_HCALL9_BUFSIZE ];
528
+ unsigned long outs [PLPAR_HCALL9_BUFSIZE ];
529
529
530
530
ret = ehca_plpar_hcall9 (H_DISABLE_AND_GETC , outs ,
531
531
adapter_handle .handle , /* r4 */
@@ -548,7 +548,7 @@ u64 hipz_h_modify_qp(const struct ipz_adapter_handle adapter_handle,
548
548
struct h_galpa gal )
549
549
{
550
550
u64 ret ;
551
- u64 outs [PLPAR_HCALL9_BUFSIZE ];
551
+ unsigned long outs [PLPAR_HCALL9_BUFSIZE ];
552
552
ret = ehca_plpar_hcall9 (H_MODIFY_QP , outs ,
553
553
adapter_handle .handle , /* r4 */
554
554
qp_handle .handle , /* r5 */
@@ -579,7 +579,7 @@ u64 hipz_h_destroy_qp(const struct ipz_adapter_handle adapter_handle,
579
579
struct ehca_qp * qp )
580
580
{
581
581
u64 ret ;
582
- u64 outs [PLPAR_HCALL9_BUFSIZE ];
582
+ unsigned long outs [PLPAR_HCALL9_BUFSIZE ];
583
583
584
584
ret = hcp_galpas_dtor (& qp -> galpas );
585
585
if (ret ) {
@@ -625,7 +625,7 @@ u64 hipz_h_define_aqp1(const struct ipz_adapter_handle adapter_handle,
625
625
u32 * bma_qp_nr )
626
626
{
627
627
u64 ret ;
628
- u64 outs [PLPAR_HCALL9_BUFSIZE ];
628
+ unsigned long outs [PLPAR_HCALL9_BUFSIZE ];
629
629
630
630
ret = ehca_plpar_hcall9 (H_DEFINE_AQP1 , outs ,
631
631
adapter_handle .handle , /* r4 */
@@ -733,7 +733,7 @@ u64 hipz_h_alloc_resource_mr(const struct ipz_adapter_handle adapter_handle,
733
733
struct ehca_mr_hipzout_parms * outparms )
734
734
{
735
735
u64 ret ;
736
- u64 outs [PLPAR_HCALL9_BUFSIZE ];
736
+ unsigned long outs [PLPAR_HCALL9_BUFSIZE ];
737
737
738
738
ret = ehca_plpar_hcall9 (H_ALLOC_RESOURCE , outs ,
739
739
adapter_handle .handle , /* r4 */
@@ -794,7 +794,7 @@ u64 hipz_h_query_mr(const struct ipz_adapter_handle adapter_handle,
794
794
struct ehca_mr_hipzout_parms * outparms )
795
795
{
796
796
u64 ret ;
797
- u64 outs [PLPAR_HCALL9_BUFSIZE ];
797
+ unsigned long outs [PLPAR_HCALL9_BUFSIZE ];
798
798
799
799
ret = ehca_plpar_hcall9 (H_QUERY_MR , outs ,
800
800
adapter_handle .handle , /* r4 */
@@ -828,7 +828,7 @@ u64 hipz_h_reregister_pmr(const struct ipz_adapter_handle adapter_handle,
828
828
struct ehca_mr_hipzout_parms * outparms )
829
829
{
830
830
u64 ret ;
831
- u64 outs [PLPAR_HCALL9_BUFSIZE ];
831
+ unsigned long outs [PLPAR_HCALL9_BUFSIZE ];
832
832
833
833
ret = ehca_plpar_hcall9 (H_REREGISTER_PMR , outs ,
834
834
adapter_handle .handle , /* r4 */
@@ -855,7 +855,7 @@ u64 hipz_h_register_smr(const struct ipz_adapter_handle adapter_handle,
855
855
struct ehca_mr_hipzout_parms * outparms )
856
856
{
857
857
u64 ret ;
858
- u64 outs [PLPAR_HCALL9_BUFSIZE ];
858
+ unsigned long outs [PLPAR_HCALL9_BUFSIZE ];
859
859
860
860
ret = ehca_plpar_hcall9 (H_REGISTER_SMR , outs ,
861
861
adapter_handle .handle , /* r4 */
@@ -877,7 +877,7 @@ u64 hipz_h_alloc_resource_mw(const struct ipz_adapter_handle adapter_handle,
877
877
struct ehca_mw_hipzout_parms * outparms )
878
878
{
879
879
u64 ret ;
880
- u64 outs [PLPAR_HCALL9_BUFSIZE ];
880
+ unsigned long outs [PLPAR_HCALL9_BUFSIZE ];
881
881
882
882
ret = ehca_plpar_hcall9 (H_ALLOC_RESOURCE , outs ,
883
883
adapter_handle .handle , /* r4 */
@@ -895,7 +895,7 @@ u64 hipz_h_query_mw(const struct ipz_adapter_handle adapter_handle,
895
895
struct ehca_mw_hipzout_parms * outparms )
896
896
{
897
897
u64 ret ;
898
- u64 outs [PLPAR_HCALL9_BUFSIZE ];
898
+ unsigned long outs [PLPAR_HCALL9_BUFSIZE ];
899
899
900
900
ret = ehca_plpar_hcall9 (H_QUERY_MW , outs ,
901
901
adapter_handle .handle , /* r4 */
0 commit comments