Home
last modified time | relevance | path

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

12

/linux/drivers/net/ethernet/intel/fm10k/
A 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
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 #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/drivers/staging/r8188eu/core/
A Drtw_ieee80211.c596 u16 attr_id = RTW_GET_BE16(attr_ptr); in rtw_get_wps_attr() local
968 u8 attr_id = *attr_ptr; in rtw_get_p2p_attr() local
1020 u32 rtw_set_p2p_attr_content(u8 *pbuf, u8 attr_id, u16 attr_len, u8 *pdata_attr) in rtw_set_p2p_attr_content()
1037 static uint rtw_p2p_attr_remove(u8 *ie, uint ielen_ori, u8 attr_id) in rtw_p2p_attr_remove()
1061 void rtw_wlan_bssid_ex_remove_p2p_attr(struct wlan_bssid_ex *bss_ex, u8 attr_id) in rtw_wlan_bssid_ex_remove_p2p_attr()
/linux/drivers/infiniband/ulp/opa_vnic/
A Dopa_vnic_vema.c457 u16 attr_id) in vema_get_mac_list()
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
/linux/drivers/scsi/qla2xxx/
A Dqla_dfs.c17 qla_dfs_rport_get(struct fc_port *fp, int attr_id, u64 *val) in qla_dfs_rport_get()
33 qla_dfs_rport_set(struct fc_port *fp, int attr_id, u64 val) in qla_dfs_rport_set()
/linux/drivers/net/ethernet/netronome/nfp/
A Dnfp_net_repr.c113 nfp_repr_has_offload_stats(const struct net_device *dev, int attr_id) in nfp_repr_has_offload_stats()
156 nfp_repr_get_offload_stats(int attr_id, const struct net_device *dev, in nfp_repr_get_offload_stats()
/linux/include/uapi/rdma/
A Drdma_user_ioctl_cmds.h55 __u16 attr_id; /* command specific type attribute */ member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rep.h257 int attr_id) { return false; } in mlx5e_rep_has_offload_stats()
258 static inline int mlx5e_rep_get_offload_stats(int attr_id, in mlx5e_rep_get_offload_stats()
A Den_rep.c486 bool mlx5e_rep_has_offload_stats(const struct net_device *dev, int attr_id) in mlx5e_rep_has_offload_stats()
506 int mlx5e_rep_get_offload_stats(int attr_id, const struct net_device *dev, in mlx5e_rep_get_offload_stats()
/linux/samples/bpf/
A Dibumad_kern.c61 u16 attr_id; member
/linux/include/rdma/
A Dopa_smi.h31 __be16 attr_id; member
A Dib_smi.h27 __be16 attr_id; member
A Dib_mad.h145 __be16 attr_id; member
414 __be16 attr_id; member
/linux/fs/ext4/
A Dsysfs.c53 short attr_id; member
/linux/drivers/staging/rtl8723bs/core/
A Drtw_ieee80211.c737 u16 attr_id = get_unaligned_be16(attr_ptr); in rtw_get_wps_attr() local
/linux/drivers/infiniband/core/
A Dcm.c1298 __be16 attr_id, __be64 tid) in cm_format_mad_hdr()
1308 static void cm_format_mad_ece_hdr(struct ib_mad_hdr *hdr, __be16 attr_id, in cm_format_mad_ece_hdr()
4004 u16 attr_id; in cm_recv_handler() local
A Dsysfs.c53 __be16 attr_id; member
/linux/drivers/infiniband/hw/qib/
A Dqib_mad.h127 __be16 attr_id; member
/linux/drivers/block/mtip32xx/
A Dmtip32xx.h164 u8 attr_id; member
/linux/drivers/infiniband/hw/hfi1/
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()
4139 static int subn_set_opa_sma(__be16 attr_id, struct opa_smp *smp, u32 am, in subn_set_opa_sma()
4478 __be16 attr_id; in process_subn_opa() local
A Dmad.h91 __be16 attr_id; member
/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-switch.c559 int attr_id) in dpaa2_switch_port_has_offload_stats()
564 static int dpaa2_switch_port_get_offload_stats(int attr_id, in dpaa2_switch_port_get_offload_stats()
/linux/net/core/
A Drtnetlink.c5027 static int rtnl_get_offload_stats_attr_size(int attr_id) in rtnl_get_offload_stats_attr_size()
5041 int attr_id, size; in rtnl_get_offload_stats() local
5090 int attr_id; in rtnl_get_offload_stats_size() local
/linux/drivers/infiniband/hw/mlx4/
A Dmad.c893 __be16 attr_id) in edit_counter()
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum.c743 static bool mlxsw_sp_port_has_offload_stats(const struct net_device *dev, int attr_id) in mlxsw_sp_port_has_offload_stats()
753 static int mlxsw_sp_port_get_offload_stats(int attr_id, const struct net_device *dev, in mlxsw_sp_port_get_offload_stats()

Completed in 92 milliseconds

12