Home
last modified time | relevance | path

Searched refs:list_type (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/mlx5/
H A Dvport.h104 enum mlx5_list_type list_type,
108 enum mlx5_list_type list_type,
/linux/drivers/usb/host/
H A Dfhci-sched.c269 struct list_head *list, enum fhci_tf_mode list_type) in scan_ed_list() argument
303 if ((list_type == FHCI_TF_INTR || list_type == FHCI_TF_ISO) && in scan_ed_list()
324 if (usb->actual_frame->total_bytes >= frame_part[list_type]) in scan_ed_list()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs.c629 static void mlx5e_fill_addr_array(struct mlx5e_flow_steering *fs, int list_type, in mlx5e_fill_addr_array() argument
633 bool is_uc = (list_type == MLX5_NVPRT_LIST_TYPE_UC); in mlx5e_fill_addr_array()
658 int list_type) in mlx5e_vport_context_update_addr_list() argument
660 bool is_uc = (list_type == MLX5_NVPRT_LIST_TYPE_UC); in mlx5e_vport_context_update_addr_list()
691 mlx5e_fill_addr_array(fs, list_type, netdev, addr_array, size); in mlx5e_vport_context_update_addr_list()
694 err = mlx5_modify_nic_vport_mac_list(fs->mdev, list_type, addr_array, size); in mlx5e_vport_context_update_addr_list()
H A Dvport.c329 enum mlx5_list_type list_type, in mlx5_query_nic_vport_mac_list() argument
344 max_list_size = list_type == MLX5_NVPRT_LIST_TYPE_UC ? in mlx5_query_nic_vport_mac_list()
363 MLX5_SET(query_nic_vport_context_in, in, allowed_list_type, list_type); in mlx5_query_nic_vport_mac_list()
391 enum mlx5_list_type list_type, in mlx5_modify_nic_vport_mac_list() argument
403 max_list_size = list_type == MLX5_NVPRT_LIST_TYPE_UC ? in mlx5_modify_nic_vport_mac_list()
426 allowed_list_type, list_type); in mlx5_modify_nic_vport_mac_list()
H A Deswitch.c499 struct mlx5_vport *vport, int list_type) in esw_apply_vport_addr_list() argument
501 bool is_uc = list_type == MLX5_NVPRT_LIST_TYPE_UC; in esw_apply_vport_addr_list()
533 struct mlx5_vport *vport, int list_type) in esw_update_vport_addr_list() argument
535 bool is_uc = list_type == MLX5_NVPRT_LIST_TYPE_UC; in esw_update_vport_addr_list()
563 err = mlx5_query_nic_vport_mac_list(esw->dev, vport->vport, list_type, in esw_update_vport_addr_list()
/linux/fs/ocfs2/dlm/
H A Ddlmdebug.c410 static int dump_lock(struct dlm_lock *lock, int list_type, char *buf, int len) in dump_lock() argument
419 list_type, lock->ml.type, lock->ml.convert_type, in dump_lock()
/linux/fs/
H A Dlocks.c219 locks_dump_ctx_list(struct list_head *list, char *list_type) in locks_dump_ctx_list() argument
225 list_type, flc->flc_owner, flc->flc_flags, in locks_dump_ctx_list()
247 locks_check_ctx_file_list(struct file *filp, struct list_head *list, char *list_type) in locks_check_ctx_file_list() argument
256 list_type, MAJOR(inode->i_sb->s_dev), in locks_check_ctx_file_list()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c55 enum i40e_admin_queue_opc list_type);
10454 enum i40e_admin_queue_opc list_type) in i40e_get_capabilities() argument
10469 &data_size, list_type, in i40e_get_capabilities()
10487 if (list_type == i40e_aqc_opc_list_func_capabilities) { in i40e_get_capabilities()
10497 } else if (list_type == i40e_aqc_opc_list_dev_capabilities) { in i40e_get_capabilities()
10513 if (list_type == i40e_aqc_opc_list_func_capabilities) { in i40e_get_capabilities()