Searched refs:cap_mask2 (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_sa_class_port_info.c | 79 uint32_t cap_mask2; in cpi_rcv_respond() local 163 cap_mask2 = OSM_CAP2_IS_FULL_PORTINFO_REC_SUPPORTED | in cpi_rcv_respond() 170 cap_mask2 |= OSM_CAP2_IS_MCAST_TOP_SUPPORTED; in cpi_rcv_respond() 172 cap_mask2 |= OSM_CAP2_IS_QOS_SUPPORTED; in cpi_rcv_respond() 173 ib_class_set_cap_mask2(p_resp_cpi, cap_mask2); in cpi_rcv_respond()
|
H A D | osm_inform.c | 670 cl_ntoh16(ntc->data_details.ntc_144.cap_mask2)); in log_notice()
|
H A D | osm_helper.c | 2480 cap_mask2)); in osm_dump_notice_to_buf_generic()
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | perfquery.c | 257 static void aggregate_perfcounters_ext(uint16_t cap_mask, uint32_t cap_mask2) in aggregate_perfcounters_ext() argument 286 if (htonl(cap_mask2) & IB_PM_IS_ADDL_PORT_CTRS_EXT_SUP) { in aggregate_perfcounters_ext() 321 uint16_t cap_mask, uint32_t cap_mask2) in output_aggregate_perfcounters_ext() argument 351 if (htonl(cap_mask2) & IB_PM_IS_ADDL_PORT_CTRS_EXT_SUP) { in output_aggregate_perfcounters_ext() 387 portid2str(portid), ALL_PORTS, ntohs(cap_mask), cap_mask2, buf); in output_aggregate_perfcounters_ext() 391 uint32_t cap_mask2, ib_portid_t * portid, in dump_perfcounters() argument 435 aggregate_perfcounters_ext(cap_mask, cap_mask2); in dump_perfcounters() 446 cap_mask2, buf); in dump_perfcounters() 808 uint32_t cap_mask2; in main() local 933 memcpy(&cap_mask2, pc + 4, sizeof(cap_mask2)); /* CapabilityMask2 */ in main() [all …]
|
H A D | ibdiag_common.c | 517 uint16_t cap_mask2; in is_port_info_extended_supported() local 524 mad_decode_field(data, IB_PORT_CAPMASK2_F, &cap_mask2); in is_port_info_extended_supported() 525 if (!(cap_mask2 & in is_port_info_extended_supported() 528 " indicate PortInfoExtended support", cap_mask2); in is_port_info_extended_supported()
|
/freebsd/contrib/ofed/opensm/include/iba/ |
H A D | ib_types.h | 3647 IN const uint32_t cap_mask2) in ib_class_set_cap_mask2() argument 3651 cl_hton32(cap_mask2 << IB_CLASS_CAPMASK2_SHIFT); in ib_class_set_cap_mask2() 7909 ib_net16_t cap_mask2; member
|
/freebsd/sys/dev/mlx5/ |
H A D | mlx5_ifc.h | 3237 u8 cap_mask2[0x20]; 2966 u8 cap_mask2[0x20]; global() member
|