Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_utils.c1391 entry = hcap->hca_port_info[port_no-1].port_qplist; 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()
1495 ibcm_free_allqps(ibcm_hca_info_t *hcap, int port_no) in ibcm_free_allqps() argument
1501 port_no); in ibcm_free_allqps()
1504 entry = hcap->hca_port_info[port_no-1].port_qplist; in ibcm_free_allqps()
1513 hcap->hca_port_info[port_no-1].port_qplist = entry; in ibcm_free_allqps()
[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()
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()
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()
403 ((status = ibcm_hca_reinit_port(hcap, port_no - 1)) in ibt_open_rc_channel()
435 if (port_no != alt_port_no) { in ibt_open_rc_channel()
483 if ((cm_qp_entry = ibcm_find_qp(hcap, port_no, in ibt_open_rc_channel()
536 "chan 0x%p path port %d", channel, port_no); in ibt_open_rc_channel()
[all …]
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Ddoor.c137 portstate.port_no = pdp->port_index; in bridge_door_server()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_mbx.c2336 caddr_t bufp, uint8_t port_no) in ql_get_link_status() argument
2361 mcp->mb[4] = port_no; in ql_get_link_status()
2367 port_no = (uint8_t)(port_no | BIT_3); in ql_get_link_status()
2371 mcp->mb[10] = port_no; in ql_get_link_status()
2375 port_no); in ql_get_link_status()
2435 caddr_t bufp, uint8_t port_no) in ql_get_status_counts() argument
2459 port_no = (uint8_t)(port_no | BIT_6); in ql_get_status_counts()
2464 mcp->mb[10] = port_no; in ql_get_status_counts()
2468 port_no); in ql_get_status_counts()
/illumos-gate/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);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c2140 int port_no; in fctl_initchild() local
2147 port_len = sizeof (port_no); in fctl_initchild()
2166 (caddr_t)&port_no, &port_len); in fctl_initchild()
2175 (void) sprintf((char *)name, "%x,0", port_no); in fctl_initchild()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c8463 sizeof (bbuf->bridgel_index), "%u", stpstate.port_no); in print_bridge_link()