/kernel/linux/linux-5.10/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() 151 pr_err("register_rpage_cq failed ehea_cq=%p hret=%llx counter=%i act_pages=%i\n", 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() 160 pr_err("registration of pages not complete hret=%llx\n", in ehea_create_cq() 161 hret); in ehea_create_cq() 194 u64 hret; ehea_destroy_cq_res() local 210 u64 hret, aer, aerr; ehea_destroy_cq() local 234 u64 hret, rpage; ehea_create_eq() local 317 u64 hret; ehea_destroy_eq_res() local 336 u64 hret, aer, aerr; ehea_destroy_eq() local 361 u64 hret, rpage; ehea_qp_alloc_register() local 401 u64 hret; ehea_create_qp() local 492 u64 hret; ehea_destroy_qp_res() local 515 u64 hret, aer, aerr; ehea_destroy_qp() local 795 u64 j, m, hret; ehea_reg_mr_section() local 825 u64 hret = H_SUCCESS; ehea_reg_mr_sections() local 843 u64 hret = H_SUCCESS; ehea_reg_mr_dir_sections() local 861 u64 hret; ehea_reg_kernel_mr() local 916 u64 hret; ehea_rem_mr() local 934 u64 hret; ehea_gen_smr() local [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 in ehea_h_alloc_resource_eq() 395 u64 hret; ehea_h_modify_ehea_qp() local 437 u64 hret; ehea_h_register_smr() local 481 u64 hret; ehea_h_alloc_resource_mr() local 515 u64 hret, cb_logaddr; ehea_h_query_ehea() local [all...] |
H A D | ehea_main.c | 350 u64 hret; in ehea_update_stats() local 358 hret = ehea_h_query_ehea_port(port->adapter->handle, in ehea_update_stats() 361 if (hret != H_SUCCESS) { in ehea_update_stats() 972 u64 hret; in ehea_sense_port_attr() local 983 hret = ehea_h_query_ehea_port(port->adapter->handle, in ehea_sense_port_attr() 987 if (hret != H_SUCCESS) { in ehea_sense_port_attr() 1058 u64 hret; in ehea_set_portspeed() local 1072 hret = ehea_h_modify_ehea_port(port->adapter->handle, in ehea_set_portspeed() 1075 if (hret == H_SUCCESS) { in ehea_set_portspeed() 1078 hret in ehea_set_portspeed() 1345 u64 hret, mask; ehea_configure_port() local 1682 u64 hret; ehea_broadcast_reg_helper() local 1717 u64 hret; ehea_set_mac_addr() local 1771 ehea_promiscuous_error(u64 hret, int enable) ehea_promiscuous_error() argument 1785 u64 hret; ehea_promiscuous() local 1815 u64 hret; ehea_multicast_reg_helper() local 1846 u64 hret; ehea_drop_multicast_list() local 1867 u64 hret; ehea_allmulti() local 1896 u64 hret; ehea_add_multicast_entry() local 2091 u64 hret; ehea_vlan_rx_add_vid() local 2129 u64 hret; ehea_vlan_rx_kill_vid() local 2164 u64 hret; ehea_activate_qp() local 2513 u64 hret; ehea_stop_qps() local 2615 u64 hret; ehea_restart_qps() local 2802 u64 hret; ehea_sense_adapter_attr() local 2830 u64 hret; ehea_get_jumboframe_status() local [all...] |
/kernel/linux/linux-6.6/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() 151 pr_err("register_rpage_cq failed ehea_cq=%p hret=%llx counter=%i act_pages=%i\n", 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() 160 pr_err("registration of pages not complete hret=%llx\n", in ehea_create_cq() 161 hret); in ehea_create_cq() 194 u64 hret; ehea_destroy_cq_res() local 210 u64 hret, aer, aerr; ehea_destroy_cq() local 234 u64 hret, rpage; ehea_create_eq() local 317 u64 hret; ehea_destroy_eq_res() local 336 u64 hret, aer, aerr; ehea_destroy_eq() local 361 u64 hret, rpage; ehea_qp_alloc_register() local 401 u64 hret; ehea_create_qp() local 492 u64 hret; ehea_destroy_qp_res() local 515 u64 hret, aer, aerr; ehea_destroy_qp() local 795 u64 j, m, hret; ehea_reg_mr_section() local 825 u64 hret = H_SUCCESS; ehea_reg_mr_sections() local 843 u64 hret = H_SUCCESS; ehea_reg_mr_dir_sections() local 861 u64 hret; ehea_reg_kernel_mr() local 916 u64 hret; ehea_rem_mr() local 934 u64 hret; ehea_gen_smr() local [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 in ehea_h_alloc_resource_eq() 395 u64 hret; ehea_h_modify_ehea_qp() local 437 u64 hret; ehea_h_register_smr() local 481 u64 hret; ehea_h_alloc_resource_mr() local 515 u64 hret, cb_logaddr; ehea_h_query_ehea() local [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...] |
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | hv-24x7.c | 767 long hret; in create_events_from_catalog() local 788 hret = h_get_24x7_catalog_page(page, 0, 0); in create_events_from_catalog() 789 if (hret) { in create_events_from_catalog() 859 hret = h_get_24x7_catalog_page_( in create_events_from_catalog() 863 if (hret) { in create_events_from_catalog() 865 i + event_data_offs, hret); in create_events_from_catalog() 1006 long hret; in catalog_read() local 1019 hret = h_get_24x7_catalog_page(page, 0, 0); in catalog_read() 1020 if (hret) { in catalog_read() 1036 hret in catalog_read() 1381 unsigned long hret; h_24x7_event_init() local 1699 unsigned long hret; hv_24x7_init() local [all...] |
H 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()
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | hv-24x7.c | 768 long hret; in create_events_from_catalog() local 789 hret = h_get_24x7_catalog_page(page, 0, 0); in create_events_from_catalog() 790 if (hret) { in create_events_from_catalog() 860 hret = h_get_24x7_catalog_page_( in create_events_from_catalog() 864 if (hret) { in create_events_from_catalog() 866 i + event_data_offs, hret); in create_events_from_catalog() 1014 long hret; in catalog_read() local 1027 hret = h_get_24x7_catalog_page(page, 0, 0); in catalog_read() 1028 if (hret) { in catalog_read() 1044 hret in catalog_read() 1389 unsigned long hret; h_24x7_event_init() local 1707 unsigned long hret; hv_24x7_init() local [all...] |
H 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()
|
/kernel/linux/linux-5.10/arch/mips/kvm/ |
H A D | hypcall.c | 33 const unsigned long *args, unsigned long *hret) in kvm_mips_hypercall() 36 *hret = -KVM_ENOSYS; in kvm_mips_hypercall() 32 kvm_mips_hypercall(struct kvm_vcpu *vcpu, unsigned long num, const unsigned long *args, unsigned long *hret) kvm_mips_hypercall() argument
|
/kernel/linux/linux-6.6/arch/mips/kvm/ |
H A D | hypcall.c | 33 const unsigned long *args, unsigned long *hret) in kvm_mips_hypercall() 36 *hret = -KVM_ENOSYS; in kvm_mips_hypercall() 32 kvm_mips_hypercall(struct kvm_vcpu *vcpu, unsigned long num, const unsigned long *args, unsigned long *hret) kvm_mips_hypercall() argument
|
/kernel/linux/linux-5.10/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 in img_i2c_isr() [all...] |
/kernel/linux/linux-6.6/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 in img_i2c_isr() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | vio.c | 1113 long hret = 0; in vio_h_cop_sync() local 1120 hret = plpar_hcall_norets(H_COP, op->flags, in vio_h_cop_sync() 1125 if (hret == H_SUCCESS || in vio_h_cop_sync() 1126 (hret != H_NOT_ENOUGH_RESOURCES && in vio_h_cop_sync() 1127 hret != H_BUSY && hret != H_RESOURCE) || in vio_h_cop_sync() 1131 dev_dbg(dev, "%s: hcall ret(%ld), retrying.\n", __func__, hret); in vio_h_cop_sync() 1134 switch (hret) { in vio_h_cop_sync() 1159 dev_dbg(dev, "%s: Sync h_cop_op failure (ret:%d) (hret:%ld)\n", in vio_h_cop_sync() 1160 __func__, ret, hret); in vio_h_cop_sync() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H 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() 1162 dev_dbg(dev, "%s: Sync h_cop_op failure (ret:%d) (hret:%ld)\n", in vio_h_cop_sync() 1163 __func__, ret, hret); in vio_h_cop_sync() [all...] |