Searched refs:tcf (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/arm64/kernel/ |
| A D | mte.c | 79 static inline void __mte_enable_kernel(const char *mode, unsigned long tcf) in __mte_enable_kernel() argument 83 SYS_FIELD_PREP(SCTLR_EL1, TCF, tcf)); in __mte_enable_kernel() 543 u64 tcf; in mte_tcf_preferred_store() local 546 tcf = MTE_CTRL_TCF_ASYNC; in mte_tcf_preferred_store() 548 tcf = MTE_CTRL_TCF_SYNC; in mte_tcf_preferred_store() 550 tcf = MTE_CTRL_TCF_ASYMM; in mte_tcf_preferred_store() 555 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 | 3814 if (mask.dst_ip[0] & tcf.dst_ip[0]) in i40e_vc_del_cloud_filter() 3816 ARRAY_SIZE(tcf.dst_ip)); in i40e_vc_del_cloud_filter() 3819 ARRAY_SIZE(tcf.dst_ip)); in i40e_vc_del_cloud_filter() 3823 if (mask.dst_ip[3] & tcf.dst_ip[3]) in i40e_vc_del_cloud_filter() 3826 if (mask.src_ip[3] & tcf.src_ip[3]) in i40e_vc_del_cloud_filter() 3844 if (tcf.dst_port) in i40e_vc_del_cloud_filter() 3869 ARRAY_SIZE(tcf.dst_ip))) in i40e_vc_del_cloud_filter() 3950 if (mask.dst_ip[0] & tcf.dst_ip[0]) in i40e_vc_add_cloud_filter() 3952 ARRAY_SIZE(tcf.dst_ip)); in i40e_vc_add_cloud_filter() 3955 ARRAY_SIZE(tcf.dst_ip)); in i40e_vc_add_cloud_filter() [all …]
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | tc_bindings.c | 39 struct flow_cls_offload *tcf = type_data; in efx_tc_block_cb() local 44 tcf, binding->efv); in efx_tc_block_cb()
|
| /linux/Documentation/netlink/specs/ |
| A D | tc.yaml | 1173 name: tcf-t 1512 struct: tcf-t 1546 struct: tcf-t 1559 struct: tcf-t 1572 struct: tcf-t 1634 struct: tcf-t 1665 struct: tcf-t 1702 struct: tcf-t 1724 struct: tcf-t 1740 struct: tcf-t [all …]
|
| /linux/net/sched/ |
| A D | sch_hfsc.c | 1136 struct tcf_proto *tcf; in hfsc_classify() local 1146 tcf = rcu_dereference_bh(q->root.filter_list); in hfsc_classify() 1147 while (tcf && (result = tcf_classify(skb, NULL, tcf, &res, false)) >= 0) { in hfsc_classify() 1172 tcf = rcu_dereference_bh(cl->filter_list); in hfsc_classify()
|
| A D | sch_htb.c | 225 struct tcf_proto *tcf; in htb_classify() local 239 tcf = rcu_dereference_bh(cl->filter_list); in htb_classify() 241 tcf = rcu_dereference_bh(q->filter_list); in htb_classify() 245 while (tcf && (result = tcf_classify(skb, NULL, tcf, &res, false)) >= 0) { in htb_classify() 269 tcf = rcu_dereference_bh(cl->filter_list); in htb_classify()
|
| /linux/drivers/dma/stm32/ |
| A D | stm32-dma.c | 206 u32 tcf; member 1654 chan->mdma_config.tcf = STM32_DMA_TCI; in stm32_dma_probe() 1655 chan->mdma_config.tcf <<= STM32_DMA_FLAGS_SHIFT(chan->id); in stm32_dma_probe()
|
| /linux/Documentation/arch/arm/stm32/ |
| A D | stm32-dma-mdma-chaining.rst | 119 dma[1:2]-tcf[0:7]
|
Completed in 37 milliseconds