Home
last modified time | relevance | path

Searched refs:attr_mod (Results 1 – 15 of 15) sorted by relevance

/linux/tools/perf/tests/
H A Dbp_account.c84 struct perf_event_attr attr, attr_mod, attr_new; in bp_accounting() local
93 attr_mod = attr; in bp_accounting()
94 attr_mod.bp_type = HW_BREAKPOINT_X; in bp_accounting()
95 attr_mod.bp_addr = (unsigned long) test_function; in bp_accounting()
96 attr_mod.bp_len = default_breakpoint_len(); in bp_accounting()
98 ret = ioctl(fd[0], PERF_EVENT_IOC_MODIFY_ATTRIBUTES, &attr_mod); in bp_accounting()
/linux/include/trace/events/
H A Dib_umad.h45 __field(u32, attr_mod)
82 __entry->attr_mod = mad_hdr->attr_mod;
105 be32_to_cpu(__entry->attr_mod)
H A Dib_mad.h37 __field(u32, attr_mod)
81 __entry->attr_mod =
82 ((struct ib_mad_hdr *)wr->send_buf.mad)->attr_mod;
101 be32_to_cpu(__entry->attr_mod),
201 __field(u32, attr_mod)
221 __entry->attr_mod = mad_hdr->attr_mod;
241 be32_to_cpu(__entry->attr_mod),
/linux/drivers/infiniband/hw/mlx5/
H A Dmad.c377 in_mad->attr_mod = cpu_to_be32(port); in mlx5_query_ext_port_caps()
542 in_mad->attr_mod = cpu_to_be32(index / 32); in mlx5_query_mad_ifc_pkey()
571 in_mad->attr_mod = cpu_to_be32(port); in mlx5_query_mad_ifc_gids()
582 in_mad->attr_mod = cpu_to_be32(index / 8); in mlx5_query_mad_ifc_gids()
616 in_mad->attr_mod = cpu_to_be32(port); in mlx5_query_mad_ifc_port()
695 in_mad->attr_mod = cpu_to_be32(port); in mlx5_query_mad_ifc_port()
/linux/samples/bpf/
H A Dibumad_kern.c70 u32 attr_mod; member
/linux/include/rdma/
H A Dopa_smi.h33 __be32 attr_mod; member
H A Dib_smi.h29 __be32 attr_mod; member
/linux/include/uapi/rdma/
H A Drdma_user_cm.h224 __u32 attr_mod; member
/linux/drivers/infiniband/core/
H A Ducma.c298 uevent->resp.ece.attr_mod = event->ece.attr_mod; in ucma_create_uevent()
1144 ece.attr_mod = cmd.ece.attr_mod; in ucma_connect()
1201 ece.attr_mod = cmd.ece.attr_mod; in ucma_accept()
H A Dcma.c2170 event->ece.attr_mod = rep_data->ece.attr_mod; in cma_set_rep_event_data()
2394 event->ece.attr_mod = req_data->ece.attr_mod; in cma_set_req_event_data()
4437 req.ece.attr_mod = id_priv->ece.attr_mod; in cma_connect_ib()
4581 id_priv->ece.attr_mod = ece->attr_mod; in rdma_connect_ece()
4613 rep.ece.attr_mod = id_priv->ece.attr_mod; in cma_accept_ib()
4666 rep.ece.attr_mod = id_priv->ece.attr_mod; in cma_send_sidr_rep()
4749 id_priv->ece.attr_mod = ece->attr_mod; in rdma_accept_ece()
H A Dmad.c209 (hdr->attr_mod & IB_BM_ATTR_MOD_RESP))); in ib_response_mad()
/linux/drivers/infiniband/hw/hfi1/
H A Dmad.h92 __be32 attr_mod; member
/linux/drivers/infiniband/hw/mlx4/
H A Dmcg.c295 mad.mad_hdr.attr_mod = cpu_to_be32(0); in send_leave_to_wire()
336 mad.mad_hdr.attr_mod = cpu_to_be32(0); in send_reply_to_slave()
H A Dmad.c264 bn = be32_to_cpu(((struct ib_smp *)mad)->attr_mod) & 0xFFFF; in smp_snoop()
300 bn = be32_to_cpu(((struct ib_smp *)mad)->attr_mod); in smp_snoop()
1154 in_mad->attr_mod = cpu_to_be32(guid_tbl_blk_num + i); in handle_slaves_guid_change()
/linux/include/linux/mlx4/
H A Ddevice.h1014 __be32 attr_mod; member