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

/illumos-gate/usr/src/cmd/vntsd/
H A Dlisten.c120 open_socket(int port_no, int *sockfd) argument
147 addr.sin_port = htons(port_no);
/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_in.c351 port = _stpapi_port_find (this, entry->port_no);
892 int vlan_id, int port_no)
906 port = _stpapi_port_find (this, port_no);
891 STP_IN_dbg_set_port_trace(char* mach_name, int enadis, int vlan_id, int port_no) argument
H A Duid_stp.h162 unsigned int port_no; /* key of the entry */ member in struct:__anon3924
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_mbx.c2225 * port_no: port number to query.
2235 caddr_t bufp, uint8_t port_no)
2260 mcp->mb[4] = port_no;
2266 port_no = (uint8_t)(port_no | BIT_3);
2270 mcp->mb[10] = port_no;
2274 port_no);
2324 * port_no: port number to query.
2334 caddr_t bufp, uint8_t port_no)
2358 port_no
2234 ql_get_link_status(ql_adapter_state_t *ha, uint16_t loop_id, size_t size, caddr_t bufp, uint8_t port_no) argument
2333 ql_get_status_counts(ql_adapter_state_t *ha, uint16_t loop_id, size_t size, caddr_t bufp, uint8_t port_no) argument
[all...]
/illumos-gate/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) argument
1388 * port_no is down. But, the issue of "reachability" needs to be
1391 entry = hcap->hca_port_info[port_no-1].port_qplist;
1407 hcap->hca_port_info[port_no-1].port_ibmf_hdl, pkey, IB_GSI_QKEY,
1413 "for Pkey = %x port_no = %x status = %d hcaguid = %llXp",
1414 pkey, port_no, ibmf_status, hcap->hca_guid);
1424 entry->qp_next = hcap->hca_port_info[port_no-1].port_qplist;
1425 hcap->hca_port_info[port_no-1].port_qplist = entry;
1429 entry->qp_port = &(hcap->hca_port_info[port_no-1]);
1435 hcap->hca_port_info[port_no
1495 ibcm_free_allqps(ibcm_hca_info_t *hcap, int port_no) argument
[all...]
H A Dibcm_ti.c152 uint8_t port_no; local
238 port_no = IBCM_PRIM_CEP_PATH(chan_args).cep_hca_port_num;
240 if ((IBCM_PRIM_ADDS_VECT(chan_args).av_dlid == 0) && (port_no == 0)) {
300 port_no) && (flags & IBT_OCHAN_PORT_FIXED)) {
304 cep_hca_port_num, port_no);
378 status = ibt_get_port_state_byguid(hcap->hca_guid, port_no,
382 "primary port_num %d not active", channel, port_no);
388 status = ibt_index2pkey_byguid(hcap->hca_guid, port_no,
399 "primary_port_num %d primary_pkey 0x%x", channel, port_no,
402 if ((hcap->hca_port_info[port_no
4293 uint8_t port_no; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c2139 int port_no; local
2146 port_len = sizeof (port_no);
2165 (caddr_t)&port_no, &port_len);
2174 (void) sprintf((char *)name, "%x,0", port_no);

Completed in 93 milliseconds