/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_tlv.c | 53 int fbnic_tlv_attr_put_flag(struct fbnic_tlv_msg *msg, const u16 attr_id) in fbnic_tlv_attr_put_flag() 94 int fbnic_tlv_attr_put_value(struct fbnic_tlv_msg *msg, const u16 attr_id, in fbnic_tlv_attr_put_value() 138 int __fbnic_tlv_attr_put_int(struct fbnic_tlv_msg *msg, const u16 attr_id, in __fbnic_tlv_attr_put_int() 158 int fbnic_tlv_attr_put_mac_addr(struct fbnic_tlv_msg *msg, const u16 attr_id, in fbnic_tlv_attr_put_mac_addr() 175 int fbnic_tlv_attr_put_string(struct fbnic_tlv_msg *msg, u16 attr_id, in fbnic_tlv_attr_put_string() 293 u16 attr_id) in fbnic_tlv_attr_nest_start() 345 u16 attr_id = attr->hdr.type; in fbnic_tlv_attr_validate() local 429 u16 attr_id = attr->hdr.type; in fbnic_tlv_attr_parse_array() local 480 u16 attr_id = attr->hdr.type; in fbnic_tlv_attr_parse() local
|
H A D | fbnic_tlv.h | 127 #define fbnic_tlv_attr_put_int(msg, attr_id, value) \ argument
|
/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_tlv.c | 34 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
|
H A D | fm10k_tlv.h | 96 #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/gpu/drm/i915/gt/ |
H A D | intel_gt_sysfs.c | 62 static struct kobj_attribute attr_id = __ATTR_RO(id); variable
|
/linux/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_vema.c | 457 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/net/ethernet/intel/ice/ |
H A D | ice_repr.c | 201 ice_repr_ndo_has_offload_stats(const struct net_device *dev, int attr_id) in ice_repr_ndo_has_offload_stats() 207 ice_repr_ndo_get_offload_stats(int attr_id, const struct net_device *dev, in ice_repr_ndo_get_offload_stats()
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_repr.c | 113 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/ |
H A D | rdma_user_ioctl_cmds.h | 55 __u16 attr_id; /* command specific type attribute */ member
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_dfs.c | 17 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/marvell/octeontx2/nic/ |
H A D | rep.c | 172 rvu_rep_has_offload_stats(const struct net_device *dev, int attr_id) in rvu_rep_has_offload_stats() 178 rvu_rep_get_offload_stats(int attr_id, const struct net_device *dev, in rvu_rep_get_offload_stats()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_rep.h | 276 int attr_id) { return false; } in mlx5e_rep_has_offload_stats() 277 static inline int mlx5e_rep_get_offload_stats(int attr_id, in mlx5e_rep_get_offload_stats()
|
H A D | en_rep.c | 733 bool mlx5e_rep_has_offload_stats(const struct net_device *dev, int attr_id) in mlx5e_rep_has_offload_stats() 753 int mlx5e_rep_get_offload_stats(int attr_id, const struct net_device *dev, in mlx5e_rep_get_offload_stats()
|
/linux/samples/bpf/ |
H A D | ibumad_kern.c | 61 u16 attr_id; member
|
/linux/fs/erofs/ |
H A D | sysfs.c | 27 short attr_id; member
|
/linux/include/rdma/ |
H A D | opa_smi.h | 31 __be16 attr_id; member
|
H A D | ib_smi.h | 27 __be16 attr_id; member
|
H A D | ib_mad.h | 145 __be16 attr_id; member 417 __be16 attr_id; member
|
/linux/fs/ext4/ |
H A D | sysfs.c | 56 short attr_id; member
|
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ieee80211.c | 712 u16 attr_id = get_unaligned_be16(attr_ptr); in rtw_get_wps_attr() local
|
/linux/drivers/infiniband/core/ |
H A D | cm.c | 1323 __be16 attr_id, __be64 tid) in cm_format_mad_hdr() 1333 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
|
/linux/drivers/block/mtip32xx/ |
H A D | mtip32xx.h | 162 u8 attr_id; member
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | mad.c | 2380 __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
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.c | 559 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/ |
H A D | rtnetlink.c | 5635 rtnl_offload_xstats_have_ndo(const struct net_device *dev, int attr_id) in rtnl_offload_xstats_have_ndo() 5644 rtnl_offload_xstats_get_size_ndo(const struct net_device *dev, int attr_id) in rtnl_offload_xstats_get_size_ndo() 5651 rtnl_offload_xstats_fill_ndo(struct net_device *dev, int attr_id, in rtnl_offload_xstats_fill_ndo() 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()
|