Searched refs:ns_type (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/mlx5/ |
H A D | fs.h | 340 enum mlx5_flow_namespace_type ns_type, 391 enum mlx5_flow_namespace_type ns_type, 407 enum mlx5_flow_namespace_type ns_type);
|
/freebsd/include/arpa/ |
H A D | nameser.h | 176 #define ns_rr_type(rr) ((ns_type)((rr).type + 0)) 344 } ns_type; typedef 576 ns_class, ns_type, u_long, const u_char *,
|
/freebsd/include/ |
H A D | res_update.h | 44 ns_type r_type; /*%< type number */
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_fs_core.c | 3373 *get_root_namespace(struct mlx5_core_dev *dev, enum mlx5_flow_namespace_type ns_type) in get_root_namespace() argument 3377 if (ns_type == MLX5_FLOW_NAMESPACE_ESW_EGRESS || in get_root_namespace() 3378 ns_type == MLX5_FLOW_NAMESPACE_ESW_INGRESS) in get_root_namespace() 3379 ns = mlx5_get_flow_vport_acl_namespace(dev, ns_type, 0); in get_root_namespace() 3381 ns = mlx5_get_flow_namespace(dev, ns_type); in get_root_namespace() 3389 enum mlx5_flow_namespace_type ns_type, in mlx5_modify_header_alloc() argument 3397 root = get_root_namespace(dev, ns_type); in mlx5_modify_header_alloc() 3405 modify_hdr->ns_type = ns_type; in mlx5_modify_header_alloc() 3406 err = root->cmds->modify_header_alloc(root, ns_type, num_actions, in mlx5_modify_header_alloc() 3422 root = get_root_namespace(dev, modify_hdr->ns_type); in mlx5_modify_header_dealloc() [all …]
|
H A D | fs_core.h | 39 enum mlx5_flow_namespace_type ns_type; 44 enum mlx5_flow_namespace_type ns_type; 51 enum mlx5_flow_namespace_type ns_type; 174 enum mlx5_flow_namespace_type ns_type; global() member 179 enum mlx5_flow_namespace_type ns_type; global() member
|
H A D | mlx5_fs_tree.c |
|
/freebsd/sys/dev/mlx5/mlx5_accel/ |
H A D | mlx5_ipsec_fs.c | 354 enum mlx5_flow_namespace_type ns_type; in setup_modify_header() local 362 ns_type = MLX5_FLOW_NAMESPACE_KERNEL; in setup_modify_header() 367 ns_type = MLX5_FLOW_NAMESPACE_EGRESS; in setup_modify_header() 377 modify_hdr = mlx5_modify_header_alloc(mdev, ns_type, 1, action); in setup_modify_header() 442 enum mlx5_flow_namespace_type ns_type = MLX5_FLOW_NAMESPACE_EGRESS; in setup_pkt_reformat() local 452 ns_type = MLX5_FLOW_NAMESPACE_KERNEL; in setup_pkt_reformat() 461 mlx5_packet_reformat_alloc(mdev, &reformat_params, ns_type); in setup_pkt_reformat()
|
/freebsd/lib/libc/resolv/ |
H A D | res_findzonecut.c | 84 static int do_query(res_state, const char *, ns_class, ns_type, 671 do_query(res_state statp, const char *dname, ns_class class, ns_type qtype, in do_query()
|
H A D | res_mkupdate.c | 946 rrecp->r_type = (ns_type)type; in res_mkupdrec()
|
/freebsd/lib/libc/nameser/ |
H A D | ns_print.c | 106 const char *name, ns_class class, ns_type type, in ns_sprintrrf()
|