| /linux/drivers/net/ethernet/ibm/ehea/ |
| H A D | ehea_qmr.c | 112 u64 hret, rpage; in ehea_create_cq() local 127 hret = ehea_h_alloc_resource_cq(adapter->handle, &cq->attr, in ehea_create_cq() 129 if (hret != H_SUCCESS) { in ehea_create_cq() 147 hret = ehea_h_register_rpage(adapter->handle, in ehea_create_cq() 150 if (hret < H_SUCCESS) { in ehea_create_cq() 152 cq, hret, counter, cq->attr.nr_pages); in ehea_create_cq() 159 if ((hret != H_SUCCESS) || (vpage)) { in ehea_create_cq() 161 hret); in ehea_create_cq() 165 if (hret != H_PAGE_REGISTERED) { in ehea_create_cq() 167 hret); in ehea_create_cq() [all …]
|
| H A D | ehea_phyp.c | 202 u64 hret; in ehea_h_alloc_resource_qp() local 243 hret = ehea_plpar_hcall9(H_ALLOC_HEA_RESOURCE, in ehea_h_alloc_resource_qp() 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 303 hret = ehea_plpar_hcall9(H_ALLOC_HEA_RESOURCE, in ehea_h_alloc_resource_cq() 316 if (!hret) in ehea_h_alloc_resource_cq() 319 return hret; in ehea_h_alloc_resource_cq() 362 u64 hret, allocate_controls; in ehea_h_alloc_resource_eq() local 372 hret = ehea_plpar_hcall9(H_ALLOC_HEA_RESOURCE, in ehea_h_alloc_resource_eq() [all …]
|
| H A D | ehea_main.c | 354 u64 hret; in ehea_update_stats() local 362 hret = ehea_h_query_ehea_port(port->adapter->handle, in ehea_update_stats() 365 if (hret != H_SUCCESS) { in ehea_update_stats() 976 u64 hret; in ehea_sense_port_attr() local 987 hret = ehea_h_query_ehea_port(port->adapter->handle, in ehea_sense_port_attr() 991 if (hret != H_SUCCESS) { in ehea_sense_port_attr() 1062 u64 hret; in ehea_set_portspeed() local 1076 hret = ehea_h_modify_ehea_port(port->adapter->handle, in ehea_set_portspeed() 1079 if (hret == H_SUCCESS) { in ehea_set_portspeed() 1082 hret in ehea_set_portspeed() 1349 u64 hret, mask; ehea_configure_port() local 1686 u64 hret; ehea_broadcast_reg_helper() local 1721 u64 hret; ehea_set_mac_addr() local 1775 ehea_promiscuous_error(u64 hret,int enable) ehea_promiscuous_error() argument 1789 u64 hret; ehea_promiscuous() local 1819 u64 hret; ehea_multicast_reg_helper() local 1850 u64 hret; ehea_drop_multicast_list() local 1871 u64 hret; ehea_allmulti() local 1900 u64 hret; ehea_add_multicast_entry() local 2095 u64 hret; ehea_vlan_rx_add_vid() local 2133 u64 hret; ehea_vlan_rx_kill_vid() local 2168 u64 hret; ehea_activate_qp() local 2517 u64 hret; ehea_stop_qps() local 2619 u64 hret; ehea_restart_qps() local 2806 u64 hret; ehea_sense_adapter_attr() local 2834 u64 hret; ehea_get_jumboframe_status() local [all...] |
| /linux/arch/powerpc/perf/ |
| H A D | hv-24x7.c | 759 long hret; in create_events_from_catalog() 780 hret = h_get_24x7_catalog_page(page, 0, 0); in create_events_from_catalog() 781 if (hret) { in create_events_from_catalog() 851 hret = h_get_24x7_catalog_page_( in create_events_from_catalog() 855 if (hret) { in create_events_from_catalog() 857 i + event_data_offs, hret); in create_events_from_catalog() 1003 long hret; in catalog_read() 1016 hret = h_get_24x7_catalog_page(page, 0, 0); in catalog_read() 1017 if (hret) { in catalog_read() 1033 hret in catalog_read() 758 long hret; create_events_from_catalog() local 1002 long hret; catalog_read() local 1377 unsigned long hret; h_24x7_event_init() local 1695 unsigned long hret; hv_24x7_init() local [all...] |
| H A D | hv-gpci.c | 85 unsigned long hret = hv_perf_caps_get(&caps); \ 86 if (hret) \ 997 unsigned long hret; in hv_gpci_init() 1008 hret = hv_perf_caps_get(&caps); in hv_gpci_init() 1009 if (hret) { in hv_gpci_init() 1011 hret); in hv_gpci_init() 996 unsigned long hret; hv_gpci_init() local
|
| /linux/arch/mips/kvm/ |
| H 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/ |
| H A D | i2c-img-scb.c | 919 unsigned int hret; in img_i2c_isr() local 956 hret = ISR_FATAL(EIO); in img_i2c_isr() 961 hret = img_i2c_atomic(i2c, int_status, line_status); in img_i2c_isr() 963 hret = img_i2c_auto(i2c, int_status, line_status); 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() [all …]
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | vio.c | 1103 long hret = 0; in vio_h_cop_sync() 1110 hret = plpar_hcall_norets(H_COP, op->flags, in vio_h_cop_sync() 1115 if (hret == H_SUCCESS || in vio_h_cop_sync() 1116 (hret != H_NOT_ENOUGH_RESOURCES && in vio_h_cop_sync() 1117 hret != H_BUSY && hret != H_RESOURCE) || in vio_h_cop_sync() 1121 dev_dbg(dev, "%s: hcall ret(%ld), retrying.\n", __func__, hret); in vio_h_cop_sync() 1124 switch (hret) { in vio_h_cop_sync() 1149 dev_dbg(dev, "%s: Sync h_cop_op failure (ret:%d) (hret:%ld)\n", in vio_h_cop_sync() 1150 __func__, ret, hret); in vio_h_cop_sync() 1102 long hret = 0; vio_h_cop_sync() local [all...] |