Searched refs:fn_type (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dof.h1515 #define _OF_DECLARE_STUB(table, name, compat, fn, fn_type) \
1519 .data = (fn == (fn_type)NULL) ? fn : fn }
1522 #define _OF_DECLARE(table, name, compat, fn, fn_type) \
1527 .data = (fn == (fn_type)NULL) ? fn : fn }
1529 #define _OF_DECLARE(table, name, compat, fn, fn_type) \
1530 _OF_DECLARE_STUB(table, name, compat, fn, fn_type)
/linux-master/drivers/infiniband/hw/mlx5/
H A Dfs.c717 enum mlx5_flow_namespace_type fn_type; local
739 fn_type = MLX5_FLOW_NAMESPACE_BYPASS;
751 fn_type = MLX5_FLOW_NAMESPACE_EGRESS;
757 ns = mlx5_get_flow_namespace(dev->mdev, fn_type);
874 enum mlx5_flow_namespace_type fn_type; local
896 fn_type = MLX5_FLOW_NAMESPACE_RDMA_RX_COUNTERS;
908 fn_type = MLX5_FLOW_NAMESPACE_RDMA_RX_COUNTERS;
920 fn_type = MLX5_FLOW_NAMESPACE_RDMA_TX_COUNTERS;
929 ns = mlx5_get_flow_namespace(dev->mdev, fn_type);
/linux-master/scripts/
H A Dkernel-doc2053 my $fn_type = qr{\w+\s*\*\s*};
2066 elsif (/^$decl_start$fn_type?(\w+)\s*$parenthesis?\s*$decl_end?$/ ||
2067 /^$decl_start$fn_type?(\w+.*)$parenthesis?\s*$decl_end$/) {

Completed in 159 milliseconds