Home
last modified time | relevance | path

Searched refs:hret (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/ibm/ehea/
A Dehea_qmr.c194 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 Dehea_phyp.c202 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 Dehea_main.c351 u64 hret; in ehea_update_stats() local
973 u64 hret; in ehea_sense_port_attr() local
1059 u64 hret; in ehea_set_portspeed() local
1683 u64 hret; in ehea_broadcast_reg_helper() local
1718 u64 hret; in ehea_set_mac_addr() local
1786 u64 hret; in ehea_promiscuous() local
1816 u64 hret; in ehea_multicast_reg_helper() local
1826 if (hret) in ehea_multicast_reg_helper()
1847 u64 hret; in ehea_drop_multicast_list() local
1868 u64 hret; in ehea_allmulti() local
[all …]
/linux/arch/powerpc/perf/
A Dhv-24x7.c781 long hret; in create_events_from_catalog() local
803 if (hret) { in create_events_from_catalog()
877 if (hret) { in create_events_from_catalog()
1027 long hret; in catalog_read() local
1041 if (hret) { in catalog_read()
1059 if (hret) { in catalog_read()
1073 if (hret) in catalog_read()
1112 long hret; \
1440 if (hret) { in h_24x7_event_init()
1741 if (hret) { in hv_24x7_init()
[all …]
A Dhv-gpci.c84 unsigned long hret = hv_perf_caps_get(&caps); \
85 if (hret) \
331 unsigned long hret; in hv_gpci_init() local
341 hret = hv_perf_caps_get(&caps); in hv_gpci_init()
342 if (hret) { in hv_gpci_init()
344 hret); in hv_gpci_init()
/linux/drivers/i2c/busses/
A Di2c-img-scb.c919 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/mips/kvm/
A Dhypcall.c33 const unsigned long *args, unsigned long *hret) in kvm_mips_hypercall() argument
36 *hret = -KVM_ENOSYS; in kvm_mips_hypercall()
/linux/arch/powerpc/platforms/pseries/
A Dvio.c1115 long hret = 0; in vio_h_cop_sync() local
1122 hret = plpar_hcall_norets(H_COP, op->flags, in vio_h_cop_sync()
1127 if (hret == H_SUCCESS || in vio_h_cop_sync()
1128 (hret != H_NOT_ENOUGH_RESOURCES && in vio_h_cop_sync()
1129 hret != H_BUSY && hret != H_RESOURCE) || in vio_h_cop_sync()
1133 dev_dbg(dev, "%s: hcall ret(%ld), retrying.\n", __func__, hret); in vio_h_cop_sync()
1136 switch (hret) { in vio_h_cop_sync()
1162 __func__, ret, hret); in vio_h_cop_sync()
1164 op->hcall_err = hret; in vio_h_cop_sync()

Completed in 32 milliseconds