Searched refs:hret (Results 1 – 8 of 8) sorted by relevance
| /linux/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 | 354 u64 hret; in ehea_update_stats() local 976 u64 hret; in ehea_sense_port_attr() local 1062 u64 hret; in ehea_set_portspeed() local 1686 u64 hret; in ehea_broadcast_reg_helper() local 1721 u64 hret; in ehea_set_mac_addr() local 1789 u64 hret; in ehea_promiscuous() local 1819 u64 hret; in ehea_multicast_reg_helper() local 1829 if (hret) in ehea_multicast_reg_helper() 1850 u64 hret; in ehea_drop_multicast_list() local 1871 u64 hret; in ehea_allmulti() local [all …]
|
| /linux/arch/powerpc/perf/ |
| A D | hv-24x7.c | 758 long hret; in create_events_from_catalog() local 780 if (hret) { in create_events_from_catalog() 854 if (hret) { in create_events_from_catalog() 1004 long hret; in catalog_read() local 1018 if (hret) { in catalog_read() 1036 if (hret) { in catalog_read() 1050 if (hret) in catalog_read() 1089 long hret; \ 1417 if (hret) { in h_24x7_event_init() 1719 if (hret) { in hv_24x7_init() [all …]
|
| A D | hv-gpci.c | 84 unsigned long hret = hv_perf_caps_get(&caps); \ 85 if (hret) \ 988 unsigned long hret; in hv_gpci_init() local 999 hret = hv_perf_caps_get(&caps); in hv_gpci_init() 1000 if (hret) { in hv_gpci_init() 1002 hret); in hv_gpci_init()
|
| /linux/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/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/arch/powerpc/platforms/pseries/ |
| A D | vio.c | 1100 long hret = 0; in vio_h_cop_sync() local 1107 hret = plpar_hcall_norets(H_COP, op->flags, in vio_h_cop_sync() 1112 if (hret == H_SUCCESS || in vio_h_cop_sync() 1113 (hret != H_NOT_ENOUGH_RESOURCES && in vio_h_cop_sync() 1114 hret != H_BUSY && hret != H_RESOURCE) || in vio_h_cop_sync() 1118 dev_dbg(dev, "%s: hcall ret(%ld), retrying.\n", __func__, hret); in vio_h_cop_sync() 1121 switch (hret) { in vio_h_cop_sync() 1147 __func__, ret, hret); in vio_h_cop_sync() 1149 op->hcall_err = hret; in vio_h_cop_sync()
|
Completed in 38 milliseconds