Searched refs:ft_type (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_flow_os.h | 194 (ctx, res->reformat_type, res->ft_type, in mlx5_flow_os_create_flow_action_packet_reformat() 228 (ctx, res->ft_type, domain, res->flags, in mlx5_flow_os_create_flow_action_modify_header()
|
| /f-stack/dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_glue.c | 686 enum mlx5dv_flow_table_type ft_type, in mlx5_glue_dv_create_flow_action_modify_header() argument 694 (void)ft_type; in mlx5_glue_dv_create_flow_action_modify_header() 707 (ctx, actions_sz, actions, ft_type); in mlx5_glue_dv_create_flow_action_modify_header() 712 (void)ft_type; in mlx5_glue_dv_create_flow_action_modify_header() 726 enum mlx5dv_flow_table_type ft_type, in mlx5_glue_dv_create_flow_action_packet_reformat() argument 733 (void)ft_type; in mlx5_glue_dv_create_flow_action_packet_reformat() 747 (ctx, data_sz, data, reformat_type, ft_type); in mlx5_glue_dv_create_flow_action_packet_reformat() 753 (void)ft_type; in mlx5_glue_dv_create_flow_action_packet_reformat()
|
| H A D | mlx5_glue.h | 255 (struct ibv_context *ctx, enum mlx5dv_flow_table_type ft_type, 261 enum mlx5dv_flow_table_type ft_type,
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.h | 427 uint8_t ft_type; member 460 uint8_t ft_type; /**< Flow table type, Rx or Tx. */ member 470 uint32_t ft_type:8; /**< Flow table type, Rx or Tx. */ member 495 uint8_t ft_type; /**< Flow table type, Rx, Tx or FDB. */ member 569 uint8_t ft_type; /** Flow Table Type */ member 587 uint8_t ft_type; /** Flow Table Type */ member
|
| H A D | mlx5_flow_dv.c | 2785 resource->ft_type == cache_resource->ft_type && in flow_dv_encap_decap_match_cb() 2879 uint32_t ft_type:8; in flow_dv_encap_decap_resource_register() member 2892 .ft_type = resource->ft_type, in flow_dv_encap_decap_resource_register() 3048 return ref->vlan_tag != res->vlan_tag || ref->ft_type != res->ft_type; in flow_dv_push_vlan_match_cb() 3536 res.ft_type = MLX5DV_FLOW_TABLE_TYPE_FDB; in flow_dv_create_action_raw_encap() 3578 res.ft_type = MLX5DV_FLOW_TABLE_TYPE_FDB; in flow_dv_create_action_push_vlan() 4275 memcmp(&ref->ft_type, &resource->ft_type, key_len); in flow_dv_modify_match_cb() 4299 rte_memcpy(&entry->ft_type, in flow_dv_modify_create_cb() 8676 resource->ft_type == cache_resource->ft_type && in flow_dv_sample_match_cb() 8840 resource->ft_type == cache_resource->ft_type && in flow_dv_dest_array_match_cb() [all …]
|
| H A D | mlx5.h | 985 uint8_t ft_type; /**< Flow table type, Rx or Tx. */ member
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.c | 100 ngx_http_upstream_t *u, ngx_uint_t ft_type); 4133 ngx_uint_t ft_type) in ngx_http_upstream_next() argument 4139 "http next upstream, %xi", ft_type); in ngx_http_upstream_next() 4147 if (ft_type == NGX_HTTP_UPSTREAM_FT_HTTP_403 in ngx_http_upstream_next() 4148 || ft_type == NGX_HTTP_UPSTREAM_FT_HTTP_404) in ngx_http_upstream_next() 4160 if (ft_type == NGX_HTTP_UPSTREAM_FT_TIMEOUT) { in ngx_http_upstream_next() 4165 if (u->peer.cached && ft_type == NGX_HTTP_UPSTREAM_FT_ERROR) { in ngx_http_upstream_next() 4170 switch (ft_type) { in ngx_http_upstream_next() 4219 ft_type |= NGX_HTTP_UPSTREAM_FT_NON_IDEMPOTENT; in ngx_http_upstream_next() 4223 || ((u->conf->next_upstream & ft_type) != ft_type) in ngx_http_upstream_next() [all …]
|