Home
last modified time | relevance | path

Searched refs:pOtherPortWithPortId (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSworker.c898 PFC_LOGGEDIN_PORT pOtherPortWithPortId = fcChip->fcPorts.pNextPort; in TestDuplicatePortId() local
899 while (pOtherPortWithPortId) { in TestDuplicatePortId()
900 if ((pOtherPortWithPortId->port_id == pLoggedInPort->port_id) in TestDuplicatePortId()
901 && (pOtherPortWithPortId != pLoggedInPort)) { in TestDuplicatePortId()
903 printk(" *port_id %Xh is duplicated!* ", pOtherPortWithPortId->port_id); in TestDuplicatePortId()
904 cpqfcTSImplicitLogout(dev, pOtherPortWithPortId); in TestDuplicatePortId()
906 pOtherPortWithPortId = pOtherPortWithPortId->pNextPort; in TestDuplicatePortId()