Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_flow.c1906 (void)hinic_clear_fdir_tcam(nic_dev->hwdev, TCAM_PKT_BGP_DPORT); in hinic_free_fdir_filter()
1908 (void)hinic_clear_fdir_tcam(nic_dev->hwdev, TCAM_PKT_BGP_SPORT); in hinic_free_fdir_filter()
1910 (void)hinic_clear_fdir_tcam(nic_dev->hwdev, TCAM_PKT_VRRP); in hinic_free_fdir_filter()
1912 (void)hinic_clear_fdir_tcam(nic_dev->hwdev, TCAM_PKT_LACP); in hinic_free_fdir_filter()
2108 (void)hinic_clear_fdir_tcam(nic_dev->hwdev, TCAM_PKT_VRRP); in hinic_remove_5tuple_filter()
2113 (void)hinic_clear_fdir_tcam(nic_dev->hwdev, in hinic_remove_5tuple_filter()
2116 (void)hinic_clear_fdir_tcam(nic_dev->hwdev, in hinic_remove_5tuple_filter()
2373 (void)hinic_clear_fdir_tcam(nic_dev->hwdev, in hinic_add_del_ethertype_filter()
3211 (void)hinic_clear_fdir_tcam(nic_dev->hwdev, TCAM_PKT_LACP); in hinic_clear_all_ethertype_filter()
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_niccfg.h939 int hinic_clear_fdir_tcam(void *hwdev, u16 type_mask);
H A Dhinic_pmd_niccfg.c1890 int hinic_clear_fdir_tcam(void *hwdev, u16 type_mask) in hinic_clear_fdir_tcam() function