Searched defs:res_id (Results 1 - 25 of 25) sorted by relevance

/linux-master/drivers/usb/dwc3/
H A Dgadget.h133 u32 res_id; local
/linux-master/include/uapi/linux/netfilter/
H A Dnfnetlink.h37 __be16 res_id; /* resource id */ member in struct:nfgenmsg
/linux-master/include/linux/netfilter/
H A Dnfnetlink.h67 nfnl_fill_hdr(struct nlmsghdr *nlh, u8 family, u8 version, __be16 res_id) argument
78 nfnl_msg_put(struct sk_buff *skb, u32 portid, u32 seq, int type, int flags, u8 family, u8 version, __be16 res_id) argument
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_cnt.c58 enum mlxsw_res_id res_id; local
H A Dresources.h130 mlxsw_res_valid(struct mlxsw_res *res, enum mlxsw_res_id res_id) argument
139 mlxsw_res_get(struct mlxsw_res *res, enum mlxsw_res_id res_id) argument
150 mlxsw_res_set(struct mlxsw_res *res, enum mlxsw_res_id res_id, u64 value) argument
H A Dcore.c3040 mlxsw_core_res_valid(struct mlxsw_core *mlxsw_core, enum mlxsw_res_id res_id) argument
3047 mlxsw_core_res_get(struct mlxsw_core *mlxsw_core, enum mlxsw_res_id res_id) argument
/linux-master/drivers/s390/cio/
H A Dscm.c106 scm_attr(res_id); variable
/linux-master/arch/s390/include/asm/
H A Deadm.h96 unsigned int res_id:8; member in struct:scm_device::__anon4
/linux-master/net/netfilter/
H A Dnfnetlink.c613 u16 res_id; local
/linux-master/tools/lib/bpf/
H A Drelo_core.c22 skip_mods_and_typedefs(const struct btf *btf, u32 id, u32 *res_id) argument
H A Dlibbpf.c2266 skip_mods_and_typedefs(const struct btf *btf, __u32 id, __u32 *res_id) argument
2283 resolve_func_ptr(const struct btf *btf, __u32 id, __u32 *res_id) argument
/linux-master/drivers/net/netdevsim/
H A Dfib.c136 nsim_fib_get_val(struct nsim_fib_data *fib_data, enum nsim_resource_id res_id, bool max) argument
164 nsim_fib_set_max(struct nsim_fib_data *fib_data, enum nsim_resource_id res_id, u64 val) argument
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c1746 vmw_cmd_switch_backup(struct vmw_private *dev_priv, struct vmw_sw_context *sw_context, enum vmw_res_type res_type, const struct vmw_user_resource_conv *converter, uint32_t *res_id, uint32_t *buf_id, unsigned long backup_offset) argument
/linux-master/drivers/firmware/arm_scmi/
H A Ddriver.c1459 scmi_common_extended_name_get(const struct scmi_protocol_handle *ph, u8 cmd_id, u32 res_id, u32 *flags, char *name, size_t len) argument
/linux-master/drivers/pmdomain/qcom/
H A Drpmpd.c58 const int res_id; member in struct:rpmpd
[all...]
/linux-master/tools/bpf/bpftool/
H A Dgen.c59 resolve_func_ptr(const struct btf *btf, __u32 id, __u32 *res_id) argument
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c74 u64 res_id; member in struct:res_common
235 static void *res_tracker_lookup(struct rb_root *root, u64 res_id) argument
882 find_res(struct mlx4_dev *dev, u64 res_id, enum mlx4_resource type) argument
891 _get_res(struct mlx4_dev *dev, int slave, u64 res_id, enum mlx4_resource type, void *res, const char *func_name) argument
934 mlx4_get_slave_from_resource_id(struct mlx4_dev *dev, enum mlx4_resource type, u64 res_id, int *slave) argument
957 put_res(struct mlx4_dev *dev, int slave, u64 res_id, enum mlx4_resource type) argument
3101 int res_id = (slave << 10) | eqn; local
3308 int res_id = eqn | (slave << 10); local
3346 int res_id; local
3414 int res_id = eqn | (slave << 10); local
[all...]
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.c3513 static enum resource_id_enum qed_mcp_get_mfw_res_id(enum qed_resources res_id) argument
3578 enum qed_resources res_id; member in struct:qed_resc_alloc_in_params
3673 qed_mcp_set_resc_max_val(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, enum qed_resources res_id, u32 resc_max_val, u32 *p_mcp_resp) argument
3698 qed_mcp_get_resc_info(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, enum qed_resources res_id, u32 *p_mcp_resp, u32 *p_resc_num, u32 *p_resc_start) argument
[all...]
H A Dqed_dev.c3642 const char *qed_hw_get_resc_name(enum qed_resources res_id) argument
3737 u8 res_id; local
3681 __qed_hw_set_soft_resc_size(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, enum qed_resources res_id, u32 resc_max_val, u32 *p_mcp_resp) argument
3784 qed_hw_get_dflt_resc(struct qed_hwfn *p_hwfn, enum qed_resources res_id, u32 *p_resc_num, u32 *p_resc_start) argument
3868 __qed_hw_set_resc_info(struct qed_hwfn *p_hwfn, enum qed_resources res_id) argument
3932 u8 res_id; local
3978 u8 res_id; local
[all...]
H A Dqed_mfw_hsi.h983 enum resource_id_enum res_id; member in struct:resource_info
/linux-master/fs/dlm/
H A Ddlm_internal.h299 int res_id; /* for ls_recover_idr */ member in struct:dlm_rsb
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c4479 int ice_share_res(struct ice_hw *hw, u16 type, u8 shared, u16 res_id) argument
H A Dice_adminq_cmd.h58 __le16 res_id; member in struct:ice_aqc_req_res
/linux-master/kernel/bpf/
H A Dbtf.c3320 u32 res_id; local
608 btf_type_skip_modifiers(const struct btf *btf, u32 id, u32 *res_id) argument
624 btf_type_resolve_ptr(const struct btf *btf, u32 id, u32 *res_id) argument
636 btf_type_resolve_func_ptr(const struct btf *btf, u32 id, u32 *res_id) argument
[all...]
H A Dverifier.c10855 u32 res_id; local

Completed in 637 milliseconds