Home
last modified time | relevance | path

Searched refs:tcf (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/arch/arm64/kernel/
A Dmte.c105 static inline void __mte_enable_kernel(const char *mode, unsigned long tcf) in __mte_enable_kernel() argument
109 SYS_FIELD_PREP(SCTLR_EL1, TCF, tcf)); in __mte_enable_kernel()
568 u64 tcf; in mte_tcf_preferred_store() local
571 tcf = MTE_CTRL_TCF_ASYNC; in mte_tcf_preferred_store()
573 tcf = MTE_CTRL_TCF_SYNC; in mte_tcf_preferred_store()
575 tcf = MTE_CTRL_TCF_ASYMM; in mte_tcf_preferred_store()
580 per_cpu(mte_tcf_preferred, dev->id) = tcf; in mte_tcf_preferred_store()
/linux-6.3-rc2/drivers/net/ethernet/marvell/mvpp2/
A Dmvpp2_tai.c211 u32 tcf; in mvpp22_tai_adjtime() local
219 tcf = TCFCR0_TCF_DECREMENT; in mvpp22_tai_adjtime()
221 tcf = TCFCR0_TCF_INCREMENT; in mvpp22_tai_adjtime()
229 mvpp2_tai_op(tcf, base); in mvpp22_tai_adjtime()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_virtchnl_pf.c3686 if (mask.dst_ip[0] & tcf.dst_ip[0]) in i40e_vc_del_cloud_filter()
3688 ARRAY_SIZE(tcf.dst_ip)); in i40e_vc_del_cloud_filter()
3691 ARRAY_SIZE(tcf.dst_ip)); in i40e_vc_del_cloud_filter()
3695 if (mask.dst_ip[3] & tcf.dst_ip[3]) in i40e_vc_del_cloud_filter()
3698 if (mask.src_ip[3] & tcf.src_ip[3]) in i40e_vc_del_cloud_filter()
3716 if (tcf.dst_port) in i40e_vc_del_cloud_filter()
3741 ARRAY_SIZE(tcf.dst_ip))) in i40e_vc_del_cloud_filter()
3820 if (mask.dst_ip[0] & tcf.dst_ip[0]) in i40e_vc_add_cloud_filter()
3822 ARRAY_SIZE(tcf.dst_ip)); in i40e_vc_add_cloud_filter()
3825 ARRAY_SIZE(tcf.dst_ip)); in i40e_vc_add_cloud_filter()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dtc_bindings.c38 struct flow_cls_offload *tcf = type_data; in efx_tc_block_cb() local
43 tcf, binding->efv); in efx_tc_block_cb()
/linux-6.3-rc2/net/sched/
A Dsch_hfsc.c1120 struct tcf_proto *tcf; in hfsc_classify() local
1130 tcf = rcu_dereference_bh(q->root.filter_list); in hfsc_classify()
1131 while (tcf && (result = tcf_classify(skb, NULL, tcf, &res, false)) >= 0) { in hfsc_classify()
1156 tcf = rcu_dereference_bh(cl->filter_list); in hfsc_classify()
A Dsch_htb.c226 struct tcf_proto *tcf; in htb_classify() local
240 tcf = rcu_dereference_bh(cl->filter_list); in htb_classify()
242 tcf = rcu_dereference_bh(q->filter_list); in htb_classify()
246 while (tcf && (result = tcf_classify(skb, NULL, tcf, &res, false)) >= 0) { in htb_classify()
270 tcf = rcu_dereference_bh(cl->filter_list); in htb_classify()
/linux-6.3-rc2/drivers/dma/
A Dstm32-dma.c207 u32 tcf; member
1659 chan->mdma_config.tcf = STM32_DMA_TCI; in stm32_dma_probe()
1660 chan->mdma_config.tcf <<= STM32_DMA_FLAGS_SHIFT(chan->id); in stm32_dma_probe()
/linux-6.3-rc2/Documentation/arm/stm32/
A Dstm32-dma-mdma-chaining.rst119 dma[1:2]-tcf[0:7]

Completed in 28 milliseconds