Searched refs:ready (Results 276 - 300 of 305) sorted by relevance

<<111213

/linux-master/drivers/gpu/drm/radeon/
H A Dradeon.h614 bool ready; member in struct:radeon_gart
810 bool ready; member in struct:radeon_ring
H A Devergreen.c2454 rdev->gart.ready = true;
3120 ring->ready = true;
3123 ring->ready = false;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.c148 void amdgpu_ras_set_error_query_ready(struct amdgpu_device *adev, bool ready) argument
151 amdgpu_ras_get_context(adev)->error_query_ready = ready;
2257 /* IH is ready */
H A Damdgpu_drv.c2702 if (ring && ring->sched.ready) {
2715 * proper cleanups and put itself into a state ready for PNP. That
H A Damdgpu_ttm.c1935 DRM_INFO("amdgpu: %uM of VRAM memory ready\n",
1952 DRM_INFO("amdgpu: %uM of GTT memory ready.\n",
2161 if (!direct_submit && !ring->sched.ready) {
H A Dvcn_v4_0.c271 ring->sched.ready = true;
305 * Stop the VCN block, mark ring as not ready any more
H A Dgfx_v9_0.c3169 adev->gfx.kiq[0].ring.sched.ready = false;
4366 /* bail if the compute ring is not ready */
4367 if (!ring->sched.ready)
H A Dgfx_v8_0.c1502 /* bail if the compute ring is not ready */
1503 if (!ring->sched.ready)
4295 adev->gfx.kiq[0].ring.sched.ready = false;
H A Dgfx_v11_0.c211 if (adev->enable_mes && !adev->gfx.kiq[0].ring.sched.ready) {
4091 ring->sched.ready = true;
H A Dgfx_v9_4_3.c1459 adev->gfx.kiq[xcc_id].ring.sched.ready = false;
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c1500 static int send_display_ready_uevent(struct intel_vgpu *vgpu, int ready) argument
1507 snprintf(display_ready_str, 20, "GVT_DISPLAY_READY=%d", ready);
1730 * PCODE_READY clear means ready for pcode read/write,
1732 * always emulate as pcode read/write success and ready for access
/linux-master/drivers/net/ethernet/nvidia/
H A Dforcedeth.c5435 int ready = 0; local
5443 ready = 1;
5449 if (!ready || (data_ready2 & NVREG_XMITCTL_DATA_ERROR))
/linux-master/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c1995 if (!wil->fw_stats_global.ready)
/linux-master/drivers/input/touchscreen/
H A Dcyttsp4_core.c735 si->ready = true;
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.c175 bfa_fsm_state_decl(bfa_iocpf, ready, struct bfa_iocpf, enum iocpf_event);
1870 * When using MSI-X any pending firmware ready event should
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_els.c4733 * Possibly the rport just wasn't ready.
4861 * error when they are not ready and should be returning
10488 /* If the driver believes fabric discovery is done and is ready,
11682 * the HBA. It first checks whether it's ready to issue one fabric iocb to
11845 * order. The problem is caused by the construction of the "ready" boolen does
11858 int ready; local
11864 ready = atomic_read(&phba->fabric_iocb_count) == 0 &&
11867 if (ready)
11871 if (ready) {
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c452 /* Make slot memories observable before marking as ready */
454 WRITE_ONCE(slot->ready, 1);
509 dev_info(dev, "task prep: device %d not ready\n",
512 dev_info(dev, "task prep: device %016llx not ready\n",
985 dev_dbg(dev, "phy%d OOB ready\n", phy_no);
2061 /* Phy down but ready */
2072 /* Phy down and not ready */
H A Dhisi_sas_v2_hw.c1654 if (!s->ready)
H A Dhisi_sas_v3_hw.c1120 if (!s->ready)
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm364 s_mov_b64 exec, 0x0 //clear EXEC to get ready to receive
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2207 desc_info->ready = true;
2271 desc_info->ready = true;
H A Dcore.h1054 bool ready; member in struct:rtw89_rx_desc_info
/linux-master/net/sctp/
H A Dsocket.c8575 * On TCP style sockets, applications use listen() to ready the SCTP
8676 /* The association is either gone or not ready. */
8972 goto ready;
9000 ready:
/linux-master/drivers/scsi/bfa/
H A Dbfa_ioc.c203 bfa_fsm_state_decl(bfa_iocpf, ready, struct bfa_iocpf_s, enum iocpf_event);
1740 * When using MSI-X any pending firmware ready event should
5905 * DCONF Module is in ready state. Has completed the initialization.
/linux-master/net/bluetooth/
H A Dl2cap_core.c1256 chan->ops->ready(chan);
3811 /* Verify that all channels are ready */
6705 * and mark it as ready.

Completed in 701 milliseconds

<<111213