Searched defs: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; local
67 STP_OUT_get_init_port_cfg (stpm->vlan_id, port_index, &port_cfg);
68 port_prio = port_cfg.port_priority;
69 this->admin_non_stp = port_cfg.admin_non_stp;
70 this->adminEdge = port_cfg.admin_edge;
71 this->adminPCost = port_cfg.admin_port_path_cost;
72 this->adminPointToPointMac = port_cfg.admin_point2point;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dnvm_map.h414 u32 port_cfg; member in struct:macp_port_cfg
489 struct macp_port_cfg port_cfg[NVM_PATH_MAX][PORT_MAX]; member in struct:_nvm_nic_part_cfg_t
511 u32 port_cfg; /* 0x100C */ member in struct:niv_port_cfg
590 struct niv_port_cfg port_cfg[NVM_PATH_MAX][PORT_MAX]; // per port config member in struct:_nvm_niv_cfg_t
602 struct niv_port_profiles_cfg port_cfg[PORT_MAX]; // per port config member in struct:_nvm_niv_port_profile_t
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c3533 u64 port_cfg = 0; local
3538 i40e_aq_debug_read_register(hw, port_cfg_reg, &port_cfg, NULL);
3539 if (!(port_cfg & I40E_PRTGEN_CNF_PORT_DIS_MASK))

Completed in 344 milliseconds