Home
last modified time | relevance | path

Searched refs:port_cfg (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dport.c48 UID_STP_PORT_CFG_T port_cfg; in STP_port_create() local
67 STP_OUT_get_init_port_cfg (stpm->vlan_id, port_index, &port_cfg); in STP_port_create()
68 port_prio = port_cfg.port_priority; in STP_port_create()
69 this->admin_non_stp = port_cfg.admin_non_stp; in STP_port_create()
70 this->adminEdge = port_cfg.admin_edge; in STP_port_create()
71 this->adminPCost = port_cfg.admin_port_path_cost; in STP_port_create()
72 this->adminPointToPointMac = port_cfg.admin_point2point; in STP_port_create()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dnvm_map.h414 u32 port_cfg; member
489 struct macp_port_cfg port_cfg[NVM_PATH_MAX][PORT_MAX]; member
511 u32 port_cfg; /* 0x100C */ member
590 struct niv_port_cfg port_cfg[NVM_PATH_MAX][PORT_MAX]; // per port config member
602 struct niv_port_profiles_cfg port_cfg[PORT_MAX]; // per port config member
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c4045 u64 port_cfg = 0; in i40e_parse_discover_capabilities() local
4050 status = i40e_aq_debug_read_register(hw, port_cfg_reg, &port_cfg, NULL); in i40e_parse_discover_capabilities()
4052 (port_cfg & I40E_PRTGEN_STATUS_PORT_VALID_MASK)) in i40e_parse_discover_capabilities()