Home
last modified time | relevance | path

Searched refs:ctx_desc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/i915/gvt/
H A Dscheduler.h106 struct execlist_ctx_descriptor_format ctx_desc; member
H A Dexeclist.c414 this_desc = &workload->ctx_desc; in complete_execlist_workload()
415 next_desc = &next_workload->ctx_desc; in complete_execlist_workload()
425 ret = emulate_execlist_ctx_schedule_out(execlist, &workload->ctx_desc); in complete_execlist_workload()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c2956 static void idpf_tx_set_tstamp_desc(union idpf_flex_tx_ctx_desc *ctx_desc, in idpf_tx_set_tstamp_desc() argument
2959 ctx_desc->tsyn.qw1 = le64_encode_bits(IDPF_TX_DESC_DTYPE_CTX, in idpf_tx_set_tstamp_desc()
2972 static void idpf_tx_set_tstamp_desc(union idpf_flex_tx_ctx_desc *ctx_desc, in idpf_tx_set_tstamp_desc() argument
3005 union idpf_flex_tx_ctx_desc *ctx_desc; in idpf_tx_splitq_frame() local
3029 ctx_desc = idpf_tx_splitq_get_ctx_desc(tx_q); in idpf_tx_splitq_frame()
3031 ctx_desc->tso.qw1.cmd_dtype = in idpf_tx_splitq_frame()
3034 ctx_desc->tso.qw0.flex_tlen = in idpf_tx_splitq_frame()
3037 ctx_desc->tso.qw0.mss_rt = in idpf_tx_splitq_frame()
3040 ctx_desc->tso.qw0.hdr_len = tx_params.offload.tso_hdr_len; in idpf_tx_splitq_frame()
3049 ctx_desc = idpf_tx_splitq_get_ctx_desc(tx_q); in idpf_tx_splitq_frame()
[all …]