Home
last modified time | relevance | path

Searched refs:pstate (Results 351 - 357 of 357) sorted by relevance

1...<<1112131415

/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon.h1529 u8 pstate; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c7371 enum radeon_ctx_pstate pstate = enable ? RADEON_CTX_PSTATE_PEAK : RADEON_CTX_PSTATE_NONE; in radv_thread_trace_set_pstate() local
7374 /* pstate is per-device; setting it for one ctx is sufficient. in radv_thread_trace_set_pstate()
7378 return ws->ctx_set_pstate(device->hw_ctx[i], pstate) >= 0; in radv_thread_trace_set_pstate()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dchip.c12941 const char *opa_pstate_name(u32 pstate) in opa_pstate_name() argument
12957 if (pstate < ARRAY_SIZE(port_physical_names)) in opa_pstate_name()
12958 return port_physical_names[pstate]; in opa_pstate_name()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dchip.c12902 const char *opa_pstate_name(u32 pstate) in opa_pstate_name() argument
12918 if (pstate < ARRAY_SIZE(port_physical_names)) in opa_pstate_name()
12919 return port_physical_names[pstate]; in opa_pstate_name()
/third_party/rust/crates/libc/src/
H A Dpsp.rs4024 pub fn sceNetApctlGetState(pstate: *mut ApctlState) -> i32; in sceNetApctlGetState()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c6180 ramrod_param.pstate = &bp->sp_state; in bnx2x_set_q_rx_mode()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c6178 ramrod_param.pstate = &bp->sp_state; in bnx2x_set_q_rx_mode()

Completed in 97 milliseconds

1...<<1112131415