Home
last modified time | relevance | path

Searched refs:fconf (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec.c233 struct rte_eth_fdir_conf *fconf = &dev->data->dev_conf.fdir_conf; in hns3_rx_check_vec_support() local
243 if (fconf->mode != RTE_FDIR_MODE_NONE) in hns3_rx_check_vec_support()
/dpdk/drivers/net/i40e/
H A Di40e_rxtx_vec_common.h214 struct rte_eth_fdir_conf *fconf = &dev->data->dev_conf.fdir_conf; in i40e_rx_vec_dev_conf_condition_check_default() local
220 if (fconf->mode != RTE_FDIR_MODE_NONE) in i40e_rx_vec_dev_conf_condition_check_default()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx_vec_common.h280 struct rte_eth_fdir_conf *fconf = &dev->data->dev_conf.fdir_conf; in ixgbe_rx_vec_dev_conf_condition_check_default() local
283 if (fconf->mode != RTE_FDIR_MODE_NONE) in ixgbe_rx_vec_dev_conf_condition_check_default()
/dpdk/drivers/net/fm10k/
H A Dfm10k_rxtx_vec.c212 struct rte_eth_fdir_conf *fconf = &dev->data->dev_conf.fdir_conf; in fm10k_rx_vec_condition_check() local
221 if (fconf->mode != RTE_FDIR_MODE_NONE) in fm10k_rx_vec_condition_check()
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_filter.c65 u32 fconf, iconf; in cxgbe_validate_filter() local
70 fconf = fs->cap ? adapter->params.tp.filter_mask : in cxgbe_validate_filter()
78 (!(fconf & (_mask)) && S(_field)) in cxgbe_validate_filter()