/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | bp_account.c | 70 struct perf_event_attr attr, attr_mod, attr_new; in bp_accounting() local 79 attr_mod = attr; in bp_accounting() 80 attr_mod.bp_type = HW_BREAKPOINT_X; in bp_accounting() 81 attr_mod.bp_addr = (unsigned long) test_function; in bp_accounting() 83 ret = ioctl(fd[0], PERF_EVENT_IOC_MODIFY_ATTRIBUTES, &attr_mod); in bp_accounting()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | bp_account.c | 83 struct perf_event_attr attr, attr_mod, attr_new; in bp_accounting() local 92 attr_mod = attr; in bp_accounting() 93 attr_mod.bp_type = HW_BREAKPOINT_X; in bp_accounting() 94 attr_mod.bp_addr = (unsigned long) test_function; in bp_accounting() 96 ret = ioctl(fd[0], PERF_EVENT_IOC_MODIFY_ATTRIBUTES, &attr_mod); in bp_accounting()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | ib_mad.h | 37 __field(u32, attr_mod) 82 __entry->attr_mod = 83 ((struct ib_mad_hdr *)wr->send_buf.mad)->attr_mod; 91 "attr_id 0x%x attr_mod 0x%x => dlid 0x%08x sl %d "\ 102 be32_to_cpu(__entry->attr_mod), 202 __field(u32, attr_mod) 223 __entry->attr_mod = mad_hdr->attr_mod; 236 "tid 0x%016llx attr_id 0x%04x attr_mod 0x%08x " \ 246 be32_to_cpu(__entry->attr_mod), [all...] |
H A D | ib_umad.h | 45 __field(u32, attr_mod) 82 __entry->attr_mod = mad_hdr->attr_mod; 91 "attr_mod 0x%08x ", 105 be32_to_cpu(__entry->attr_mod)
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | ib_mad.h | 37 __field(u32, attr_mod) 81 __entry->attr_mod = 82 ((struct ib_mad_hdr *)wr->send_buf.mad)->attr_mod; 90 "attr_id 0x%x attr_mod 0x%x => dlid 0x%08x sl %d "\ 101 be32_to_cpu(__entry->attr_mod), 201 __field(u32, attr_mod) 221 __entry->attr_mod = mad_hdr->attr_mod; 231 "tid 0x%016llx attr_id 0x%04x attr_mod 0x%08x " \ 241 be32_to_cpu(__entry->attr_mod), [all...] |
H A D | ib_umad.h | 45 __field(u32, attr_mod) 82 __entry->attr_mod = mad_hdr->attr_mod; 91 "attr_mod 0x%08x ", 105 be32_to_cpu(__entry->attr_mod)
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_mad.c | 182 data.details.ntc_256.attr_mod = smp->attr_mod; in qib_bad_mkey() 270 if (smp->attr_mod) in subn_get_nodedescription() 287 if (smp->attr_mod || pidx >= dd->num_pports || in subn_get_nodeinfo() 317 u32 startgx = 8 * be32_to_cpu(smp->attr_mod); in subn_get_guidinfo() 464 u32 port_num = be32_to_cpu(smp->attr_mod); in subn_get_portinfo() 599 u32 startpx = 32 * (be32_to_cpu(smp->attr_mod) & 0xffff); in subn_get_pkeytable() 624 u32 startgx = 8 * be32_to_cpu(smp->attr_mod); in subn_set_guidinfo() 671 u32 port_num = be32_to_cpu(smp->attr_mod); in subn_set_portinfo() 1042 u32 startpx = 32 * (be32_to_cpu(smp->attr_mod) in subn_set_pkeytable() [all...] |
H A D | qib_mad.h | 129 __be32 attr_mod; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_mad.c | 182 data.details.ntc_256.attr_mod = smp->attr_mod; in qib_bad_mkey() 270 if (smp->attr_mod) in subn_get_nodedescription() 287 if (smp->attr_mod || pidx >= dd->num_pports || in subn_get_nodeinfo() 317 u32 startgx = 8 * be32_to_cpu(smp->attr_mod); in subn_get_guidinfo() 464 u32 port_num = be32_to_cpu(smp->attr_mod); in subn_get_portinfo() 599 u32 startpx = 32 * (be32_to_cpu(smp->attr_mod) & 0xffff); in subn_get_pkeytable() 624 u32 startgx = 8 * be32_to_cpu(smp->attr_mod); in subn_set_guidinfo() 671 u32 port_num = be32_to_cpu(smp->attr_mod); in subn_set_portinfo() 1042 u32 startpx = 32 * (be32_to_cpu(smp->attr_mod) in subn_set_pkeytable() [all...] |
H A D | qib_mad.h | 129 __be32 attr_mod; member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | mad.c | 302 in_mad->attr_mod = cpu_to_be32(port); in mlx5_query_ext_port_caps() 467 in_mad->attr_mod = cpu_to_be32(index / 32); in mlx5_query_mad_ifc_pkey() 496 in_mad->attr_mod = cpu_to_be32(port); in mlx5_query_mad_ifc_gids() 507 in_mad->attr_mod = cpu_to_be32(index / 8); in mlx5_query_mad_ifc_gids() 541 in_mad->attr_mod = cpu_to_be32(port); in mlx5_query_mad_ifc_port() 602 in_mad->attr_mod = cpu_to_be32(port); in mlx5_query_mad_ifc_port()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | mad.c | 323 in_mad->attr_mod = cpu_to_be32(port); in mlx5_query_ext_port_caps() 488 in_mad->attr_mod = cpu_to_be32(index / 32); in mlx5_query_mad_ifc_pkey() 517 in_mad->attr_mod = cpu_to_be32(port); in mlx5_query_mad_ifc_gids() 528 in_mad->attr_mod = cpu_to_be32(index / 8); in mlx5_query_mad_ifc_gids() 562 in_mad->attr_mod = cpu_to_be32(port); in mlx5_query_mad_ifc_port() 628 in_mad->attr_mod = cpu_to_be32(port); in mlx5_query_mad_ifc_port()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | mad.c | 495 trap->data.ntc_256.attr_mod = mad->attr_mod; in bad_mkey() 651 if (smp->attr_mod || pidx >= dd->num_pports || in subn_get_nodeinfo() 2264 be32_to_cpu(smp->attr_mod)); in __subn_get_opa_vl_arb() 2308 be32_to_cpu(smp->attr_mod)); in __subn_set_opa_vl_arb() 2424 __be32 attr_mod; member 2610 if (pmp->mad_hdr.attr_mod != 0) in pma_get_opa_classportinfo() 2734 u32 nports = be32_to_cpu(pmp->mad_hdr.attr_mod) >> 24; in pma_get_opa_portstatus() 2997 num_ports = be32_to_cpu(pmp->mad_hdr.attr_mod) >> 24; in pma_get_opa_datacounters() 3132 if (pmp->mad_hdr.attr_mod ! in pma_get_ib_portcounters_ext() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | mad.c | 453 trap->data.ntc_256.attr_mod = mad->attr_mod; in bad_mkey() 609 if (smp->attr_mod || pidx >= dd->num_pports || in subn_get_nodeinfo() 2222 be32_to_cpu(smp->attr_mod)); in __subn_get_opa_vl_arb() 2266 be32_to_cpu(smp->attr_mod)); in __subn_set_opa_vl_arb() 2382 __be32 attr_mod; member 2568 if (pmp->mad_hdr.attr_mod != 0) in pma_get_opa_classportinfo() 2692 u32 nports = be32_to_cpu(pmp->mad_hdr.attr_mod) >> 24; in pma_get_opa_portstatus() 2955 num_ports = be32_to_cpu(pmp->mad_hdr.attr_mod) >> 24; in pma_get_opa_datacounters() 3090 if (pmp->mad_hdr.attr_mod ! in pma_get_ib_portcounters_ext() [all...] |
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | ibumad_kern.c | 70 u32 attr_mod; member
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_smi.h | 29 __be32 attr_mod; member
|
H A D | opa_smi.h | 33 __be32 attr_mod; member
|
H A D | ib_mad.h | 147 __be32 attr_mod; member 415 __be32 attr_mod; member
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_smi.h | 29 __be32 attr_mod; member
|
H A D | opa_smi.h | 33 __be32 attr_mod; member
|
H A D | ib_mad.h | 147 __be32 attr_mod; member 416 __be32 attr_mod; member
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | ibumad_kern.c | 70 u32 attr_mod; member
|
/kernel/linux/linux-5.10/include/uapi/rdma/ |
H A D | rdma_user_cm.h | 215 __u32 attr_mod; member
|
/kernel/linux/linux-6.6/include/uapi/rdma/ |
H A D | rdma_user_cm.h | 215 __u32 attr_mod; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/ |
H A D | rdma_user_cm.h | 173 __u32 attr_mod; member
|