Searched refs:tcf (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/arm64/kernel/ |
| A D | mte.c | 106 static inline void __mte_enable_kernel(const char *mode, unsigned long tcf) in __mte_enable_kernel() argument 109 sysreg_clear_set(sctlr_el1, SCTLR_ELx_TCF_MASK, tcf); in __mte_enable_kernel() 479 u64 tcf; in mte_tcf_preferred_store() local 482 tcf = MTE_CTRL_TCF_ASYNC; in mte_tcf_preferred_store() 484 tcf = MTE_CTRL_TCF_SYNC; in mte_tcf_preferred_store() 489 per_cpu(mte_tcf_preferred, dev->id) = tcf; in mte_tcf_preferred_store()
|
| /linux/drivers/net/ethernet/marvell/mvpp2/ |
| A D | mvpp2_tai.c | 211 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/drivers/net/ethernet/intel/i40e/ |
| A D | i40e_virtchnl_pf.c | 3558 if (mask.dst_ip[0] & tcf.dst_ip[0]) in i40e_vc_del_cloud_filter() 3560 ARRAY_SIZE(tcf.dst_ip)); in i40e_vc_del_cloud_filter() 3563 ARRAY_SIZE(tcf.dst_ip)); in i40e_vc_del_cloud_filter() 3567 if (mask.dst_ip[3] & tcf.dst_ip[3]) in i40e_vc_del_cloud_filter() 3570 if (mask.src_ip[3] & tcf.src_ip[3]) in i40e_vc_del_cloud_filter() 3588 if (tcf.dst_port) in i40e_vc_del_cloud_filter() 3613 ARRAY_SIZE(tcf.dst_ip))) in i40e_vc_del_cloud_filter() 3692 if (mask.dst_ip[0] & tcf.dst_ip[0]) in i40e_vc_add_cloud_filter() 3694 ARRAY_SIZE(tcf.dst_ip)); in i40e_vc_add_cloud_filter() 3697 ARRAY_SIZE(tcf.dst_ip)); in i40e_vc_add_cloud_filter() [all …]
|
| /linux/net/sched/ |
| A D | sch_hfsc.c | 1120 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 D | sch_htb.c | 222 struct tcf_proto *tcf; in htb_classify() local 236 tcf = rcu_dereference_bh(cl->filter_list); in htb_classify() 238 tcf = rcu_dereference_bh(q->filter_list); in htb_classify() 242 while (tcf && (result = tcf_classify(skb, NULL, tcf, &res, false)) >= 0) { in htb_classify() 266 tcf = rcu_dereference_bh(cl->filter_list); in htb_classify()
|
Completed in 28 milliseconds