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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bridge/
H A Dbr_private_stp.h28 port_id port_id; member in struct:br_config_bpdu
H A Dbr_private.h30 typedef __u16 port_id; typedef
64 port_id port_id; member in struct:net_bridge_port
70 port_id designated_port;
186 extern port_id br_make_port_id(struct net_bridge_port *p);
H A Dbr_stp.c43 (p->designated_port == p->port_id);
106 if (p->port_id < rp->port_id)
170 bpdu.port_id = p->port_id;
197 p->designated_port = bpdu->port_id;
241 if (p->port_id < p->designated_port)
287 if (bpdu->port_id <= p->designated_port)
356 p->designated_port = p->port_id;
H A Dbr_stp_bpdu.c107 buf[28] = (bpdu->port_id >> 8) & 0xFF;
108 buf[29] = bpdu->port_id & 0xFF;
174 bpdu.port_id = (buf[28] << 8) | buf[29];
H A Dbr_stp_if.c31 p->port_id = br_make_port_id(p);
220 p->port_id = new_port_id;
222 p->port_id < p->designated_port) {
H A Dbr_ioctl.c135 p.port_id = pt->port_id;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_bridge.h75 __u16 port_id; member in struct:__port_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_bridge.h75 __u16 port_id; member in struct:__port_info
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Detc.c185 int port_id = -1; local
207 port_id = -1;
208 port_id = (int)res_reg[6];
209 if(port_id < 0 || port_id > 3)
/asus-wl-520gu-7.0.1.45/src/router/bridge/brctl/
H A Dbrctl_disp.c46 printf(" port id\t\t%.4x\t\t\t", pi->port_id);
/asus-wl-520gu-7.0.1.45/src/router/bridge/libbridge/
H A Dlibbridge.h86 u_int16_t port_id; member in struct:port_info
H A Dlibbridge_init.c61 info->port_id = i->port_id;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dqlogicfc.c654 u_int port_id; member in struct:isp2x00_hostdata
882 hostdata->port_id = ((u_int) param[3]) << 16;
883 hostdata->port_id |= param[2];
968 u_int port_id; local
1005 req->data[8] = (u_char) (hostdata->port_id & 0xff);
1006 req->data[9] = (u_char) (hostdata->port_id >> 8 & 0xff);
1007 req->data[10] = (u_char) (hostdata->port_id >> 16 & 0xff);
1022 port_id = hostdata->port_id;
1032 req->data[8] = (u_char) (port_id
[all...]
H A DcpqfcTSworker.c544 printk(" brd/chn/trg/lun %d/%d/%d/%d port_id %06X\n",
619 // if the device is gone, there is no port_id to send the ABTS to.
648 else // what FC device (port_id) does the Cmd belong to?
1046 if( pFcPort->port_id != 0xFFFC01 ) // don't care about Fabric
1049 printk("cpqfcTS: Implicit logout of WWN %08X%08X, port_id %06X\n",
1052 pFcPort->port_id);
1061 // (i.e. with LOGOut Request) because of port_id confusion
1062 // (i.e. the Other port has no port_id).
1063 // A new login for that WWN will have to re-write port_id (0 invalid)
1064 pFcPort->port_id
1351 ULONG port_id; local
3320 fcFindLoggedInPort( PTACHYON fcChip, Scsi_Cmnd *Cmnd, ULONG port_id, UCHAR wwn[8], PFC_LOGGEDIN_PORT *pLastLoggedInPort ) argument
[all...]
H A DcpqfcTSinit.c683 put_user(pLoggedInPort->port_id,
900 copy_info(&info, "WWN database: (\"port_id: 000000\" means disconnected)\n");
916 copy_info(&info, " port_id: %06X\n", pLoggedInPort->port_id);
1307 printk(" Doesn't support TARGET functions port_id %Xh\n",
1308 pLoggedInPort->port_id );
1322 // printk("Device (Chnl/Target %d/%d) invalid PRLI, port_id %06lXh\n",
1323 // Cmnd->channel, Cmnd->target, pLoggedInPort->port_id);
1331 fchs.s_id = pLoggedInPort->port_id; // destination FC address
H A DcpqfcTSstructs.h698 ULONG port_id; // a FC 24-bit address of port (lower 8 bits = al_pa) member in struct:__anon2294
735 // once a port_id is identified, it is remembered,
996 ULONG port_id, // search linked list for al_pa, or

Completed in 85 milliseconds