Searched refs:hret (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/ibm/ehea/ |
A D | ehea_qmr.c | 194 u64 hret; in ehea_destroy_cq_res() local 200 return hret; in ehea_destroy_cq_res() 205 return hret; in ehea_destroy_cq_res() 317 u64 hret; in ehea_destroy_eq_res() local 331 return hret; in ehea_destroy_eq_res() 401 u64 hret; in ehea_create_qp() local 492 u64 hret; in ehea_destroy_qp_res() local 510 return hret; in ehea_destroy_qp_res() 861 u64 hret; in ehea_reg_kernel_mr() local 916 u64 hret; in ehea_rem_mr() local [all …]
|
A D | ehea_phyp.c | 202 u64 hret; in ehea_h_alloc_resource_qp() local 290 if (!hret) in ehea_h_alloc_resource_qp() 293 return hret; in ehea_h_alloc_resource_qp() 300 u64 hret; in ehea_h_alloc_resource_cq() local 316 if (!hret) in ehea_h_alloc_resource_cq() 319 return hret; in ehea_h_alloc_resource_cq() 387 return hret; in ehea_h_alloc_resource_eq() 395 u64 hret; in ehea_h_modify_ehea_qp() local 412 return hret; in ehea_h_modify_ehea_qp() 437 u64 hret; in ehea_h_register_smr() local [all …]
|
A D | ehea_main.c | 353 u64 hret; in ehea_update_stats() local 975 u64 hret; in ehea_sense_port_attr() local 1061 u64 hret; in ehea_set_portspeed() local 1685 u64 hret; in ehea_broadcast_reg_helper() local 1720 u64 hret; in ehea_set_mac_addr() local 1788 u64 hret; in ehea_promiscuous() local 1818 u64 hret; in ehea_multicast_reg_helper() local 1828 if (hret) in ehea_multicast_reg_helper() 1849 u64 hret; in ehea_drop_multicast_list() local 1870 u64 hret; in ehea_allmulti() local [all …]
|
/linux-6.3-rc2/arch/powerpc/perf/ |
A D | hv-24x7.c | 768 long hret; in create_events_from_catalog() local 790 if (hret) { in create_events_from_catalog() 864 if (hret) { in create_events_from_catalog() 1014 long hret; in catalog_read() local 1028 if (hret) { in catalog_read() 1046 if (hret) { in catalog_read() 1060 if (hret) in catalog_read() 1099 long hret; \ 1427 if (hret) { in h_24x7_event_init() 1729 if (hret) { in hv_24x7_init() [all …]
|
A D | hv-gpci.c | 84 unsigned long hret = hv_perf_caps_get(&caps); \ 85 if (hret) \ 331 unsigned long hret; in hv_gpci_init() local 342 hret = hv_perf_caps_get(&caps); in hv_gpci_init() 343 if (hret) { in hv_gpci_init() 345 hret); in hv_gpci_init()
|
/linux-6.3-rc2/arch/mips/kvm/ |
A D | hypcall.c | 33 const unsigned long *args, unsigned long *hret) in kvm_mips_hypercall() argument 36 *hret = -KVM_ENOSYS; in kvm_mips_hypercall()
|
/linux-6.3-rc2/drivers/i2c/busses/ |
A D | i2c-img-scb.c | 919 unsigned int hret; in img_i2c_isr() local 956 hret = ISR_FATAL(EIO); in img_i2c_isr() 965 hret = img_i2c_sequence(i2c, int_status); in img_i2c_isr() 968 hret = ISR_COMPLETE(0); in img_i2c_isr() 970 hret = img_i2c_raw(i2c, int_status, line_status); in img_i2c_isr() 972 hret = 0; in img_i2c_isr() 978 if (hret & ISR_WAITSTOP) { in img_i2c_isr() 984 hret = ISR_COMPLETE(0); in img_i2c_isr() 990 if (hret & ISR_COMPLETE_M) { in img_i2c_isr() 991 int status = -(hret & ISR_STATUS_M); in img_i2c_isr() [all …]
|
/linux-6.3-rc2/arch/powerpc/platforms/pseries/ |
A D | vio.c | 1116 long hret = 0; in vio_h_cop_sync() local 1123 hret = plpar_hcall_norets(H_COP, op->flags, in vio_h_cop_sync() 1128 if (hret == H_SUCCESS || in vio_h_cop_sync() 1129 (hret != H_NOT_ENOUGH_RESOURCES && in vio_h_cop_sync() 1130 hret != H_BUSY && hret != H_RESOURCE) || in vio_h_cop_sync() 1134 dev_dbg(dev, "%s: hcall ret(%ld), retrying.\n", __func__, hret); in vio_h_cop_sync() 1137 switch (hret) { in vio_h_cop_sync() 1163 __func__, ret, hret); in vio_h_cop_sync() 1165 op->hcall_err = hret; in vio_h_cop_sync()
|
Completed in 30 milliseconds