Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
fc_disc.c File Reference
#include <linux/timer.h>
#include <linux/slab.h>
#include <linux/err.h>
#include <linux/export.h>
#include <asm/unaligned.h>
#include <scsi/fc/fc_gs.h>
#include <scsi/libfc.h>
#include "fc_libfc.h"

Go to the source code of this file.

Macros

#define FC_DISC_RETRY_LIMIT   3 /* max retries */
 
#define FC_DISC_RETRY_DELAY   500UL /* (msecs) delay */
 

Functions

int fc_disc_init (struct fc_lport *lport)
 
 EXPORT_SYMBOL (fc_disc_init)
 

Macro Definition Documentation

#define FC_DISC_RETRY_DELAY   500UL /* (msecs) delay */

Definition at line 48 of file fc_disc.c.

#define FC_DISC_RETRY_LIMIT   3 /* max retries */

Definition at line 47 of file fc_disc.c.

Function Documentation

EXPORT_SYMBOL ( fc_disc_init  )
int fc_disc_init ( struct fc_lport lport)

fc_disc_init() - Initialize the discovery layer for a local port : The local port that needs the discovery layer to be initialized

Definition at line 718 of file fc_disc.c.