Home
last modified time | relevance | path

Searched refs:port_no (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_utils.c1374 ibcm_find_qp(ibcm_hca_info_t *hcap, int port_no, ib_pkey_t pkey) in ibcm_find_qp() argument
1391 entry = hcap->hca_port_info[port_no-1].port_qplist; in ibcm_find_qp()
1407 hcap->hca_port_info[port_no-1].port_ibmf_hdl, pkey, IB_GSI_QKEY, in ibcm_find_qp()
1414 pkey, port_no, ibmf_status, hcap->hca_guid); in ibcm_find_qp()
1424 entry->qp_next = hcap->hca_port_info[port_no-1].port_qplist; in ibcm_find_qp()
1425 hcap->hca_port_info[port_no-1].port_qplist = entry; in ibcm_find_qp()
1429 entry->qp_port = &(hcap->hca_port_info[port_no-1]); in ibcm_find_qp()
1435 hcap->hca_port_info[port_no-1].port_ibmf_hdl, ibmf_qp, in ibcm_find_qp()
1441 ibcm_query_qp(hcap->hca_port_info[port_no-1].port_ibmf_hdl, ibmf_qp); in ibcm_find_qp()
1495 ibcm_free_allqps(ibcm_hca_info_t *hcap, int port_no) in ibcm_free_allqps() argument
[all …]
H A Dibcm_ti.c152 uint8_t port_no; in ibt_open_rc_channel() local
238 port_no = IBCM_PRIM_CEP_PATH(chan_args).cep_hca_port_num; in ibt_open_rc_channel()
240 if ((IBCM_PRIM_ADDS_VECT(chan_args).av_dlid == 0) && (port_no == 0)) { in ibt_open_rc_channel()
300 port_no) && (flags & IBT_OCHAN_PORT_FIXED)) { in ibt_open_rc_channel()
304 cep_hca_port_num, port_no); in ibt_open_rc_channel()
378 status = ibt_get_port_state_byguid(hcap->hca_guid, port_no, in ibt_open_rc_channel()
382 "primary port_num %d not active", channel, port_no); in ibt_open_rc_channel()
388 status = ibt_index2pkey_byguid(hcap->hca_guid, port_no, in ibt_open_rc_channel()
399 "primary_port_num %d primary_pkey 0x%x", channel, port_no, in ibt_open_rc_channel()
402 if ((hcap->hca_port_info[port_no - 1].port_ibmf_hdl == NULL) && in ibt_open_rc_channel()
[all …]
/titanic_41/usr/src/cmd/vntsd/
H A Dlisten.c120 open_socket(int port_no, int *sockfd) in open_socket() argument
147 addr.sin_port = htons(port_no); in open_socket()
/titanic_41/usr/src/lib/librstp/common/
H A Duid_stp.h162 unsigned int port_no; /* key of the entry */ member
H A Dstp_in.c351 port = _stpapi_port_find (this, entry->port_no); in STP_IN_port_get_state()
892 int vlan_id, int port_no) in STP_IN_dbg_set_port_trace() argument
906 port = _stpapi_port_find (this, port_no); in STP_IN_dbg_set_port_trace()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Ddoor.c137 portstate.port_no = pdp->port_index; in bridge_door_server()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_mbx.c2235 caddr_t bufp, uint8_t port_no) in ql_get_link_status() argument
2260 mcp->mb[4] = port_no; in ql_get_link_status()
2266 port_no = (uint8_t)(port_no | BIT_3); in ql_get_link_status()
2270 mcp->mb[10] = port_no; in ql_get_link_status()
2274 port_no); in ql_get_link_status()
2334 caddr_t bufp, uint8_t port_no) in ql_get_status_counts() argument
2358 port_no = (uint8_t)(port_no | BIT_6); in ql_get_status_counts()
2363 mcp->mb[10] = port_no; in ql_get_status_counts()
2367 port_no); in ql_get_status_counts()
/titanic_41/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h1070 ibcm_qp_list_t *ibcm_find_qp(ibcm_hca_info_t *hcap, int port_no,
1077 ibcm_status_t ibcm_free_allqps(ibcm_hca_info_t *hcap, int port_no);
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c2139 int port_no; in fctl_initchild() local
2146 port_len = sizeof (port_no); in fctl_initchild()
2165 (caddr_t)&port_no, &port_len); in fctl_initchild()
2174 (void) sprintf((char *)name, "%x,0", port_no); in fctl_initchild()
/titanic_41/usr/src/cmd/dladm/
H A Ddladm.c8335 sizeof (bbuf->bridgel_index), "%u", stpstate.port_no); in print_bridge_link()