Home
last modified time | relevance | path

Searched defs:attr_id (Results 1 – 25 of 34) sorted by relevance

12

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_tlv.c53 int fbnic_tlv_attr_put_flag(struct fbnic_tlv_msg *msg, const u16 attr_id) in fbnic_tlv_attr_put_flag() argument
94 int fbnic_tlv_attr_put_value(struct fbnic_tlv_msg *msg, const u16 attr_id, in fbnic_tlv_attr_put_value() argument
138 int __fbnic_tlv_attr_put_int(struct fbnic_tlv_msg *msg, const u16 attr_id, in __fbnic_tlv_attr_put_int() argument
158 fbnic_tlv_attr_put_mac_addr(struct fbnic_tlv_msg * msg,const u16 attr_id,const u8 * mac_addr) fbnic_tlv_attr_put_mac_addr() argument
175 fbnic_tlv_attr_put_string(struct fbnic_tlv_msg * msg,u16 attr_id,const char * string) fbnic_tlv_attr_put_string() argument
293 fbnic_tlv_attr_nest_start(struct fbnic_tlv_msg * msg,u16 attr_id) fbnic_tlv_attr_nest_start() argument
345 u16 attr_id = attr->hdr.type; fbnic_tlv_attr_validate() local
429 u16 attr_id = attr->hdr.type; fbnic_tlv_attr_parse_array() local
480 u16 attr_id = attr->hdr.type; fbnic_tlv_attr_parse() local
[all...]
H A Dfbnic_tlv.h127 #define fbnic_tlv_attr_put_int(msg, attr_id, value) \ argument
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_tlv.c34 static s32 fm10k_tlv_attr_put_null_string(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_null_string() argument
112 s32 fm10k_tlv_attr_put_mac_vlan(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_mac_vlan() argument
172 s32 fm10k_tlv_attr_put_bool(u32 *msg, u16 attr_id) in fm10k_tlv_attr_put_bool() argument
198 fm10k_tlv_attr_put_value(u32 * msg,u16 attr_id,s64 value,u32 len) fm10k_tlv_attr_put_value() argument
270 fm10k_tlv_attr_put_le_struct(u32 * msg,u16 attr_id,const void * le_struct,u32 len) fm10k_tlv_attr_put_le_struct() argument
340 fm10k_tlv_attr_nest_start(u32 * msg,u16 attr_id) fm10k_tlv_attr_nest_start() argument
401 u32 attr_id = *attr & FM10K_TLV_ID_MASK; fm10k_tlv_attr_validate() local
474 u32 i, attr_id, offset = 0; fm10k_tlv_attr_parse() local
[all...]
H A Dfm10k_tlv.h96 #define fm10k_tlv_attr_put_u8(msg, attr_id, val) \ argument
98 #define fm10k_tlv_attr_put_u16(msg, attr_id, val) \ argument
100 #define fm10k_tlv_attr_put_u32(msg, attr_id, val) \ argument
102 #define fm10k_tlv_attr_put_u64(msg, attr_id, val) \ argument
104 #define fm10k_tlv_attr_put_s8(msg, attr_id, val) \ argument
106 fm10k_tlv_attr_put_s16(msg,attr_id,val) global() argument
108 fm10k_tlv_attr_put_s32(msg,attr_id,val) global() argument
110 fm10k_tlv_attr_put_s64(msg,attr_id,val) global() argument
[all...]
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_sysfs.c62 static struct kobj_attribute attr_id = __ATTR_RO(id); variable
/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_vema.c457 u16 attr_id) in vema_get_mac_list() argument
538 u16 attr_id = be16_to_cpu(recvd_mad->mad_hdr.attr_id); in vema_get() local
576 u16 attr_id = be16_to_cpu(recvd_mad->mad_hdr.attr_id); in vema_set() local
[all...]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_repr.c201 ice_repr_ndo_has_offload_stats(const struct net_device *dev, int attr_id) in ice_repr_ndo_has_offload_stats() argument
207 ice_repr_ndo_get_offload_stats(int attr_id, const struct net_device *dev, in ice_repr_ndo_get_offload_stats() argument
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c113 nfp_repr_has_offload_stats(const struct net_device *dev, int attr_id) in nfp_repr_has_offload_stats() argument
156 nfp_repr_get_offload_stats(int attr_id, const struct net_device *dev, in nfp_repr_get_offload_stats() argument
/linux/include/uapi/rdma/
H A Drdma_user_ioctl_cmds.h55 __u16 attr_id; /* command specific type attribute */ member
/linux/drivers/scsi/qla2xxx/
H A Dqla_dfs.c17 qla_dfs_rport_get(struct fc_port *fp, int attr_id, u64 *val) in qla_dfs_rport_get() argument
33 qla_dfs_rport_set(struct fc_port *fp, int attr_id, u64 val) in qla_dfs_rport_set() argument
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Drep.c172 rvu_rep_has_offload_stats(const struct net_device *dev, int attr_id) in rvu_rep_has_offload_stats() argument
178 rvu_rep_get_offload_stats(int attr_id, const struct net_device *dev, in rvu_rep_get_offload_stats() argument
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h276 int attr_id) { return false; } in mlx5e_rep_has_offload_stats() argument
277 static inline int mlx5e_rep_get_offload_stats(int attr_id, in mlx5e_rep_get_offload_stats() argument
H A Den_rep.c733 bool mlx5e_rep_has_offload_stats(const struct net_device *dev, int attr_id) in mlx5e_rep_has_offload_stats() argument
753 int mlx5e_rep_get_offload_stats(int attr_id, const struct net_device *dev, in mlx5e_rep_get_offload_stats() argument
/linux/samples/bpf/
H A Dibumad_kern.c61 u16 attr_id; member
/linux/fs/erofs/
H A Dsysfs.c27 short attr_id; member
/linux/include/rdma/
H A Dopa_smi.h31 __be16 attr_id; member
H A Dib_smi.h27 __be16 attr_id; member
H A Dib_mad.h145 __be16 attr_id; member
417 __be16 attr_id; member
/linux/fs/ext4/
H A Dsysfs.c56 short attr_id; member
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c712 u16 attr_id = get_unaligned_be16(attr_ptr); in rtw_get_wps_attr() local
/linux/drivers/infiniband/core/
H A Dcm.c1323 __be16 attr_id, __be64 tid) in cm_format_mad_hdr() argument
1333 static void cm_format_mad_ece_hdr(struct ib_mad_hdr *hdr, __be16 attr_id, in cm_format_mad_ece_hdr() argument
4004 u16 attr_id; in cm_recv_handler() local
[all...]
/linux/drivers/block/mtip32xx/
H A Dmtip32xx.h162 u8 attr_id; member
/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c2380 __be16 attr_id; member
4049 static int subn_get_opa_sma(__be16 attr_id, struct opa_smp *smp, u32 am, in subn_get_opa_sma() argument
4139 static int subn_set_opa_sma(__be16 attr_id, struct opa_smp *smp, u32 am, in subn_set_opa_sma() argument
4478 __be16 attr_id; process_subn_opa() local
[all...]
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c559 int attr_id) in dpaa2_switch_port_has_offload_stats() argument
564 static int dpaa2_switch_port_get_offload_stats(int attr_id, in dpaa2_switch_port_get_offload_stats() argument
/linux/net/core/
H A Drtnetlink.c5635 rtnl_offload_xstats_have_ndo(const struct net_device *dev, int attr_id) in rtnl_offload_xstats_have_ndo() argument
5644 rtnl_offload_xstats_get_size_ndo(const struct net_device *dev, int attr_id) in rtnl_offload_xstats_get_size_ndo() argument
5651 rtnl_offload_xstats_fill_ndo(struct net_device *dev, int attr_id, in rtnl_offload_xstats_fill_ndo() argument
5721 rtnl_offload_xstats_fill_hw_s_info_one(struct sk_buff *skb, int attr_id, in rtnl_offload_xstats_fill_hw_s_info_one() argument
[all...]

12