Symbol: list_type
crypto/heimdal/lib/hdb/ext.c
112
Der_type replace_type, list_type;
crypto/heimdal/lib/hdb/ext.c
135
&list_class, &list_type, &list_tag,
crypto/heimdal/lib/hdb/ext.c
144
MAKE_TAG(list_class,list_type,list_type)) {
crypto/openssl/apps/list.c
1933
MAYBE_ADD_NL(list_type(FT_general, one));
crypto/openssl/apps/list.c
1969
MAYBE_ADD_NL(list_type(FT_md, one));
crypto/openssl/apps/list.c
1977
MAYBE_ADD_NL(list_type(FT_cipher, one));
sys/dev/mlx5/mlx5_core/mlx5_eswitch.c
469
u32 vport_num, int list_type)
sys/dev/mlx5/mlx5_core/mlx5_eswitch.c
472
bool is_uc = list_type == MLX5_NIC_VPORT_LIST_TYPE_UC;
sys/dev/mlx5/mlx5_core/mlx5_eswitch.c
504
u32 vport_num, int list_type)
sys/dev/mlx5/mlx5_core/mlx5_eswitch.c
507
bool is_uc = list_type == MLX5_NIC_VPORT_LIST_TYPE_UC;
sys/dev/mlx5/mlx5_core/mlx5_eswitch.c
532
err = mlx5_query_nic_vport_mac_list(esw->dev, vport_num, list_type,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
713
enum mlx5_list_type list_type,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
728
max_list_size = (list_type == MLX5_NIC_VPORT_LIST_TYPE_UC) ?
sys/dev/mlx5/mlx5_core/mlx5_vport.c
747
MLX5_SET(query_nic_vport_context_in, in, allowed_list_type, list_type);
sys/dev/mlx5/mlx5_core/mlx5_vport.c
776
enum mlx5_list_type list_type,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
788
max_list_size = list_type == MLX5_NIC_VPORT_LIST_TYPE_UC ?
sys/dev/mlx5/mlx5_core/mlx5_vport.c
811
allowed_list_type, list_type);
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1035
static void mlx5e_fill_addr_array(struct mlx5e_priv *priv, int list_type,
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1038
bool is_uc = (list_type == MLX5_NIC_VPORT_LIST_TYPE_UC);
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1063
int list_type)
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1065
bool is_uc = (list_type == MLX5_NIC_VPORT_LIST_TYPE_UC);
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1097
mlx5e_fill_addr_array(priv, list_type, addr_array, size);
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
1100
err = mlx5_modify_nic_vport_mac_list(priv->mdev, list_type, addr_array, size);
sys/dev/mlx5/vport.h
106
enum mlx5_list_type list_type,
sys/dev/mlx5/vport.h
118
enum mlx5_list_type list_type,
usr.sbin/usbconfig/dump.c
447
enum _device_descr_list_type list_type)
usr.sbin/usbconfig/dump.c
458
if (list_type == _DEVICE_DESCR_LIST_TYPE_UGEN) {
usr.sbin/usbconfig/dump.c
516
if (list_type == _DEVICE_DESCR_LIST_TYPE_PRODUCT_VENDOR) {