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

<<111213

/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/gpu/drm/radeon/
H A Devergreen.c2454 rdev->gart.ready = true;
3120 ring->ready = true;
3123 ring->ready = false;
/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/gpu/drm/amd/amdgpu/
H A Dvcn_v4_0.c271 ring->sched.ready = true;
304 * Stop the VCN block, mark ring as not ready any more
H A Damdgpu_drv.c2701 if (ring && ring->sched.ready) {
2714 * proper cleanups and put itself into a state ready for PNP. That
H A Damdgpu_ttm.c1929 DRM_INFO("amdgpu: %uM of VRAM memory ready\n",
1946 DRM_INFO("amdgpu: %uM of GTT memory ready.\n",
2155 if (!direct_submit && !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_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_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.c1453 adev->gfx.kiq[xcc_id].ring.sched.ready = false;
H A Dgfx_v10_0.c3564 if (adev->enable_mes && !adev->gfx.kiq[0].ring.sched.ready) {
6236 adev->gfx.kiq[0].ring.sched.ready = false;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_els.c4729 * Possibly the rport just wasn't ready.
4857 * error when they are not ready and should be returning
10483 /* If the driver believes fabric discovery is done and is ready,
11677 * the HBA. It first checks whether it's ready to issue one fabric iocb to
11840 * order. The problem is caused by the construction of the "ready" boolen does
11853 int ready; local
11859 ready = atomic_read(&phba->fabric_iocb_count) == 0 &&
11862 if (ready)
11866 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",
984 dev_dbg(dev, "phy%d OOB ready\n", phy_no);
2060 /* Phy down but ready */
2071 /* 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/net/wireless/realtek/rtw89/
H A Dcore.c2200 desc_info->ready = true;
2264 desc_info->ready = true;
H A Dcore.h1052 bool ready; member in struct:rtw89_rx_desc_info
/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/net/sctp/
H A Dsocket.c8574 * On TCP style sockets, applications use listen() to ready the SCTP
8675 /* The association is either gone or not ready. */
8971 goto ready;
8999 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.c1229 chan->ops->ready(chan);
3782 /* Verify that all channels are ready */
6671 * and mark it as ready.
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_hsi.h1437 __le32 ready; member in struct:vf_pf_channel_data
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S5564 #--We are now ready to perform (R+r) - N*P1 - N*P2, P1 = 2**(L) * Piby2_1 and
5995 #--We are now ready to perform (R+r) - N*P1 - N*P2, P1 = 2**(L) * Piby2_1 and

Completed in 838 milliseconds

<<111213