Searched defs:it (Results 1 – 11 of 11) sorted by relevance
| /dpdk/lib/eal/common/ |
| H A D | eal_common_dev.c | 46 struct rte_dev_iterator *it; member 51 #define CTX(it, bus_str, cls_str) \ argument 570 rte_dev_iterator_init(struct rte_dev_iterator *it, in rte_dev_iterator_init() 650 struct rte_dev_iterator *it; in class_next_dev_cmp() local 680 struct rte_dev_iterator *it; in bus_next_dev_cmp() local 723 rte_dev_iterator_next(struct rte_dev_iterator *it) in rte_dev_iterator_next()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_class_eth.c | 156 const struct rte_dev_iterator *it) in eth_dev_iterate()
|
| /dpdk/lib/vhost/ |
| H A D | vdpa.c | 337 const struct rte_dev_iterator *it) in vdpa_dev_iterate()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_dev.h | 317 #define RTE_DEV_FOREACH(dev, devstr, it) \ argument
|
| /dpdk/drivers/net/igc/ |
| H A D | igc_flow.c | 698 struct rte_flow *it; in igc_is_flow_in_list() local
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_hw.c | 1736 struct rte_flow_pattern_template *it; in flow_hw_pattern_template_create() local 2174 struct rte_flow_pattern_template *it; in flow_hw_resource_release() local
|
| /dpdk/drivers/net/e1000/ |
| H A D | igb_ethdev.c | 3726 struct e1000_2tuple_filter *it; in igb_2tuple_filter_lookup() local 3948 struct e1000_flex_filter *it; in eth_igb_flex_filter_lookup() local 3998 struct e1000_flex_filter *flex_filter, *it; in eth_igb_add_del_flex_filter() local 4155 struct e1000_5tuple_filter *it; in igb_5tuple_filter_lookup_82576() local
|
| /dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_flow.c | 1775 struct hinic_5tuple_filter *it; in hinic_5tuple_filter_lookup() local 2703 struct hinic_tcam_filter *it; in hinic_tcam_filter_lookup() local
|
| /dpdk/drivers/event/dlb2/pf/base/ |
| H A D | dlb2_resource.c | 29 #define DLB2_DOM_LIST_FOR_SAFE(head, ptr, ptr_tmp, it, it_tmp) \ argument 32 #define DLB2_FUNC_LIST_FOR_SAFE(head, ptr, ptr_tmp, it, it_tmp) \ argument
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.c | 3949 struct txgbe_5tuple_filter *it; in txgbe_5tuple_filter_lookup() local
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 6394 struct ixgbe_5tuple_filter *it; in ixgbe_5tuple_filter_lookup() local
|