Searched refs:port_attr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_hca.c321 ibdm_port_attr_t *port_attr; local
355 if ((port_attr = ibdm_ibnex_probe_hcaport(
363 while (port_attr->pa_state != IBT_PORT_ACTIVE) {
364 ibdm_ibnex_free_port_attr(port_attr);
366 if ((port_attr = ibdm_ibnex_probe_hcaport(
373 "initialization", port_attr->pa_port_num);
381 port_guid = port_attr->pa_port_guid;
386 ibdm_ibnex_free_port_attr(port_attr);
389 for (ii = 0; ii < port_attr->pa_npkeys; ii++) {
390 if (pkey == port_attr
[all...]
H A Dibnex.c1278 ibdm_port_attr_t *port_attr; local
1303 if ((port_attr = ibdm_ibnex_probe_hcaport(hca_guid, port)) == NULL) {
1310 while (port_attr->pa_state != IBT_PORT_ACTIVE) {
1311 ibdm_ibnex_free_port_attr(port_attr);
1313 if ((port_attr = ibdm_ibnex_probe_hcaport(
1321 "initialization", port_attr->pa_port_num);
1326 ibdm_ibnex_free_port_attr(port_attr);
1447 ibnex_create_port_nodes(dev_info_t *parent, ibdm_port_attr_t *port_attr) argument
1455 rval = ibnex_get_dip_from_guid(port_attr->pa_port_guid,
1458 (void) ibnex_commsvc_initnode(parent, port_attr, id
1474 ibnex_create_vppa_nodes( dev_info_t *parent, ibdm_port_attr_t *port_attr) argument
1521 ibnex_create_hcasvc_nodes(dev_info_t *parent, ibdm_port_attr_t *port_attr) argument
1611 ibdm_port_attr_t *port_attr; local
2965 ibnex_commsvc_initnode(dev_info_t *parent, ibdm_port_attr_t *port_attr, int index, int node_type, ib_pkey_t pkey, int *rval, int flag) argument
3110 ibnex_create_port_node_prop(ibdm_port_attr_t *port_attr, dev_info_t *child_dip, char *srvname, ib_pkey_t pkey) argument
3299 ibnex_create_port_compatible_prop(dev_info_t *child_dip, char *comm_svcp, ibdm_port_attr_t *port_attr) argument
[all...]
H A Dibnex_ioctl.c1157 ibdm_port_attr_t *port_attr; local
1185 port_attr = hca_list->hl_hca_port_attr;
1188 port_attr->pa_hca_guid,
1189 port_attr->pa_hca_guid, j, (ib_pkey_t)0,
1202 port_attr = &hca_list->hl_port_attr[j];
1209 port_attr->pa_hca_guid,
1210 port_attr->pa_port_guid, k, (ib_pkey_t)0,
1224 for (l = 0; l < port_attr->pa_npkeys; l++) {
1225 pkey = port_attr->pa_pkey_tbl[l].pt_pkey;
1233 port_attr
2077 ibdm_port_attr_t *port_attr; local
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c406 fc_tgt_hba_port_attributes_t *port_attr, uint32_t *err_detail)
413 port_attr->version = FCT_HBA_PORT_ATTRIBUTES_VERSION;
429 port_attr->lastChange = iport->iport_last_change;
430 bcopy(iport->iport_port->port_nwwn, port_attr->NodeWWN,
431 sizeof (port_attr->NodeWWN));
432 bcopy(iport->iport_port->port_pwwn, port_attr->PortWWN,
433 sizeof (port_attr->PortWWN));
434 bzero(port_attr->FabricName, sizeof (port_attr->FabricName));
435 port_attr
405 fct_get_adapter_port_attr(fct_i_local_port_t *ilport, uint8_t *pwwn, fc_tgt_hba_port_attributes_t *port_attr, uint32_t *err_detail) argument
526 fct_get_discovered_port_attr(fct_i_remote_port_t *remote_port, uint8_t *port_wwn, uint32_t index, fc_tgt_hba_port_attributes_t *port_attr, uint32_t *error_detail) argument
603 fct_get_port_attr(uint8_t *port_wwn, fc_tgt_hba_port_attributes_t *port_attr, uint32_t *error_detail) argument
836 fc_tgt_hba_port_attributes_t *port_attr; local
858 fc_tgt_hba_port_attributes_t *port_attr; local
877 fc_tgt_hba_port_attributes_t *port_attr; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c861 ibdm_port_attr_t *port_attr; local
870 port_attr = &hca_list->hl_port_attr[ii];
871 if (port_attr->pa_port_num == event->ev_port) {
873 return (port_attr);
941 ibdm_port_attr_t *port_attr; local
983 * This is for Per-HCA Node. Initialize port_attr :
992 port_attr = hca_list->hl_hca_port_attr;
993 port_attr->pa_vendorid = hca_attr->hca_vendor_id;
994 port_attr->pa_productid = hca_attr->hca_device_id;
995 port_attr
1073 ibdm_port_attr_t *port_attr; local
1157 ibdm_port_attr_t *port_attr; local
1188 ibdm_fini_port(ibdm_port_attr_t *port_attr) argument
1250 ibdm_port_attr_ibmf_fini(ibdm_port_attr_t *port_attr, int ii) argument
4766 ibdm_port_attr_t *port_attr; local
4811 ibdm_port_attr_t *port_attr; local
4851 ibdm_ibnex_free_port_attr(ibdm_port_attr_t *port_attr) argument
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Daggr_rcm.c1370 dladm_aggr_port_attr_db_t port_attr; local
1406 port_attr.lp_linkid = portid;
1407 status = dladm_aggr_add(handle, aggrid, 1, &port_attr,

Completed in 83 milliseconds