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

/linux-master/include/linux/mlx5/
H A Dvport.h97 enum mlx5_list_type list_type,
101 enum mlx5_list_type list_type,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c255 enum mlx5_list_type list_type,
270 max_list_size = list_type == MLX5_NVPRT_LIST_TYPE_UC ?
289 MLX5_SET(query_nic_vport_context_in, in, allowed_list_type, list_type);
317 enum mlx5_list_type list_type,
329 max_list_size = list_type == MLX5_NVPRT_LIST_TYPE_UC ?
352 allowed_list_type, list_type);
253 mlx5_query_nic_vport_mac_list(struct mlx5_core_dev *dev, u16 vport, enum mlx5_list_type list_type, u8 addr_list[][ETH_ALEN], int *list_size) argument
316 mlx5_modify_nic_vport_mac_list(struct mlx5_core_dev *dev, enum mlx5_list_type list_type, u8 addr_list[][ETH_ALEN], int list_size) argument
H A Den_fs.c625 static void mlx5e_fill_addr_array(struct mlx5e_flow_steering *fs, int list_type, argument
629 bool is_uc = (list_type == MLX5_NVPRT_LIST_TYPE_UC);
654 int list_type)
656 bool is_uc = (list_type == MLX5_NVPRT_LIST_TYPE_UC);
687 mlx5e_fill_addr_array(fs, list_type, netdev, addr_array, size);
690 err = mlx5_modify_nic_vport_mac_list(fs->mdev, list_type, addr_array, size);
652 mlx5e_vport_context_update_addr_list(struct mlx5e_flow_steering *fs, struct net_device *netdev, int list_type) argument
H A Deswitch.c499 struct mlx5_vport *vport, int list_type)
501 bool is_uc = list_type == MLX5_NVPRT_LIST_TYPE_UC;
533 struct mlx5_vport *vport, int list_type)
535 bool is_uc = list_type == MLX5_NVPRT_LIST_TYPE_UC;
563 err = mlx5_query_nic_vport_mac_list(esw->dev, vport->vport, list_type,
498 esw_apply_vport_addr_list(struct mlx5_eswitch *esw, struct mlx5_vport *vport, int list_type) argument
532 esw_update_vport_addr_list(struct mlx5_eswitch *esw, struct mlx5_vport *vport, int list_type) argument
/linux-master/drivers/usb/host/
H A Dfhci-sched.c269 struct list_head *list, enum fhci_tf_mode list_type)
303 if ((list_type == FHCI_TF_INTR || list_type == FHCI_TF_ISO) &&
324 if (usb->actual_frame->total_bytes >= frame_part[list_type])
268 scan_ed_list(struct fhci_usb *usb, struct list_head *list, enum fhci_tf_mode list_type) argument
/linux-master/fs/ocfs2/dlm/
H A Ddlmdebug.c462 static int dump_lock(struct dlm_lock *lock, int list_type, char *buf, int len) argument
471 list_type, lock->ml.type, lock->ml.convert_type,
/linux-master/fs/
H A Dlocks.c209 locks_dump_ctx_list(struct list_head *list, char *list_type) argument
215 list_type, flc->flc_owner, flc->flc_flags,
237 locks_check_ctx_file_list(struct file *filp, struct list_head *list, char *list_type) argument
246 list_type, MAJOR(inode->i_sb->s_dev),
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c54 enum i40e_admin_queue_opc list_type);
10446 * @list_type: AQ capability to be queried
10449 enum i40e_admin_queue_opc list_type)
10464 &data_size, list_type,
10483 if (list_type == i40e_aqc_opc_list_func_capabilities) {
10493 } else if (list_type == i40e_aqc_opc_list_dev_capabilities) {
10509 if (list_type == i40e_aqc_opc_list_func_capabilities) {
10448 i40e_get_capabilities(struct i40e_pf *pf, enum i40e_admin_queue_opc list_type) argument

Completed in 222 milliseconds