Searched refs:new_port_id (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/bridge/
H A Dbr_stp_if.c311 port_id new_port_id; local
316 new_port_id = br_make_port_id(newprio, p->port_no);
318 p->designated_port = new_port_id;
320 p->port_id = new_port_id;
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c3077 u32 new_port_id = 0; local
3095 new_port_id = fip->port_id;
3097 hton24(mac + 3, new_port_id);
3144 if (new_port_id)
3145 fc_lport_set_local_id(fip->lp, new_port_id);

Completed in 167 milliseconds