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
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_singleq_txrx.c363 struct idpf_base_tx_ctx_desc *ctx_desc; in idpf_tx_singleq_get_ctx_desc() local
368 ctx_desc = &txq->base_ctx[ntu]; in idpf_tx_singleq_get_ctx_desc()
373 return ctx_desc; in idpf_tx_singleq_get_ctx_desc()
H A Didpf_txrx.c2978 static void idpf_tx_set_tstamp_desc(union idpf_flex_tx_ctx_desc *ctx_desc, in idpf_tx_set_tstamp_desc() argument
2981 ctx_desc->tsyn.qw1 = le64_encode_bits(IDPF_TX_DESC_DTYPE_CTX, in idpf_tx_set_tstamp_desc()
2994 static void idpf_tx_set_tstamp_desc(union idpf_flex_tx_ctx_desc *ctx_desc, in idpf_tx_set_tstamp_desc() argument
3027 union idpf_flex_tx_ctx_desc *ctx_desc; in idpf_tx_splitq_frame() local
3051 ctx_desc = idpf_tx_splitq_get_ctx_desc(tx_q); in idpf_tx_splitq_frame()
3053 ctx_desc->tso.qw1.cmd_dtype = in idpf_tx_splitq_frame()
3056 ctx_desc->tso.qw0.flex_tlen = in idpf_tx_splitq_frame()
3059 ctx_desc->tso.qw0.mss_rt = in idpf_tx_splitq_frame()
3062 ctx_desc->tso.qw0.hdr_len = tx_params.offload.tso_hdr_len; in idpf_tx_splitq_frame()
3071 ctx_desc = idpf_tx_splitq_get_ctx_desc(tx_q); in idpf_tx_splitq_frame()
[all …]