Searched refs:get_dev (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx4/ |
A D | intf.c | 258 if (dev_ctx->intf->protocol == proto && dev_ctx->intf->get_dev) { in mlx4_get_protocol_dev() 259 result = dev_ctx->intf->get_dev(dev, dev_ctx->context, port); in mlx4_get_protocol_dev()
|
A D | en_main.c | 357 .get_dev = mlx4_en_get_netdev,
|
/linux/include/linux/mlx4/ |
A D | driver.h | 62 void * (*get_dev)(struct mlx4_dev *dev, void *context, u8 port); member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | fs_core.c | 473 static inline struct mlx5_core_dev *get_dev(struct fs_node *node) in get_dev() function 500 dev = get_dev(&ft->node); in del_hw_flow_table() 536 dev = get_dev(&fte->node); in modify_fte() 600 dev = get_dev(&ft->node); in del_hw_fte() 639 dev = get_dev(&ft->node); in del_hw_flow_group() 1589 mlx5_core_warn(get_dev(&fte->node), in check_conflicting_ftes() 1596 mlx5_core_warn(get_dev(&fte->node), in check_conflicting_ftes() 1976 (MLX5_CAP_FLOWTABLE(get_dev(&ft->node), nic_rx_multi_path_tirs))); in fwd_next_prio_supported() 2141 struct mlx5_core_dev *dev = get_dev(&ft->node); in disconnect_flow_table() 2181 mlx5_core_warn(get_dev(&ft->node), "Flow table %d wasn't destroyed, refcount > 1\n", in mlx5_destroy_flow_table() [all …]
|
/linux/include/net/ |
A D | act_api.h | 119 struct net_device *(*get_dev)(const struct tc_action *a, member
|
/linux/drivers/usb/gadget/legacy/ |
A D | inode.c | 152 static inline void get_dev (struct dev_data *data) in get_dev() function 1604 get_dev (dev); in activate_ep_files() 1692 get_dev (dev); in gadgetfs_bind() 1913 get_dev (dev); in dev_open()
|
/linux/net/sched/ |
A D | act_mirred.c | 464 .get_dev = tcf_mirred_get_dev,
|
A D | cls_api.c | 3484 entry->dev = act->ops->get_dev(act, &entry->destructor); in tcf_mirred_get_dev()
|
Completed in 25 milliseconds