Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_tlv.c34 static s32 fm10k_tlv_attr_put_null_string(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_null_string()
112 s32 fm10k_tlv_attr_put_mac_vlan(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_mac_vlan()
172 s32 fm10k_tlv_attr_put_bool(u32 *msg, u16 attr_id) in fm10k_tlv_attr_put_bool()
198 s32 fm10k_tlv_attr_put_value(u32 *msg, u16 attr_id, s64 value, u32 len) in fm10k_tlv_attr_put_value()
270 s32 fm10k_tlv_attr_put_le_struct(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_le_struct()
340 static u32 *fm10k_tlv_attr_nest_start(u32 *msg, u16 attr_id) in fm10k_tlv_attr_nest_start()
401 u32 attr_id = *attr & FM10K_TLV_ID_MASK; in fm10k_tlv_attr_validate() local
474 u32 i, attr_id, offset = 0; in fm10k_tlv_attr_parse() local
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 #define fm10k_tlv_attr_put_s16(msg, attr_id, val) \ argument
108 #define fm10k_tlv_attr_put_s32(msg, attr_id, val) \ argument
110 #define fm10k_tlv_attr_put_s64(msg, attr_id, val) \ argument
/Linux-v5.4/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_vema.c458 u16 attr_id) in vema_get_mac_list()
539 u16 attr_id = be16_to_cpu(recvd_mad->mad_hdr.attr_id); in vema_get() local
578 u16 attr_id = be16_to_cpu(recvd_mad->mad_hdr.attr_id); in vema_set() local
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/
Dnfp_net_repr.c112 nfp_repr_has_offload_stats(const struct net_device *dev, int attr_id) in nfp_repr_has_offload_stats()
155 nfp_repr_get_offload_stats(int attr_id, const struct net_device *dev, in nfp_repr_get_offload_stats()
/Linux-v5.4/include/uapi/rdma/
Drdma_user_ioctl_cmds.h55 __u16 attr_id; /* command specific type attribute */ member
/Linux-v5.4/samples/bpf/
Dibumad_kern.c61 u16 attr_id; member
/Linux-v5.4/include/rdma/
Dopa_smi.h58 __be16 attr_id; member
Dib_smi.h54 __be16 attr_id; member
Dib_mad.h172 __be16 attr_id; member
441 __be16 attr_id; member
/Linux-v5.4/fs/ext4/
Dsysfs.c47 short attr_id; member
/Linux-v5.4/drivers/staging/fsl-dpaa2/ethsw/
Dethsw.c406 int attr_id) in port_has_offload_stats()
411 static int port_get_offload_stats(int attr_id, in port_get_offload_stats()
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_ieee80211.c634 u16 attr_id = get_unaligned_be16(attr_ptr); in rtw_get_wps_attr() local
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c1281 static bool mlx5e_rep_has_offload_stats(const struct net_device *dev, int attr_id) in mlx5e_rep_has_offload_stats()
1301 static int mlx5e_rep_get_offload_stats(int attr_id, const struct net_device *dev, in mlx5e_rep_get_offload_stats()
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_ieee80211.c803 u16 attr_id = RTW_GET_BE16(attr_ptr); in rtw_get_wps_attr() local
/Linux-v5.4/drivers/block/mtip32xx/
Dmtip32xx.h164 u8 attr_id; member
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_mad.h127 __be16 attr_id; member
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dmad.c2423 __be16 attr_id; member
4092 static int subn_get_opa_sma(__be16 attr_id, struct opa_smp *smp, u32 am, in subn_get_opa_sma()
4182 static int subn_set_opa_sma(__be16 attr_id, struct opa_smp *smp, u32 am, in subn_set_opa_sma()
4521 __be16 attr_id; in process_subn_opa() local
Dmad.h132 __be16 attr_id; member
/Linux-v5.4/net/core/
Drtnetlink.c4701 static int rtnl_get_offload_stats_attr_size(int attr_id) in rtnl_get_offload_stats_attr_size()
4715 int attr_id, size; in rtnl_get_offload_stats() local
4764 int attr_id; in rtnl_get_offload_stats_size() local
/Linux-v5.4/drivers/infiniband/core/
Dsysfs.c85 __be16 attr_id; member
Dcm.c1266 __be16 attr_id, __be64 tid) in cm_format_mad_hdr()
4001 u16 attr_id; in cm_recv_handler() local
/Linux-v5.4/drivers/infiniband/hw/mlx4/
Dmad.c894 __be16 attr_id) in edit_counter()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Ddebugfs.c1446 u32 filter_id, attr_id, mask, value; in iwl_dbgfs_bcast_filters_write() local
/Linux-v5.4/drivers/infiniband/ulp/srpt/
Dib_srpt.c422 u16 attr_id; in srpt_mgmt_method_get() local
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c1051 static bool mlxsw_sp_port_has_offload_stats(const struct net_device *dev, int attr_id) in mlxsw_sp_port_has_offload_stats()
1061 static int mlxsw_sp_port_get_offload_stats(int attr_id, const struct net_device *dev, in mlxsw_sp_port_get_offload_stats()

12