Searched refs:attr_mod (Results 26 - 50 of 53) sorted by relevance

123

/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_link_mgr.c107 ib_net32_t attr_mod, cap_mask; local
467 attr_mod = cl_hton32(port_num);
469 attr_mod |= cl_hton32(1 << 31); /* AM SMSupportExtendedSpeeds */
472 attr_mod, FALSE, m_key,
H A Dosm_pkey_mgr.c232 uint32_t attr_mod; local
238 attr_mod = block_index;
241 attr_mod |= osm_physp_get_port_num(p_physp) << 16;
249 cl_hton32(attr_mod), FALSE, m_key,
H A Dosm_sm_mad_ctrl.c577 "\t\t\t%s(%s), attr_mod 0x%x, TID 0x%" PRIx64 "%s\n",
579 ib_get_sm_attr_str(p_smp->attr_id), cl_ntoh32(p_smp->attr_mod),
727 "%s(%s), attr_mod 0x%x, TID 0x%" PRIx64 "\n",
730 ib_get_sm_attr_str(p_smp->attr_id), cl_ntoh32(p_smp->attr_mod),
H A Dosm_sa_mad_ctrl.c435 "%s(%s), attr_mod 0x%x, LID %u, TID 0x%" PRIx64 "\n",
439 cl_ntoh32(p_madw->p_mad->attr_mod),
H A Dosm_sa_portinfo_record.c569 cl_ntoh32(p_rcvd_mad->attr_mod) & (1 << 31);
H A Dosm_helper.c2511 attr_mod),
2704 cl_ntoh32(p_smp->attr_mod),
2827 cl_ntoh16(p_mad->resv1), cl_ntoh32(p_mad->attr_mod),
H A Dosm_inform.c699 cl_ntoh32(ntc->data_details.ntc_256.attr_mod),
H A Dosm_port_info_rcv.c673 port_num = (uint8_t) cl_ntoh32(p_smp->attr_mod);
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_smi.h60 __be32 attr_mod; member in struct:ib_smp
H A Dib_mad.h178 __be32 attr_mod; member in struct:ib_mad_hdr
365 __be32 attr_mod; member in struct:ib_mad_notice_attr::__anon15531::__anon15536
/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_al.c1244 ib_port_attr_mod_t attr_mod; local
1248 memset(&attr_mod, 0, sizeof(attr_mod));
1250 attr_mod.cap.sm = is_sm_val;
1253 IB_CA_MOD_IS_SM, &attr_mod);
H A Dosm_vendor_ibumad.c468 p_mad->attr_mod != p_req_mad->attr_mod ||
478 cl_ntoh32(p_req_mad->attr_mod),
481 cl_ntoh32(p_mad->attr_mod),
H A Dosm_vendor_umadt.c102 ib_net32_t attr_mod; member in struct:_ib_sa_mad_vM3
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dvendstat.c180 uint32_t attr_mod, void *data)
189 call.mod = attr_mod;
178 do_vendor(ib_portid_t *portid, struct ibmad_port *srcport, uint8_t class, uint8_t method, uint16_t attr_id, uint32_t attr_mod, void *data) argument
H A Dibsendtrap.c134 n->data_details.ntc_256.attr_mod = cl_ntoh32(0x12);
H A Dsaquery.c802 uint16_t attr_id, uint32_t attr_mod,
807 int ret = sa_query(h, IB_MAD_METHOD_GET_TABLE, attr_id, attr_mod,
823 uint32_t attr_mod, ib_net64_t comp_mask,
831 int ret = get_any_records(h, attr_id, attr_mod, comp_mask, attr,
801 get_any_records(struct sa_handle * h, uint16_t attr_id, uint32_t attr_mod, ib_net64_t comp_mask, void *attr, size_t attr_size, struct sa_query_result *result) argument
822 get_and_dump_any_records(struct sa_handle * h, uint16_t attr_id, uint32_t attr_mod, ib_net64_t comp_mask, void *attr, size_t attr_size, void (*dump_func) (void *, struct query_params *), struct query_params *p) argument
/freebsd-13-stable/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c255 printk("Attr modifier..0x%04x\n", be32_to_cpu(mad_hdr->attr_mod));
374 printk("Attr modifier..0x%04x\n", be32_to_cpu(smp->attr_mod));
/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_madw.h355 ib_net32_t attr_mod; member in struct:osm_cc_context
/freebsd-13-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_sa_api.h185 ib_net32_t attr_mod; member in struct:_osmv_user_query
203 * attr_mod
/freebsd-13-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h3810 ib_net32_t attr_mod; member in struct:_ib_mad
3842 * attr_mod
3888 IN const ib_net16_t attr_id, IN const ib_net32_t attr_mod)
3900 p_mad->attr_mod = attr_mod;
3923 * attr_mod
4132 ib_net32_t attr_mod; member in struct:_ib_smp
4174 * attr_mod
4305 IN const ib_net32_t attr_mod,
4323 p_smp->attr_mod
3883 ib_mad_init_new(IN ib_mad_t * const p_mad, IN const uint8_t mgmt_class, IN const uint8_t class_ver, IN const uint8_t method, IN const ib_net64_t trans_id, IN const ib_net16_t attr_id, IN const ib_net32_t attr_mod) argument
4301 ib_smp_init_new(IN ib_smp_t * const p_smp, IN const uint8_t method, IN const ib_net64_t trans_id, IN const ib_net16_t attr_id, IN const ib_net32_t attr_mod, IN const uint8_t hop_count, IN const ib_net64_t m_key, IN const uint8_t * path_out, IN const ib_net16_t dr_slid, IN const ib_net16_t dr_dlid) argument
[all...]
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_provider.c152 in_mad->attr_mod = cpu_to_be32(port);
246 in_mad->attr_mod = cpu_to_be32(index / 32);
275 in_mad->attr_mod = cpu_to_be32(port);
286 in_mad->attr_mod = cpu_to_be32(index / 8);
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c295 mad.mad_hdr.attr_mod = cpu_to_be32(0);
336 mad.mad_hdr.attr_mod = cpu_to_be32(0);
H A Dmlx4_ib_main.c612 in_mad->attr_mod = cpu_to_be32(port);
664 in_mad->attr_mod = cpu_to_be32(port);
788 in_mad->attr_mod = cpu_to_be32(port);
810 in_mad->attr_mod = cpu_to_be32(index / 8);
871 in_mad->attr_mod = 0;
925 in_mad->attr_mod = cpu_to_be32(index / 32);
H A Dmlx4_ib_mad.c261 bn = be32_to_cpu(((struct ib_smp *)mad)->attr_mod) & 0xFFFF;
297 bn = be32_to_cpu(((struct ib_smp *)mad)->attr_mod);
1126 in_mad->attr_mod = cpu_to_be32(guid_tbl_blk_num + i);
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c859 in_mad->attr_mod = cpu_to_be32(index / 32);
932 index = be32_to_cpu(smp->attr_mod);
956 smp->attr_mod = cpu_to_be32(port);
984 smp->attr_mod = 0;

Completed in 181 milliseconds

123