Searched refs:pNextLoggedInPort (Results 1 – 1 of 1) sorted by relevance
918 PFC_LOGGEDIN_PORT pNextLoggedInPort = NULL; in CreateFcPort() local929 pNextLoggedInPort = kmalloc(sizeof(FC_LOGGEDIN_PORT), GFP_ATOMIC); in CreateFcPort()932 if (pNextLoggedInPort) { in CreateFcPort()934 memset(pNextLoggedInPort, 0, sizeof(FC_LOGGEDIN_PORT)); in CreateFcPort()944 pNextLoggedInPort->ScsiNexus.target = 0; in CreateFcPort()947 pNextLoggedInPort->ScsiNexus.target = dev->HostAdapter->max_id; in CreateFcPort()952 pNextLoggedInPort->ScsiNexus.lun[i] = 0xFF; // init to NOT USED in CreateFcPort()954 pNextLoggedInPort->ScsiNexus.channel = 0; // cpqfcTS has 1 FC port in CreateFcPort()955 …printk(" SCSI Chan/Trgt %d/%d", pNextLoggedInPort->ScsiNexus.channel, pNextLoggedInPort->ScsiNexus… in CreateFcPort()962 pNextLoggedInPort->ScsiNexus.target = -1; // invalid in CreateFcPort()[all …]