Searched refs:port_id (Results 1 - 25 of 38) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_private_stp.h28 port_id port_id; member in struct:br_config_bpdu
39 (p->designated_port == p->port_id);
H A Dbr_stp_if.c28 static inline port_id br_make_port_id(__u8 priority, __u16 port_no)
37 p->port_id = br_make_port_id(p->priority, p->port_no);
262 port_id new_port_id = br_make_port_id(newprio, p->port_no);
267 p->port_id = new_port_id;
270 p->port_id < p->designated_port) {
H A Dbr_stp.c99 if (p->port_id < rp->port_id)
163 bpdu.port_id = p->port_id;
193 p->designated_port = bpdu->port_id;
239 if (p->port_id < p->designated_port)
283 if (bpdu->port_id <= p->designated_port)
351 p->designated_port = p->port_id;
H A Dbr_private.h36 typedef __u16 port_id; typedef
74 port_id port_id; member in struct:net_bridge_port
75 port_id designated_port;
H A Dbr_stp_bpdu.c104 buf[25] = (bpdu->port_id >> 8) & 0xFF;
105 buf[26] = bpdu->port_id & 0xFF;
208 bpdu.port_id = (buf[22] << 8) | buf[23];
H A Dbr_sysfs_if.c90 return sprintf(buf, "0x%x\n", p->port_id);
92 static BRPORT_ATTR(port_id, S_IRUGO, show_port_id, NULL);
H A Dbr_ioctl.c281 p.port_id = pt->port_id;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_transport_fc.h148 u32 port_id; member in struct:fc_rport_identifiers
196 u32 port_id; member in struct:fc_rport
245 u32 port_id; member in struct:fc_starget_attrs
253 (((struct fc_starget_attrs *)&(x)->starget_data)->port_id)
349 u32 port_id; member in struct:fc_host_attrs
394 (((struct fc_host_attrs *)(x)->shost_data)->port_id)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_gs.c189 /* Prepare CT arguments -- port_id */
190 ct_req->req.port_id.port_id[0] = fcport->d_id.b.domain;
191 ct_req->req.port_id.port_id[1] = fcport->d_id.b.area;
192 ct_req->req.port_id.port_id[2] = fcport->d_id.b.al_pa;
206 fcport->d_id.b.domain = ct_rsp->rsp.ga_nxt.port_id[0];
207 fcport->d_id.b.area = ct_rsp->rsp.ga_nxt.port_id[1];
208 fcport->d_id.b.al_pa = ct_rsp->rsp.ga_nxt.port_id[
[all...]
H A Dqla_fw.h51 uint8_t port_id[3]; member in struct:port_database_24xx
396 uint8_t port_id[3]; /* PortID of destination port. */ member in struct:cmd_type_6
443 uint8_t port_id[3]; /* PortID of destination port. */ member in struct:cmd_type_7
588 uint8_t port_id[3]; member in struct:els_entry_24xx
664 uint8_t port_id[3]; /* PortID of destination port. */ member in struct:logio_entry_24xx
716 uint8_t port_id[3]; /* PortID of destination port. */ member in struct:tsk_mgmt_entry
741 uint8_t port_id[3]; /* PortID of destination port. */ member in struct:abort_entry_24xx
957 uint8_t port_id[3]; member in struct:mid_db_entry_24xx
1049 uint8_t port_id[3]; member in struct:vp_rpt_id_entry_24xx
H A Dqla_mbx.c1126 /* Get port_id of device. */
1127 fcport->d_id.b.domain = pd24->port_id[0];
1128 fcport->d_id.b.area = pd24->port_id[1];
1129 fcport->d_id.b.al_pa = pd24->port_id[2];
1149 /* Get port_id of device. */
1150 fcport->d_id.b.domain = pd->port_id[0];
1151 fcport->d_id.b.area = pd->port_id[3];
1152 fcport->d_id.b.al_pa = pd->port_id[2];
1447 lg->port_id[0] = al_pa;
1448 lg->port_id[
[all...]
H A Dqla_iocb.c813 cmd_pkt->port_id[0] = sp->fcport->d_id.b.al_pa;
814 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area;
815 cmd_pkt->port_id[2] = sp->fcport->d_id.b.domain;
H A Dqla_def.h697 uint8_t port_id[4]; member in struct:__anon6923
1777 uint8_t port_id[3]; member in struct:ct_sns_req::__anon6946::__anon6947
1778 } port_id; member in union:ct_sns_req::__anon6946
1789 uint8_t port_id[3]; member in struct:ct_sns_req::__anon6946::__anon6949
1795 uint8_t port_id[3]; member in struct:ct_sns_req::__anon6946::__anon6950
1803 uint8_t port_id[3]; member in struct:ct_sns_req::__anon6946::__anon6951
1869 uint8_t port_id[3]; member in struct:ct_sns_gid_pt_data
1878 uint8_t port_id[3]; member in struct:ct_sns_rsp::__anon6962::__anon6963
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/libbridge/
H A Dlibbridge.h66 u_int16_t port_id; member in struct:port_info
H A Dlibbridge_devif.c275 info->port_id = i.port_id;
309 info->port_id = fetch_int(sdir, "port_id");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_bridge.h90 __u16 port_id; member in struct:__port_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/brctl/
H A Dbrctl_disp.c75 printf(" port id\t\t%.4x", pinfo.port_id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_transport_fc.c151 { FC_TGTID_BIND_BY_ID, "port_id (FC Address)", 7 },
234 * Define roles that are specific to port_id. Values are relative to ROLE_MASK.
299 fc_starget_port_id(starget) = rport->port_id;
337 fc_host->port_id = -1;
777 fc_private_rport_rd_attr(port_id, "0x%06x\n", 20);
784 /* identify any roles that are port_id specific */
785 if ((rport->port_id != -1) &&
786 (rport->port_id & FC_WELLKNOWN_PORTID_MASK) ==
788 switch (rport->port_id & FC_WELLKNOWN_ROLE_MASK) {
911 fc_starget_rd_attr(port_id, "
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmrobo.c1917 uint8 record_mac_address(uint8 *p_mh_mac,uint16 *port_id) argument
1923 if(*port_id&snooping_table[0].port_mapping)
1927 snooping_table[0].port_mapping|=*port_id;
1928 *port_id=snooping_table[0].port_mapping;
1934 if(*port_id&snooping_table[1].port_mapping)
1938 snooping_table[1].port_mapping|=*port_id;
1939 *port_id=snooping_table[1].port_mapping;
1948 snooping_table[0].port_mapping=*port_id;
1955 snooping_table[1].port_mapping=*port_id;
1967 snooping_table[MultiPortInuse].port_mapping=*port_id;
2023 remove_mac_address(uint8 *p_mh_mac,uint16 *port_id) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dhcp_if.h85 const u8 port_id,
89 const u8 port_id, const u32 port_cap,
H A Dhcp_if.c357 const u8 port_id,
370 port_id, /* r5 */
381 const u8 port_id, const u32 port_cap,
395 port_id, /* r5 */
356 hipz_h_query_port(const struct ipz_adapter_handle adapter_handle, const u8 port_id, struct hipz_query_port *query_port_response_block) argument
380 hipz_h_modify_port(const struct ipz_adapter_handle adapter_handle, const u8 port_id, const u32 port_cap, const u8 init_type, const int modify_mask) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dcommon.h387 extern void t1_link_changed(adapter_t *adapter, int port_id);
388 extern void t1_link_negotiated(adapter_t *adapter, int port_id, int link_stat,
H A Dsubr.c151 void t1_link_changed(adapter_t *adapter, int port_id) argument
154 struct cphy *phy = adapter->port[port_id].phy;
155 struct link_config *lc = &adapter->port[port_id].link_config;
166 struct cmac *mac = adapter->port[port_id].mac;
171 t1_link_negotiated(adapter, port_id, link_ok, speed, duplex, fc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dadapter.h56 u8 port_id; member in struct:port_info
270 void t3_os_link_changed(struct adapter *adapter, int port_id, int link_status,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/path_id/
H A Dpath_id396 port_id=${DEV##*/}
397 port_num=${port_id#*-}

Completed in 168 milliseconds

12