Searched defs:portinfo (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_agents.c206 * Get the portinfo and extract the smlid.
211 sm_portinfo_t portinfo; local
215 HERMON_SLEEPFLAG_FOR_CONTEXT(), &portinfo);
221 return (portinfo.MasterSMLID);
226 * Helper function to determine the changes in the incoming MAD's portinfo
260 sm_portinfo_t *portinfo, ibt_port_change_t flags)
278 capmask = portinfo->CapabilityMask;
378 * we will have to get the current portinfo to generate
379 * events based on what has changed in portinfo.
386 * Get the current portinfo t
259 hermon_set_port_capability(hermon_state_t *state, uint8_t port, sm_portinfo_t *portinfo, ibt_port_change_t flags) argument
[all...]
H A Dhermon_misc.c1902 sm_portinfo_t portinfo; local
1924 * a full PortInfo MAD (in "portinfo") which we subsequently
1929 HERMON_SLEEPFLAG_FOR_CONTEXT(), &portinfo);
1942 pi->p_base_lid = portinfo.LID;
1943 pi->p_qkey_violations = portinfo.Q_KeyViolations;
1944 pi->p_pkey_violations = portinfo.P_KeyViolations;
1945 pi->p_sm_sl = portinfo.MasterSMSL;
1946 pi->p_sm_lid = portinfo.MasterSMLID;
1947 pi->p_linkstate = portinfo.PortState;
1948 pi->p_port_num = portinfo
2061 sm_portinfo_t portinfo; local
[all...]
H A Dhermon_cmd.c1977 uint_t sleepflag, sm_portinfo_t *portinfo)
2028 * Copy GetPortInfo response MAD into "portinfo". Do any endian
2029 * swapping that may be necessary to flip any of the "portinfo"
2033 HERMON_CMD_MADDATA_OFFSET), portinfo, size);
2034 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*portinfo))
2035 HERMON_GETPORTINFO_SWAP(portinfo);
1976 hermon_getportinfo_cmd_post(hermon_state_t *state, uint_t port, uint_t sleepflag, sm_portinfo_t *portinfo) argument
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c1832 sm_portinfo_t portinfo; local
1854 * a full PortInfo MAD (in "portinfo") which we subsequently
1859 TAVOR_SLEEPFLAG_FOR_CONTEXT(), &portinfo);
1872 pi->p_base_lid = portinfo.LID;
1873 pi->p_qkey_violations = portinfo.Q_KeyViolations;
1874 pi->p_pkey_violations = portinfo.P_KeyViolations;
1875 pi->p_sm_sl = portinfo.MasterSMSL;
1876 pi->p_sm_lid = portinfo.MasterSMLID;
1877 pi->p_linkstate = portinfo.PortState;
1878 pi->p_port_num = portinfo
1985 sm_portinfo_t portinfo; local
[all...]
H A Dtavor_cmd.c1749 uint_t sleepflag, sm_portinfo_t *portinfo)
1805 * Copy GetPortInfo response MAD into "portinfo". Do any endian
1806 * swapping that may be necessary to flip any of the "portinfo"
1809 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*portinfo))
1811 TAVOR_CMD_MADDATA_OFFSET), portinfo, size);
1812 TAVOR_GETPORTINFO_SWAP(portinfo);
1813 _NOTE(NOW_VISIBLE_TO_OTHER_THREADS(*portinfo))
1748 tavor_getportinfo_cmd_post(tavor_state_t *state, uint_t port, uint_t sleepflag, sm_portinfo_t *portinfo) argument
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c958 ibt_hca_portinfo_t *portinfo; local
980 &portinfo, &qportnum, &qportinfo_sz);
987 ASSERT(portinfo != NULL);
993 if (portinfo->p_linkstate != IBT_PORT_ACTIVE) {
996 ibt_free_portinfo(portinfo, qportinfo_sz);
1001 new_gid = portinfo->p_sgid_tbl[0];
1002 ibt_free_portinfo(portinfo, qportinfo_sz);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c907 * PKey information in portinfo valid only if port is
1988 ibdm_get_reachable_ports(ibdm_port_attr_t *portinfo, ibdm_hca_list_t *hca) argument
2000 IBTF_DPRINTF_L4("ibdm", "\tget_reachable_ports: portinfo %p", portinfo);
2002 sgid.gid_prefix = portinfo->pa_sn_prefix;
2003 sgid.gid_guid = portinfo->pa_port_guid;
2006 if (portinfo->pa_sa_hdl && ibmf_saa_paths_from_gid(portinfo->pa_sa_hdl,
2040 gid_info->gl_sa_hdl = portinfo->pa_sa_hdl;
2041 gid_info->gl_ibmf_hdl = portinfo
[all...]

Completed in 123 milliseconds