Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSstructs.h724 } FC_LOGGEDIN_PORT, *PFC_LOGGEDIN_PORT; typedef
779 FC_LOGGEDIN_PORT fcPorts; // linked list of every FC port ever seen
DcpqfcTSworker.c929 pNextLoggedInPort = kmalloc(sizeof(FC_LOGGEDIN_PORT), GFP_ATOMIC); in CreateFcPort()
934 memset(pNextLoggedInPort, 0, sizeof(FC_LOGGEDIN_PORT)); in CreateFcPort()