Home
last modified time | relevance | path

Searched refs:guid_cap (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_guidinfo_record.c179 if (p_physp->port_info.guid_cap == 0) in sa_gir_create_gir()
182 num_blocks = p_physp->port_info.guid_cap / 8; in sa_gir_create_gir()
183 if (p_physp->port_info.guid_cap % 8) in sa_gir_create_gir()
396 max_block = (p_port->p_physp->port_info.guid_cap + GUID_TABLE_MAX_ENTRIES - 1) / in del_guidinfo()
417 … p_port->p_physp->port_info.guid_cap ? i < (block_num + 1) * GUID_TABLE_MAX_ENTRIES : i < p_port->… in del_guidinfo()
451 … p_port->p_physp->port_info.guid_cap ? i < (block_num + 1) * GUID_TABLE_MAX_ENTRIES : i < p_port->… in del_guidinfo()
504 max_block = (p_port->p_physp->port_info.guid_cap + GUID_TABLE_MAX_ENTRIES - 1) / in set_guidinfo()
544 … p_port->p_physp->port_info.guid_cap ? i < (block_num + 1) * GUID_TABLE_MAX_ENTRIES : i < p_port->… in set_guidinfo()
H A Dosm_sa_portinfo_record.c382 if (p_comp_pi->guid_cap != p_pi->guid_cap) in sa_pir_check_physp()
H A Dosm_sa.c771 max_block = (p_port->p_physp->port_info.guid_cap + GUID_TABLE_MAX_ENTRIES - 1) / in sa_dump_one_port_guidinfo()
968 max_block = (p_port->p_physp->port_info.guid_cap + GUID_TABLE_MAX_ENTRIES - 1) / in load_guidinfo()
988 p_port->p_physp->port_info.guid_cap) in load_guidinfo()
H A Dosm_helper.c911 cl_ntoh16(p_pi->q_key_violations), p_pi->guid_cap, in osm_dump_port_info_to_buf()
1108 cl_ntoh16(p_pi->q_key_violations), p_pi->guid_cap, in osm_dump_portinfo_record_to_buf()
/freebsd/sys/ofed/include/rdma/
H A Dib_smi.h115 u8 guid_cap; member
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h4635 uint8_t guid_cap; member