/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_replay.c | 1044 if (katom->retry_count) {
in kbase_replay_process() 1054 if (katom->retry_count) {
in kbase_replay_process() 1070 dev_warn(kbdev->dev, "Replaying jobs retry=%d\n", katom->retry_count);
in kbase_replay_process() 1072 katom->retry_count++;
in kbase_replay_process() 1074 if (katom->retry_count > BASEP_JD_REPLAY_LIMIT) {
in kbase_replay_process() 1085 if (katom->retry_count == 1) {
in kbase_replay_process()
|
H A D | mali_kbase_defs.h | 532 int retry_count;
member
|
H A D | mali_kbase_jd.c | 957 katom->retry_count = 0;
in jd_submit_atom()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_replay.c | 1118 if (katom->retry_count) in kbase_replay_process() 1127 if (katom->retry_count) in kbase_replay_process() 1144 katom->retry_count); in kbase_replay_process() 1146 katom->retry_count++; in kbase_replay_process() 1148 if (katom->retry_count > BASEP_JD_REPLAY_LIMIT) { in kbase_replay_process() 1159 if (katom->retry_count == 1) in kbase_replay_process()
|
H A D | mali_kbase_defs.h | 539 int retry_count; member
|
H A D | mali_kbase_jd.c | 994 katom->retry_count = 0; in jd_submit_atom()
|
/device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
H A D | rockchip-iommu.c | 461 int retry_count = 0;
in rk_iommu_enable_stall() local 487 dev_err(iommu->dev, "Enable stall request timed out, retry_count = %d, status: %#08x\n", retry_count,
in rk_iommu_enable_stall() 490 if (iommu->cmd_retry && (retry_count++ < CMD_RETRY_COUNT)) {
in rk_iommu_enable_stall() 503 int retry_count = 0;
in rk_iommu_disable_stall() local 524 dev_err(iommu->dev, "Disable stall request timed out, retry_count = %d, status: %#08x\n", retry_count,
in rk_iommu_disable_stall() 527 if (iommu->cmd_retry && (retry_count++ < CMD_RETRY_COUNT)) {
in rk_iommu_disable_stall() 540 int retry_count = 0;
in rk_iommu_enable_paging() local 561 dev_err(iommu->dev, "Enable paging request timed out, retry_count in rk_iommu_enable_paging() 577 int retry_count = 0; rk_iommu_disable_paging() local [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/jm/ |
H A D | mali_kbase_jm_defs.h | 595 int retry_count; member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/jm/ |
H A D | mali_kbase_jm_defs.h | 499 * @retry_count: TODO: Not used,to be removed 610 int retry_count; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | dbus.h | 373 int retry_count; member
|
H A D | wlioctl.h | 5586 uint16 retry_count; /**< retry_count */ member 13369 uint16 retry_count; /* retry_count */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | netif.h | 349 u8_t retry_count; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_android_ext.c | 5757 uint32 sess_id = 0, flag, interval = 0, retry_interval = 0, retry_count = 0; in wl_ext_tcpka_conn_enable() local 5761 &sess_id, &flag, &interval, &retry_interval, &retry_count); in wl_ext_tcpka_conn_enable() 5767 tcpka_conn.tcpka_timers.retry_count = retry_count; in wl_ext_tcpka_conn_enable() 5771 tcpka_conn.tcpka_timers.retry_count = 0; in wl_ext_tcpka_conn_enable() 5778 tcpka_conn.tcpka_timers.retry_count); in wl_ext_tcpka_conn_enable()
|
H A D | dbus.c | 536 txirb->retry_count = 0; in dbus_send_irb()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/ |
H A D | net_adpater.c | 735 tx_info.retry_count = tx_info_param->tx_count; in wal_mesh_inform_tx_data_info() 741 "{wal_mesh_inform_tx_data_info::report to mesh stack,retry_count = %d,status = %d,pkt_sz = %d,data_rate = %d}", in wal_mesh_inform_tx_data_info()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_jd.c | 942 katom->retry_count = 0; in jd_submit_atom()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_jd.c | 879 katom->retry_count = 0; in jd_submit_atom()
|