Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/mptcp/
H A Duserspace_pm.sh586 ip netns exec "$ns1" ./pm_nl_ctl csf lip 10.0.2.1 lid 23 rip 10.0.2.2\
624 ip netns exec "$ns1" ./pm_nl_ctl csf lip dead:beef:2::1 lid 23 rip\
663 ip netns exec "$ns1" ./pm_nl_ctl csf lip 10.0.2.1 lid 23 rip 10.0.2.2 rport\
702 ip netns exec "$ns2" ./pm_nl_ctl csf lip 10.0.2.2 lid 23 rip 10.0.2.1 rport\
739 ip netns exec "$ns2" ./pm_nl_ctl csf lip dead:beef:2::2 lid 23 rip\
778 ip netns exec "$ns2" ./pm_nl_ctl csf lip 10.0.2.2 lid 23 rip 10.0.2.1 rport\
823 ip netns exec "$ns2" ./pm_nl_ctl csf lip 10.0.2.2 lid 23 rip 10.0.2.1 rport\
920 ip netns exec $ns1 ./pm_nl_ctl csf lip 10.0.2.1 lid 23 rip 10.0.2.2\
H A Dpm_nl_ctl.c461 int csf(int fd, int pm_family, int argc, char *argv[]) in csf() function
1558 return csf(fd, pm_family, argc, argv); in main()
/linux/drivers/dma/ti/
H A Dk3-udma.c2975 u32 csf = CPPI5_TR_CSF_SUPR_EVT; in udma_prep_slave_sg_triggered_tr() local
3046 csf |= CPPI5_TR_CSF_EOL_ICNT0; in udma_prep_slave_sg_triggered_tr()
3070 cppi5_tr_csf_set(&tr_req[tr_idx].flags, csf); in udma_prep_slave_sg_triggered_tr()
3116 cppi5_tr_csf_set(&tr_req[tr_idx].flags, csf); in udma_prep_slave_sg_triggered_tr()
3160 cppi5_tr_csf_set(&tr_req[tr_idx - 1].flags, csf | CPPI5_TR_CSF_EOP); in udma_prep_slave_sg_triggered_tr()
3721 u32 csf = CPPI5_TR_CSF_SUPR_EVT; in udma_prep_dma_memcpy() local
3753 csf |= CPPI5_TR_CSF_EOL_ICNT0; in udma_prep_dma_memcpy()
3760 cppi5_tr_csf_set(&tr_req[0].flags, csf); in udma_prep_dma_memcpy()
3779 cppi5_tr_csf_set(&tr_req[1].flags, csf); in udma_prep_dma_memcpy()
3794 cppi5_tr_csf_set(&tr_req[num_tr - 1].flags, csf | CPPI5_TR_CSF_EOP); in udma_prep_dma_memcpy()