/kernel/linux/linux-6.6/sound/soc/intel/atom/sst/ |
H A D | sst_ipc.c | 75 block->ret_code = result; in sst_wake_up_block()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | core.c | 10115 int ret_code = 0; in sched_isolate_cpu() local 10127 ret_code = -EINVAL; in sched_isolate_cpu() 10139 ret_code = -EINVAL; in sched_isolate_cpu() 10154 ret_code = -EBUSY; in sched_isolate_cpu() 10179 return ret_code; in sched_isolate_cpu() 10190 int ret_code = 0; in sched_unisolate_cpu_unlocked() local 10195 ret_code = -EINVAL; in sched_unisolate_cpu_unlocked() 10203 ret_code = -EINVAL; in sched_unisolate_cpu_unlocked() 10225 return ret_code; in sched_unisolate_cpu_unlocked() 10230 int ret_code; in sched_unisolate_cpu() local [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | transport.c | 232 rd_err = le32_to_cpu(recv->ret_code); in tcp_recvpage_tls() 780 head->ret_code = 0; in tcp_send_rekey_request()
|
H A D | message_verify.c | 896 head->ret_code = cpu_to_le32(-EOPNOTSUPP); in handle_bad_message()
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | transport.c | 232 rd_err = le32_to_cpu(recv->ret_code); in tcp_recvpage_tls() 780 head->ret_code = 0; in tcp_send_rekey_request()
|
H A D | message_verify.c | 896 head->ret_code = cpu_to_le32(-EOPNOTSUPP); in handle_bad_message()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | vcn_v2_0.c | 1205 int ret_code; in vcn_v2_0_pause_dpg_mode() local 1215 ret_code = SOC15_WAIT_ON_RREG(UVD, 0, mmUVD_POWER_STATUS, 0x1, in vcn_v2_0_pause_dpg_mode() 1218 if (!ret_code) { in vcn_v2_0_pause_dpg_mode()
|
H A D | vcn_v3_0.c | 1541 int ret_code; in vcn_v3_0_pause_dpg_mode() local 1551 ret_code = SOC15_WAIT_ON_RREG(VCN, inst_idx, mmUVD_POWER_STATUS, 0x1, in vcn_v3_0_pause_dpg_mode() 1554 if (!ret_code) { in vcn_v3_0_pause_dpg_mode()
|
H A D | vcn_v2_5.c | 1405 int ret_code = 0; in vcn_v2_5_pause_dpg_mode() local 1415 ret_code = SOC15_WAIT_ON_RREG(VCN, inst_idx, mmUVD_POWER_STATUS, 0x1, in vcn_v2_5_pause_dpg_mode() 1418 if (!ret_code) { in vcn_v2_5_pause_dpg_mode()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_main.c | 1931 int ret_code = I40IW_NOT_SUPPORTED; in i40iw_virtchnl_receive() local 1944 ret_code = dev->vchnl_if.vchnl_recv(dev, vf_id, msg, len); in i40iw_virtchnl_receive() 1950 return ret_code; in i40iw_virtchnl_receive()
|
H A D | i40iw_puda.c | 209 enum i40iw_status_code ret_code = 0; in i40iw_puda_get_next_send_wqe() local 214 I40IW_RING_MOVE_HEAD(qp->sq_ring, ret_code); in i40iw_puda_get_next_send_wqe() 215 if (ret_code) in i40iw_puda_get_next_send_wqe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | vcn_v2_0.c | 1206 int ret_code; in vcn_v2_0_pause_dpg_mode() local 1216 ret_code = SOC15_WAIT_ON_RREG(UVD, 0, mmUVD_POWER_STATUS, 0x1, in vcn_v2_0_pause_dpg_mode() 1219 if (!ret_code) { in vcn_v2_0_pause_dpg_mode()
|
H A D | vcn_v2_5.c | 1453 int ret_code = 0; in vcn_v2_5_pause_dpg_mode() local 1463 ret_code = SOC15_WAIT_ON_RREG(VCN, inst_idx, mmUVD_POWER_STATUS, 0x1, in vcn_v2_5_pause_dpg_mode() 1466 if (!ret_code) { in vcn_v2_5_pause_dpg_mode()
|
H A D | vcn_v4_0.c | 1547 int ret_code; in vcn_v4_0_pause_dpg_mode() local 1557 ret_code = SOC15_WAIT_ON_RREG(VCN, inst_idx, regUVD_POWER_STATUS, 0x1, in vcn_v4_0_pause_dpg_mode() 1560 if (!ret_code) { in vcn_v4_0_pause_dpg_mode()
|
H A D | vcn_v3_0.c | 1603 int ret_code; in vcn_v3_0_pause_dpg_mode() local 1613 ret_code = SOC15_WAIT_ON_RREG(VCN, inst_idx, mmUVD_POWER_STATUS, 0x1, in vcn_v3_0_pause_dpg_mode() 1616 if (!ret_code) { in vcn_v3_0_pause_dpg_mode()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | puda.c | 194 int ret_code = 0; in irdma_puda_get_next_send_wqe() local 199 IRDMA_RING_MOVE_HEAD(qp->sq_ring, ret_code); in irdma_puda_get_next_send_wqe() 200 if (ret_code) in irdma_puda_get_next_send_wqe()
|
H A D | utils.c | 1397 int ret_code = 0; in irdma_ieq_check_mpacrc() local 1404 ret_code = -EINVAL; in irdma_ieq_check_mpacrc() 1406 return ret_code; in irdma_ieq_check_mpacrc()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-config.c | 282 int ret_code, sec_code; in vxge_update_fw_image() local 317 ret_code = VXGE_HW_UPGRADE_GET_RET_ERR_CODE(data0); in vxge_update_fw_image() 318 switch (ret_code) { in vxge_update_fw_image() 361 printk(KERN_ERR "Unknown FW error: %d\n", ret_code); in vxge_update_fw_image()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 326 cprb->ret_code = 0xFFFFFFFF; in alloc_cprb()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 15551 i40e_status ret_code; in i40e_remove() local 15624 ret_code = i40e_lan_del_device(pf); in i40e_remove() 15625 if (ret_code) in i40e_remove() 15627 ret_code); in i40e_remove() 15632 ret_code = i40e_shutdown_lan_hmc(hw); in i40e_remove() 15633 if (ret_code) in i40e_remove() 15636 ret_code); in i40e_remove()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 16280 int ret_code; in i40e_remove() local 16358 ret_code = i40e_lan_del_device(pf); in i40e_remove() 16359 if (ret_code) in i40e_remove() 16361 ret_code); in i40e_remove() 16366 ret_code = i40e_shutdown_lan_hmc(hw); in i40e_remove() 16367 if (ret_code) in i40e_remove() 16370 ret_code); in i40e_remove()
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 431 cprb->ret_code = 0xFFFFFFFF; in alloc_cprb()
|