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

/osnet-11/usr/src/lib/librstp/common/
H A Dport.c45 STP_port_create (STPM_T* stpm, int port_index) argument
54 if (this->port_index == port_index) {
63 this->port_index = port_index;
64 this->port_name = strdup (STP_OUT_get_port_name (port_index));
67 STP_OUT_get_init_port_cfg (stpm->vlan_id, port_index, &port_cfg);
75 this->port_id = (port_prio << 8) + port_index;
136 this->adminEnable = STP_OUT_get_port_link_status (this->port_index);
159 this->operSpeed = STP_OUT_get_port_oper_speed (this->port_index);
[all...]
H A Dstpm.c295 int port_index = 0; local
298 if (! port_index || port->port_index < port_index) {
300 port_index = port->port_index;
306 STP_OUT_get_port_mac (min_num_port->port_index, this->BrId.addr);
H A Dtransmit.c96 build_bpdu_header (int port_index, argument
102 STP_OUT_get_port_mac (port_index, bpdu_packet.mac.src_mac);
121 register int port_index, vlan_id; local
134 port_index = this->owner.port->port_index;
137 pkt_len = build_bpdu_header (port_index,
145 return STP_OUT_tx_bpdu (port_index, vlan_id,
176 register int port_index, vlan_id; local
190 port_index = port->port_index;
214 register int port_index, vlan_id; local
[all...]
H A Dstp_in.c124 _stpapi_port_find (STPM_T* this, int port_index) argument
129 if (port_index == port->port_index) {
198 _stp_in_enable_port_on_stpm (STPM_T* stpm, int port_index, Bool enable) argument
202 port = _stpapi_port_find (stpm, port_index);
289 STP_IN_port_get_cfg (int vlan_id, int port_index, UID_STP_PORT_CFG_T* uid_cfg) argument
302 port = _stpapi_port_find (this, port_index);
481 STP_IN_enable_port (int port_index, Bool enable) argument
489 "clearFDB", (int) port_index, "this port", "disable port");
491 STP_OUT_flush_lt (port_index,
506 STP_IN_changed_port_speed(int port_index, long speed) argument
532 STP_IN_changed_port_duplex(int port_index) argument
601 STP_IN_rx_bpdu(int vlan_id, int port_index, BPDU_T* bpdu, size_t len) argument
807 STP_IN_port_set_cfg(IN int vlan_id, IN int port_index, IN UID_STP_PORT_CFG_T* uid_cfg) argument
936 STP_IN_port_add(int vlan_id, int port_index) argument
968 STP_IN_port_remove(int vlan_id, int port_index) argument
[all...]
H A Dport.h155 int port_index; member in struct:port_t
165 STP_port_create (struct stpm_t* stpm, int port_index);
/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBAPort.h83 HBA_UINT32 port_index,
81 sendRPL(uint64_t destWWN, HBA_UINT32 agent_domain, HBA_UINT32 port_index, void *pRspBuffer, HBA_UINT32 *pRspBufferSize) argument
H A DTgtFCHBAPort.h78 HBA_UINT32 port_index,
76 sendRPL(uint64_t destWWN, HBA_UINT32 agent_domain, HBA_UINT32 port_index, void *pRspBuffer, HBA_UINT32 *pRspBufferSize) argument

Completed in 21 milliseconds